Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 672a7e6a0099944a767334ec44d5446a65a13f37
https://github.com/hibernate/hibernate-orm/commit/672a7e6a0099944a767334e...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/notfound/EagerProxyNotFoundTest.java
Log Message:
-----------
HHH-14537 : Added test for issue
(cherry picked from commit 9cb9137fb8a7189a8041c714ade0214ebaf6a0b8)
Commit: 106df75f20c08c8bc1717139c583335451676fba
https://github.com/hibernate/hibernate-orm/commit/106df75f20c08c8bc171713...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
Log Message:
-----------
HHH-14537 EntityNotFoundException thrown when non-existing association with
@NotFound(IGNORE) mapped has proxy in PersistenceContext
(cherry picked from commit 3c1e16e06ce7232fbe69bf1a3322d3f251a8bfbb)
Commit: fec36fc4ba496b1770d7702b59a22e6efba002fb
https://github.com/hibernate/hibernate-orm/commit/fec36fc4ba496b1770d7702...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/notfound/EagerProxyNotFoundTest.java
Log Message:
-----------
HHH-14537 : Updated test as requested; added tests that lazy associations with
non-existing entity is unaffected.
(cherry picked from commit ad84aaf0bcb161b272731c82742018ad3445742b)
Compare:
https://github.com/hibernate/hibernate-orm/compare/f72b7d3d6dfb...fec36fc...