Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6f5b1e554386662e02d4ef3b91c23863258ff481
https://github.com/hibernate/hibernate-orm/commit/6f5b1e554386662e02d4ef3...
Author: Gail Badner <gbadner(a)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.