Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1886ee4318fcbb01247593f5ffb869626046a9de
https://github.com/hibernate/hibernate-orm/commit/1886ee4318fcbb01247593f...
Author: utsav-mehta-noovosoft <utsav.mehta(a)noovosoft.com>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/any/AnyTypeFlushToLoggableStringTest.java
Log Message:
-----------
HHH-20229 Add reproducer test for EntityPrinter failure with @AnyKeyJavaClass(String)
Add a test reproducing a HibernateException thrown during
logFlushResults when an @Any association uses
@AnyKeyJavaClass(String.class).
Commit: 4c9e50b4b487dc93429ed9162b668776ffcc3b96
https://github.com/hibernate/hibernate-orm/commit/4c9e50b4b487dc93429ed91...
Author: utsav-mehta-noovosoft <utsav.mehta(a)noovosoft.com>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/AnyType.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/any/AnyTypeFlushToLoggableStringTest.java
Log Message:
-----------
HHH-20229 Fix logging failure
AnyType.toLoggableString previously passed the entity instance
to MessageHelper.infoString(), which expects the identifier value.
Resolve the entity identifier using guessEntityPersister before
delegating to MessageHelper.infoString().
Compare:
https://github.com/hibernate/hibernate-orm/compare/58eaac71ccdb...4c9e50b...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications