Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: b6721961dddb72e7421dcf1b3b6c4f27a0524bc8
https://github.com/hibernate/hibernate-orm/commit/b6721961dddb72e7421dcf1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/embeddable/EmbeddableAsElementCollectionWithUpdatableFalseTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/embeddable/EmbeddableAsOrderedElementCollectionWithUpdatableFalseTest.java
Log Message:
-----------
HHH-16573 Reproduce NPE with embeddable element collection with updateable = false
Commit: aa93bac00848e6443ff04de5a01843c48f771572
https://github.com/hibernate/hibernate-orm/commit/aa93bac00848e6443ff04de...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ValuedModelPart.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/UpdateRowsCoordinatorStandard.java
Log Message:
-----------
HHH-16573 NPE with embeddable element collection with updateable = false
Compare:
https://github.com/hibernate/hibernate-orm/compare/edd825d13361...aa93bac...