Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8b27d61c5d380c9261c69e9d6682e1da1d00bab6
https://github.com/hibernate/hibernate-orm/commit/8b27d61c5d380c9261c69e9...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
A
hibernate-core/src/main/java/org/hibernate/engine/spi/StatelessSessionLazyDelegator.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/engine/spi/NoMissingOverridesInStatelessSessionLazyDelegatorTest.java
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>
Commit: 50138d8d6ae2caf2784d201502e980550fa2cc73
https://github.com/hibernate/hibernate-orm/commit/50138d8d6ae2caf2784d201...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/engine/spi/NoMissingOverridesInStatelessSessionLazyDelegatorTest.java
Log Message:
-----------
HHH-17990 More realistic smoke test for StatlessSessionLazyDelegator
Commit: 5c85c7b4205740a1cb54f312558b502cc75c0c07
https://github.com/hibernate/hibernate-orm/commit/5c85c7b4205740a1cb54f31...
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/test/java/org/hibernate/orm/test/engine/spi/NoMissingOverridesInSessionLazyDelegatorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/dynamic/SimpleQuerySpecificationTests.java
M migration-guide.adoc
Log Message:
-----------
HHH-17990 - Refactor SessionLazyDelegator to align its initialization with
StatelessSessionLazyDelegator
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/29d3c7f635f2...5c85c7b...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications