Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 021f30b0f4fdd0d0b6b7cc77a1f9295b5ac3fc80
https://github.com/hibernate/hibernate-orm/commit/021f30b0f4fdd0d0b6b7cc7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M Jenkinsfile
M MAINTAINERS.md
M ci/jpa-3.2-tck.Jenkinsfile
M ci/quarkus.Jenkinsfile
M settings.gradle
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/AbstractMavenTestIT.java
Log Message:
-----------
HHH-20341 Externalize Maven mirror configuration to an env variable
So that we can change it from CI configuration instead of having to edit
every single Jenkinsfile every time.
In our case we were missing the HTTP scheme and the repo path, so I
believe the mirror has never even been used -- most likely it was
silently ignored, because the given URL looked like an empty repo.
CI now includes the proper URL, with correct scheme and path, which
means the Jenkinsfiles should work just fine.
Commit: 96aad19ab31df8c653e294683b09144dacdc9726
https://github.com/hibernate/hibernate-orm/commit/96aad19ab31df8c653e2946...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M MAINTAINERS.md
M settings.gradle
Log Message:
-----------
HHH-20341 Fix syntax of maven mirror definition
As it was, it was simply being ignored.
Commit: f789dd6905cae26022ffa4c17e43655126451599
https://github.com/hibernate/hibernate-orm/commit/f789dd6905cae26022ffa4c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M settings.gradle
Log Message:
-----------
HHH-20341 Do not allow falling back to hitting Maven Central when setting MAVEN_MIRROR
So that we know for sure the mirror is being used.
Compare: https://github.com/hibernate/hibernate-orm/compare/01991e386b1d...f789dd6...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/7.3
Home: https://github.com/hibernate/hibernate-orm
Commit: a99ea830fa0bf2006755db5ae9ea1fe202e50f2f
https://github.com/hibernate/hibernate-orm/commit/a99ea830fa0bf2006755db5...
Author: Marco Belladelli <marcobladel(a)gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/MappedSuperclassEmbeddableAsParameterTest.java
Log Message:
-----------
HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingExpressible
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/7.2
Home: https://github.com/hibernate/hibernate-orm
Commit: 7f3a8f9da12535f90ef975de313f6ee214a77c22
https://github.com/hibernate/hibernate-orm/commit/7f3a8f9da12535f90ef975d...
Author: Marco Belladelli <marcobladel(a)gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/MappedSuperclassEmbeddableAsParameterTest.java
Log Message:
-----------
HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingExpressible
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/7.1
Home: https://github.com/hibernate/hibernate-orm
Commit: b2854a913032366026233be3e6b556419f2617d4
https://github.com/hibernate/hibernate-orm/commit/b2854a913032366026233be...
Author: Marco Belladelli <marcobladel(a)gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/MappedSuperclassEmbeddableAsParameterTest.java
Log Message:
-----------
HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingExpressible
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/6.6
Home: https://github.com/hibernate/hibernate-orm
Commit: 72ed6c2199baaf231ceaa9f12f3051368ec18a2a
https://github.com/hibernate/hibernate-orm/commit/72ed6c2199baaf231ceaa9f...
Author: Marco Belladelli <marcobladel(a)gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/MappedSuperclassEmbeddableAsParameterTest.java
Log Message:
-----------
HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingExpressible
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/6.2
Home: https://github.com/hibernate/hibernate-orm
Commit: 37c59620448329982fa9ff1d914d3fcef4f7d0ed
https://github.com/hibernate/hibernate-orm/commit/37c59620448329982fa9ff1...
Author: Marco Belladelli <marcobladel(a)gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/MappedSuperclassEmbeddableAsParameterTest.java
Log Message:
-----------
HHH-20339 Remove unnecessary CompositeSqmPathSource throw in resolveMappingExpressible
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 01991e386b1d21a6becc52f167865dfd16d7d313
https://github.com/hibernate/hibernate-orm/commit/01991e386b1d21a6becc52f...
Author: Marco Belladelli <marcobladel(a)gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappingMetamodelImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/MappedSuperclassEmbeddableAsParameterTest.java
Log Message:
-----------
HHH-20339 Remove unreachable CompositeSqmPathSource throw in resolveMappingExpressible
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 364d6bcbda4ab74a7483dee77c4eed6d8e8d376d
https://github.com/hibernate/hibernate-orm/commit/364d6bcbda4ab74a7483dee...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/CacheMode.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdResolutionsImpl.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
M hibernate-core/src/main/java/org/hibernate/internal/find/FindByKeyOperation.java
M hibernate-core/src/main/java/org/hibernate/internal/find/FindMultipleByKeyOperation.java
M hibernate-core/src/main/java/org/hibernate/jpa/internal/util/CacheModeHelper.java
M hibernate-core/src/main/java/org/hibernate/query/internal/QueryOptionsImpl.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityInitializerImpl.java
M hibernate-core/src/main/java/org/hibernate/sql/results/internal/ResultsHelper.java
A hibernate-core/src/test/java/org/hibernate/orm/test/cache/CacheModeRefreshSessionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/options/CacheModeTests.java
Log Message:
-----------
HHH-13284 introduce CacheMode.REFRESH_SESSION
Commit: 9e6f3f686f8274b53eed68df897dbbe48327f21a
https://github.com/hibernate/hibernate-orm/commit/9e6f3f686f8274b53eed68d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M whats-new.adoc
Log Message:
-----------
HHH-13284 updates whats new
Commit: ca8834f9f7465a4c134fe1eda8b39d193c9b3093
https://github.com/hibernate/hibernate-orm/commit/ca8834f9f7465a4c134fe1e...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M documentation/src/main/asciidoc/introduction/Tuning.adoc
Log Message:
-----------
HHH-13284 update doc
Compare: https://github.com/hibernate/hibernate-orm/compare/0e1f24e70412...ca8834f...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 0e1f24e7041259dfa1a79f4dffeaf70cc5c961b5
https://github.com/hibernate/hibernate-orm/commit/0e1f24e7041259dfa1a79f4...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingActions.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityInitializerImpl.java
A hibernate-core/src/test/java/org/hibernate/orm/test/refresh/CascadeRefreshToManyTest.java
Log Message:
-----------
HHH-18774 fix two bad bugs in cascade refresh
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications