Branch: refs/heads/7.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: fcf99a5a46217b510dd70ed2c190621c4cd4c695
https://github.com/hibernate/hibernate-orm/commit/fcf99a5a46217b510dd70ed...
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: 6e0d152a4d889ec9857a8a1e5c80e7c5b82c7949
https://github.com/hibernate/hibernate-orm/commit/6e0d152a4d889ec9857a8a1...
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/cbcae68bc347...6e0d152...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications