Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Components
Priority
Major
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Components
Priority
Created May 16, 2014 at 12:14 AM
Updated May 5, 2022 at 10:55 AM
Resolved May 5, 2022 at 10:55 AM
https://hibernate.atlassian.net/browse/HHH-8908#icft=HHH-8908 needs to be reverted because the that issue makes an incorrect assumption. Mapped-superclass fields/methods should not be audited unless explictly audited or by using an @AuditOverride.
That is how it currently works for an entity that extends a mapped-superclass; it should work the same way when an embeddable extends a mapped-superclass.
This issue will only revert HHH-8908. https://hibernate.atlassian.net/browse/HHH-9193#icft=HHH-9193 will make the audit behavior consistent .