Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 17735b9446eab154321607b564bdfc1495566455
https://github.com/hibernate/hibernate-orm/commit/17735b9446eab154321607b...
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/HbmXmlTransformer.java
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformerComponentHandler.java
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/TransformationHelper.java
Log Message:
-----------
HHH-20600 HbmXmlTransformer does not generate <transient/> declarations for
unmapped embeddable properties
Commit: e9b1ce0b60ed698e3aae2e7e72b06275b942ed89
https://github.com/hibernate/hibernate-orm/commit/e9b1ce0b60ed698e3aae2e7...
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/mapping/HbmTransformationJaxbTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/componentaccesstransient/Address.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/componentaccesstransient/Person.java
A
hibernate-core/src/test/resources/xml/jaxb/mapping/component-access-transient/hbm.xml
Log Message:
-----------
HHH-20600 Add test for embeddable access-type-aware transient detection
Verify that with property access (the HBM default), an unmapped getter
like getFullAddress() is correctly detected as a transient property in
the transformed embeddable. Before the fix in df2f8d7b, the transformer
used an incorrect heuristic to determine field vs property access,
which could miss unmapped getters.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/68e31c43d83f...e9b1ce0...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications