[hibernate-commits] [hibernate/hibernate-orm] 6f5b1e: HHH-11209 : Test cases

GitHub noreply at github.com
Thu Oct 4 18:05:40 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 6f5b1e554386662e02d4ef3b91c23863258ff481
      https://github.com/hibernate/hibernate-orm/commit/6f5b1e554386662e02d4ef3b91c23863258ff481
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/action/internal/CollectionUpdateAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/QueuedOperationCollectionAction.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/delayedOperation/BagDelayedOperationNoCascadeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/delayedOperation/BagDelayedOperationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/delayedOperation/DetachedBagDelayedOperationTest.java

  Log Message:
  -----------
  HHH-11209 : Test cases

HHH-11209 : NullPointerException in EntityType.replace() with a PersistentBag

HHH-11209 : Add test for merging a detached collection with queued operations

HHH-11209 : Throw UnsupportedOperationException if a detached collection with queued operations is merged

HHH-11209 : Ignore queued operations when merging a detached collection with queued operations; add warnings

HHH-11209 : Fix typo in comment



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list