Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: cbdd9a206f01f0d89a66788ab601fe9b5204fee7
https://github.com/hibernate/hibernate-orm/commit/cbdd9a206f01f0d89a66788...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/cache/ManyToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/cache/ManyToOneWithOptimisticLockingTest.java
Log Message:
-----------
HHH-16673 Add test for issue
Commit: d99c7acf633dddffdcd9e5ef824b42fe9ba0d840
https://github.com/hibernate/hibernate-orm/commit/d99c7acf633dddffdcd9e5e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/NonAggregatedIdentifierMappingImpl.java
Log Message:
-----------
HHH-16673 Fail to get access lazy fetched field ( @ManyToOne ) wich is part of a
composite Id (using an @IdClass) when stored in L2 cache
Compare:
https://github.com/hibernate/hibernate-orm/compare/c286010ee717...d99c7ac...