Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 3b31351234ffe59601b4ff1502c66cbccb62029e
https://github.com/hibernate/hibernate-orm/commit/3b31351234ffe59601b4ff1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-06 (Tue, 06 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
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 838bed00ebd164d9211059a4c13eb8b5554447eb
https://github.com/hibernate/hibernate-orm/commit/838bed00ebd164d9211059a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/AnnotationMeta.java
M tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/AnnotationMetaEntity.java
M tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/DaoConstructor.java
M tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/NamedQueryMethod.java
Log Message:
-----------
better handling of the session variable in repositories