Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Fix versions
Affects versions
Priority
Created September 16, 2021 at 8:36 AM
Updated September 20, 2021 at 10:40 PM
Resolved September 16, 2021 at 2:23 PM
Reported downstream: https://github.com/quarkusio/quarkus/issues/19867
Affects ORM 5.6 for sure, but probably affects older versions as well.
With the mapping below,
@AttributeOverride
will work correctly, unless we use anorm.xml
, in which case the@AttributeOverride
is ignored.Strangely, this bug does not affect
@AttributeOverride
at the property level (embedded properties).