Regarding the Hibernate jira (https://hibernate.atlassian.net/browse/HHH-13361) the issue has been fixed with Hibernate 6.0. However we needed the functionality in 5.6.9. hence I’ve tried to “enhance“ the envers code and got encouraging results so far. mvn liquibase:diff consider the annotations properly. It is still lacking test coverage though. (see: https://github.com/ntodorov70/hibernate-orm/tree/fixes/enverse-embedded-withmodifiedflag-patch). |