You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why did you hardcode "timestamp" as revision property in org.springframework.data.envers.repository.support.EnversRevisionRepositoryImpl#findLastChangeRevision ?
My custom revision entity has different @RevisionTimestamp property than timestamp.
This results in org.hibernate.QueryException: could not resolve property: timestamp of:... when org.springframework.data.repository.history.RevisionRepository#findLastChangeRevision is called.