[hibernate-commits] [hibernate/hibernate-orm] 1d5189: HHH-13380 Bytecode enhanced entities might throw L...

Sanne Grinovero noreply at github.com
Wed Aug 12 04:39:40 EDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 1d5189820295422163f2a08411d2b0571aeec933
      https://github.com/hibernate/hibernate-orm/commit/1d5189820295422163f2a08411d2b0571aeec933
  Author: Sanne Grinovero <sanne at 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/cd7823a549d4b1ad1b26a9eb5a603726ae0df744
  Author: Jay Paulsen <jay-paulsen at 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/fb6bb820f1feed72f1bbdf497729ef3d1a28ba48
  Author: Sanne Grinovero <sanne at 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...fb6bb820f1fe


More information about the hibernate-commits mailing list