Branch: refs/heads/6.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0403d12ea99be89bc1ae67303bf3578c525b06da
https://github.com/hibernate/hibernate-orm/commit/0403d12ea99be89bc1ae673...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M Jenkinsfile
M gradle/java-module.gradle
M hibernate-core/hibernate-core.gradle
M tooling/metamodel-generator/hibernate-jpamodelgen.gradle
Log Message:
-----------
Move setting of net.bytebuddy.experimental to the Jenkinsfile
The hope is that whenever we add a new JDK version to test,
we'll notice this setting, will try to remove it and upgrade bytebuddy
if necessary. This would avoid mess-ups like the one that caused
https://github.com/hibernate/hibernate-orm/pull/7790