I am trying to upgrade a JEE8 based project from Hibernate 5.4.3 to 5.4.4.
However, I experience some sort of regression related to "TransientObjectExceptions" between this two versions.
I have pushed a project to GitHub, which can reproduce the issue on a very small code-base:
[https://github.com/rzo1/hibernate-orm-5.4.x-issue|https://github.com/rzo1/hibernate-orm-5.4.x-issue]
Just change the hibernate-core version to 5.4.4 in the pom.xml and execute the JUnit test. hibernate-core 5.4.3 or below are working in this specific setup.
* UPDATE: *
Simplier test-case by @gbadner can be found here [https://github.com/gbadner/hibernate-test-case-templates/tree/HHH-13590|https://github.com/gbadner/hibernate-test-case-templates/tree/HHH-13590|smart-link] |
|