Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 32c4f5033f42f9fcced5bbd64dabdb4110c59602
https://github.com/hibernate/hibernate-orm/commit/32c4f5033f42f9fcced5bbd...
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: c294dbd2ab540c71f8c4f3ec38482d51dbf4a50e
https://github.com/hibernate/hibernate-orm/commit/c294dbd2ab540c71f8c4f3e...
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/6f669e37d8a1...c294dbd...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications