Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: d813f3185f279cc9ba8eb8dafd5a4e33843f10de
https://github.com/hibernate/hibernate-orm/commit/d813f3185f279cc9ba8eb8d...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionLazyDelegator.java
A
hibernate-core/src/main/java/org/hibernate/engine/spi/StatelessSessionLazyDelegator.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/engine/spi/NoMissingOverridesInSessionLazyDelegatorTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/engine/spi/NoMissingOverridesInStatelessSessionLazyDelegatorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/dynamic/SimpleQuerySpecificationTests.java
M migration-guide.adoc
Log Message:
-----------
HHH-17990 - Create a helper class SPI for decorating a StatelessSession instance when
the instance is lazily provided
Also added a test to ensure that we at least get notified if methods get added to
StatelessSession without being overridden in the StatelessSessionLazyDelegator
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
HHH-17990 More realistic smoke test for StatlessSessionLazyDelegator
HHH-17990 - Refactor SessionLazyDelegator to align its initialization with
StatelessSessionLazyDelegator
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications