Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c3f1762f3bb936da0e49f9309ff7bae6b91df7bd
https://github.com/hibernate/hibernate-orm/commit/c3f1762f3bb936da0e49f93...
Author: Fabricio Gregorio <fabricio.gregorio(a)sofis.lat>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
A
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/lazy/IsCollectionInitializedBytecodeEnhancementTest.java
A
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/lazy/IsCollectionInitializedTest.java
Log Message:
-----------
HHH-15522 Add hibernate isInitialized tests on envers collections
Commit: 4ac2054784d8498bc520c60b1e901f708dcfd7d5
https://github.com/hibernate/hibernate-orm/commit/4ac2054784d8498bc520c60...
Author: Fabricio Gregorio <fabricio.gregorio(a)sofis.lat>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/LazyInitializable.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentCollection.java
M
hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/relation/lazy/proxy/CollectionProxy.java
M
hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/relation/lazy/proxy/MapProxy.java
M
hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/relation/lazy/proxy/SortedMapProxy.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/collection/MultipleCollectionEntity.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/lazy/IsCollectionInitializedBytecodeEnhancementTest.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/lazy/IsCollectionInitializedTest.java
Log Message:
-----------
HHH-15522 Implement a LazyInitializable interface that PersistentCollection and Envers
collections extend or implement. Improve related tests.
Compare:
https://github.com/hibernate/hibernate-orm/compare/4f9ff5cfd1f6...4ac2054...