Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6adb3609b830c5e77795564d9f87b6ee445b5825
https://github.com/hibernate/hibernate-orm/commit/6adb3609b830c5e77795564...
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: 791cf8410d0064f7362588280284441618964884
https://github.com/hibernate/hibernate-orm/commit/791cf8410d0064f73625882...
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
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/289003c35a52...791cf84...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications