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.
Why did you hardcode
"timestamp"as revision property inorg.springframework.data.envers.repository.support.EnversRevisionRepositoryImpl#findLastChangeRevision?My custom revision entity has different
@RevisionTimestampproperty thantimestamp.This results in
org.hibernate.QueryException: could not resolve property: timestamp of:...whenorg.springframework.data.repository.history.RevisionRepository#findLastChangeRevisionis called.