|
The implementation of Validity Audit Strategy has been changed to workaround the defect reported in
HHH-7295
. As a workaround, you could probably check out the previous implementation: https://github.com/hibernate/hibernate-orm/blob/af554fe59b20c8cd5ef5078c212be0fafd88a68e/hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java (provide custom audit strategy in your application).
|