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

Andrea Boriero noreply at github.com
Wed Aug 12 05:22:35 EDT 2020


  Branch: refs/heads/wip/6.0
  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


  Commit: b744d7891cd67aba2f553992f31d3537bd74ef0d
      https://github.com/hibernate/hibernate-orm/commit/b744d7891cd67aba2f553992f31d3537bd74ef0d
  Author: Andrea Boriero <andrea at hibernate.org>
  Date:   2020-08-12 (Wed, 12 Aug 2020)

  Changed paths:
    M gradle/libraries.gradle
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/LazyOneToManyWithEqualsImplementationTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_50


Compare: https://github.com/hibernate/hibernate-orm/compare/4768db9c5e58...b744d7891cd6


More information about the hibernate-commits mailing list