Currently _The field annotated with @RevisionNumber must be of type int, Integer, long, Long _ Long_ and this is a major constraint in specific cases and it is a known [issue|https://stackoverflow.com/questions/43465734/issue-with-implementing-uuids-with-hibernate-envers]. Allowing a user to chose UUID as a field type will give extra flexibility.
The proposed change is in RevisionInfoConfiguration class. |
|