Hello Vladimir,
Why are you not using the test from my pull request? It shows the failure. You can run the test with:
./gradlew -a :hibernate-core:test --tests=*LoadGraphFindByIdTest
My test uses an EntityGraph, yours not, maybe that causes the different behavior? Oliver