[hibernate/hibernate-orm] db1c9e: HHH-15522 Add hibernate isInitialized tests on env...
by Yoann Rodière
Branch: refs/heads/6.1
Home: https://github.com/hibernate/hibernate-orm
Commit: db1c9ea85a3d0c66fd0928a7ad7d5db8e99dc146
https://github.com/hibernate/hibernate-orm/commit/db1c9ea85a3d0c66fd0928a...
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: 8f908feb7cb7c0cf3224758440972bd7b0b6630a
https://github.com/hibernate/hibernate-orm/commit/8f908feb7cb7c0cf3224758...
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/5896e8d59073...8f908fe...
2 years, 3 months
[hibernate/hibernate-orm] e218b8: HHH-15522 Add hibernate isInitialized tests on env...
by Yoann Rodière
Branch: refs/heads/5.6
Home: https://github.com/hibernate/hibernate-orm
Commit: e218b8f1270e6285519fcc5068aba531be647f24
https://github.com/hibernate/hibernate-orm/commit/e218b8f1270e6285519fcc5...
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: 1987d699ed4ac79d3ca226a7f3c08ca74e95f2ce
https://github.com/hibernate/hibernate-orm/commit/1987d699ed4ac79d3ca226a...
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/envers/test/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/9bd8a9518c45...1987d69...
2 years, 3 months
[hibernate/hibernate-orm] c3f176: HHH-15522 Add hibernate isInitialized tests on env...
by Yoann Rodière
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...
2 years, 3 months