Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1d5189820295422163f2a08411d2b0571aeec933
https://github.com/hibernate/hibernate-orm/commit/1d5189820295422163f2a08...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
Log Message:
-----------
HHH-13380 Bytecode enhanced entities might throw LazyInitializationException from custom
equals/hashcode implementations
Apparently we trigger the need to invoke equals/hashcode methods on managed entities just
before the Session is attached to the BytecodeLazyAttributeInterceptor
Commit: cd7823a549d4b1ad1b26a9eb5a603726ae0df744
https://github.com/hibernate/hibernate-orm/commit/cd7823a549d4b1ad1b26a9e...
Author: Jay Paulsen <jay-paulsen(a)uiowa.edu>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/LazyOneToManyWithEqualsImplementationTest.java
Log Message:
-----------
HHH-13380 Test for the issue
Commit: fb6bb820f1feed72f1bbdf497729ef3d1a28ba48
https://github.com/hibernate/hibernate-orm/commit/fb6bb820f1feed72f1bbdf4...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-14150 Upgrade to Byteman 4.0.13
Compare:
https://github.com/hibernate/hibernate-orm/compare/f270f688e6b4...fb6bb82...