| 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 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. |