[hibernate-commits] [hibernate/hibernate-orm] 0c1ca1: HHH-11209 : Test cases

GitHub noreply at github.com
Fri Nov 9 01:38:03 EST 2018


  Branch: refs/heads/5.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 0c1ca113750f3e1c3658cd7c60b0af4a8f4e724d
      https://github.com/hibernate/hibernate-orm/commit/0c1ca113750f3e1c3658cd7c60b0af4a8f4e724d
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-11-08 (Thu, 08 Nov 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
(cherry picked from commit 6f5b1e554386662e02d4ef3b91c23863258ff481)


  Commit: 4486fa5cccf54050fffaf03da6bdc6599411ab8d
      https://github.com/hibernate/hibernate-orm/commit/4486fa5cccf54050fffaf03da6bdc6599411ab8d
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-11-08 (Thu, 08 Nov 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/collection/delayedOperation/DetachedBagDelayedOperationTest.java
    M hibernate-core/src/test/resources/log4j.properties

  Log Message:
  -----------
  HHH-11209 : Added test case for testing debug logging when collection is detached during rollback

(cherry picked from commit 22ad668b88b8ff04769396dbe4e153be024d64dc)


  Commit: 9105b366edc5fe9a8d9b7593c266c711fa5ab431
      https://github.com/hibernate/hibernate-orm/commit/9105b366edc5fe9a8d9b7593c266c711fa5ab431
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-11-08 (Thu, 08 Nov 2018)

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

  Log Message:
  -----------
  HHH-11209 : Log a DEBUG message if collection with queued operations is detached due to rollback

(cherry picked from commit 7af7182cc1b2d3ec390d3f64a913a952767b8191)


  Commit: e41b6b20d40e9b6f934c28276f53d27ca09be940
      https://github.com/hibernate/hibernate-orm/commit/e41b6b20d40e9b6f934c28276f53d27ca09be940
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-11-08 (Thu, 08 Nov 2018)

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

  Log Message:
  -----------
  HHH-11209 : Fix checkstyle error

(cherry picked from commit 741c84a10cee915642a8c1f00cb8b9a92446930f)


Compare: https://github.com/hibernate/hibernate-orm/compare/18ed6d93b8e3...e41b6b20d40e
      **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