Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1a587941f8d70091ce635b47efa327b76f48083a
https://github.com/hibernate/hibernate-orm/commit/1a587941f8d70091ce635b4...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/HbmTransformationJaxbTests.java
A hibernate-core/src/test/resources/xml/jaxb/mapping/custom-sql/hbm.xml
Log Message:
-----------
HHH-20674 Add test for issue
The transformer does not transfer the callable attribute from
sql-insert/sql-update/sql-delete elements, causing
Expectation.OutParameter validation to fail at boot time.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Commit: 8bf5620c30de9dda5155383400a6146d72452dee
https://github.com/hibernate/hibernate-orm/commit/8bf5620c30de9dda5155383...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformer.java
Log Message:
-----------
HHH-20674 HbmXmlTransformer does not transfer callable attribute for custom SQL
statements
The transformer was not transferring the callable attribute from
sql-insert/sql-update/sql-delete elements. Also removed duplicate
setValue calls.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/1269a15ac832...8bf5620...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications