Branch: refs/heads/7.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: c24c527aedf1fa74cb43d1b4f59d25fe2d0e8c0c
https://github.com/hibernate/hibernate-orm/commit/c24c527aedf1fa74cb43d1b...
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: 6d1f9afdc6a528cfcb4ae9ec830c6630bc184c21
https://github.com/hibernate/hibernate-orm/commit/6d1f9afdc6a528cfcb4ae9e...
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/14c7d48fedb6...6d1f9af...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications