Revert HHH-8908 fix

Description

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 .

Activity

Former userMay 28, 2014 at 1:25 AM

Fixed in master, 4.3, and 4.2.

Former userMay 16, 2014 at 9:53 PM

Test cases that were added for https://hibernate.atlassian.net/browse/HHH-8908#icft=HHH-8908 will be repurposed for HHH-9193.

Fixed

Details

Assignee

Reporter

Fix versions

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

Flag notifications