Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: d34d655088113c67ce1cc4ca2ab9df3788dac302
https://github.com/hibernate/hibernate-orm/commit/d34d655088113c67ce1cc4c...
Author: Yanming Zhou <zhouyanming(a)gmail.com>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/convert/internal/AttributeConverterManager.java
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
Log Message:
-----------
HHH-20660 fix wrongly-formatted exception message (#13010)
Before this commit, class names are not joined by delimiter `, ` due to bug of
`StringHelper.join(Collection<T>, Renderer<T>)`.
Signed-off-by: Yanming Zhou <zhouyanming(a)gmail.com>
Co-authored-by: Gavin King <gavin(a)hibernate.org>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications