Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: cceb00518e6cc070e2193e5afe15ed18c311aebb
https://github.com/hibernate/hibernate-orm/commit/cceb00518e6cc070e2193e5...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/ReadOnlyCollectionsTest.java
Log Message:
-----------
HHH-17468 Add test for issue
Commit: f50cb5530bb6e6354b57ef53ff901e089f5c03b5
https://github.com/hibernate/hibernate-orm/commit/f50cb5530bb6e6354b57ef5...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
Log Message:
-----------
HHH-17468 Allow mapping read-only basic collections
Compare:
https://github.com/hibernate/hibernate-orm/compare/355f5c800516...f50cb55...