[hibernate-commits] [hibernate/hibernate-orm] 35b9a9: HHH-7603 Changed AbstractPersistentCollection so t...

GitHub noreply at github.com
Thu Sep 20 05:56:56 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 35b9a9d7854306e52fdad41813a8a09b20fadeae
      https://github.com/hibernate/hibernate-orm/commit/35b9a9d7854306e52fdad41813a8a09b20fadeae
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-09-19 (Wed, 19 Sep 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java

  Log Message:
  -----------
  HHH-7603 Changed AbstractPersistentCollection so that it would behave in a similar manner as 4.1.6 when using the default lazy load behavior for collections.  With the changes for HHH-7603 the AbstractPersistentCollection was throwing a NPE instead of a LIE in a very particular case.
Added test that simulates a use case from Hibernate Search 4.1.1 as far as I can tell.





More information about the hibernate-commits mailing list