Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6bc8421972c67492ef93947e54621b7d1755ecf5
https://github.com/hibernate/hibernate-orm/commit/6bc8421972c67492ef93947...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/IdInUninitializedProxyTest.java
Log Message:
-----------
HHH-14571 Test that the identifier is always reported as initialized by
Hibernate.isPropertyInitialized when using enhanced proxies
Commit: 1023ee02b9649209a80549b5a851596572d4f467
https://github.com/hibernate/hibernate-orm/commit/1023ee02b9649209a80549b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
Log Message:
-----------
HHH-14571 Always report identifiers as initialized when using enhanced proxies
Compare:
https://github.com/hibernate/hibernate-orm/compare/12f1c7917e5a...1023ee0...