Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8fa64ba761829b20089a53fcdcd164ee2e8ab84d
https://github.com/hibernate/hibernate-orm/commit/8fa64ba761829b20089a53f...
Author: gtoison <guillaume.toison(a)tobam.fr>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/ExtraLazyMapQueuedPersistTest.java
Log Message:
-----------
HHH-18885 test reproducing the issue
Commit: bd63ded97827a7328b9672c8519cba530d9dd44e
https://github.com/hibernate/hibernate-orm/commit/bd63ded97827a7328b9672c...
Author: gtoison <guillaume.toison(a)tobam.fr>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractPersistentCollection.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentMap.java
Log Message:
-----------
HHH-18885 Introduce DelayedOperation.getAddedEntry() for maps
Extra lazy maps need to persist the added entry (key and value), not the
added value.
Let PersistentMap.AbstractMapValueDelayedOperation return the added
entry so
OneToManyPersister.writeIndex() can execute the queued operation.
Compare:
https://github.com/hibernate/hibernate-orm/compare/ea78f096e52b...bd63ded...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications