Upgraded everything! Finally, I was able to smoke test the new snapshot version. Unfortunately, the patch did not solve my use case: java.lang.IllegalStateException: Audit association queries only permitted while selecting only entities. at org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery.traverseRelation(RevisionsOfEntityQuery.java:84) at org.hibernate.envers.query.internal.impl.AbstractAuditQuery.traverseRelation(AbstractAuditQuery.java:183) I think it would be possible to fetch the entities given the revision data only, but I don’t see how it’s possible to do the reverse. I need the metadata to display the history to users. |