[hibernate-commits] [hibernate/hibernate-orm] 45eee1: HHH-11209 : Test cases

GitHub noreply at github.com
Mon Dec 17 15:25:28 EST 2018


  Branch: refs/heads/5.1
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 45eee165f29ae2eefe86e5126a11d34d736d83bd
      https://github.com/hibernate/hibernate-orm/commit/45eee165f29ae2eefe86e5126a11d34d736d83bd
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-12-17 (Mon, 17 Dec 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
    M hibernate-core/src/test/resources/log4j.properties

  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)

HHH-11209 : Fix test case to work in 5.1 branch

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

(cherry picked from commit 22ad668b88b8ff04769396dbe4e153be024d64dc)

HHH-11209 : Change message to INFO logging when collection is detached with queued operations; remove checks for rollback


  Commit: dab6c4d0bf11178ccb227e80dc47bcb2d4b175fd
      https://github.com/hibernate/hibernate-orm/commit/dab6c4d0bf11178ccb227e80dc47bcb2d4b175fd
  Author: lrcuhuh <heinz.huber at racon.at>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSet.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyCollectionConsistencyTest.java

  Log Message:
  -----------
  HHH-9933 - Uninitialized PersistentSet with lazy="extra" doesn't respect added elements

(cherry picked from commit 63e4702629bf1258edc36ef307ac46cde395bded)

HHH-9933 : Fix test case to work in 5.1 branch


  Commit: 696abff61ca0218f42449e2bae4e03719528b4ae
      https://github.com/hibernate/hibernate-orm/commit/696abff61ca0218f42449e2bae4e03719528b4ae
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/test/resources/log4j.properties

  Log Message:
  -----------
  HHH-11209 : Change logging for detaching a PersistentCollection with queued operation to DEBUG


Compare: https://github.com/hibernate/hibernate-orm/compare/a79909d62043...696abff61ca0
      **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