Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 377bb4188cab6a141dc766e40a7fdd605fad222e
https://github.com/hibernate/hibernate-orm/commit/377bb4188cab6a141dc766e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/transform/HbmXmlComponentVisitorTest.java
Log Message:
-----------
HHH-20615 Add tests for issue
Verify that the transformed embeddable gets access=PROPERTY by default
(HBM default), preserves explicit property access, and does not set
access for explicit field access.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Commit: 49181c76ca2c60734c41f87d77356ff3e8a6b131
https://github.com/hibernate/hibernate-orm/commit/49181c76ca2c60734c41f87...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformerComponentHandler.java
Log Message:
-----------
HHH-20615 The HbmXml transformer should set the correct access value for
<embeddable>.
The ORM mapping defaults to field access, but HBM defaults to property
access. Explicitly set access=PROPERTY on embeddables when the effective
HBM access is property, so that attribute members are resolved correctly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/c24c9225d9d3...49181c7...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications