Hibernate-sequence generates duplicate keys when using hibernate envers
I am using hibernate envers 5.6.9.final with spring boot 2.7.2. my problem is that hibernate_sequence sometimes generates duplicates value when it needs to insert a new record in revisionInfo tabel. and it only happens on openshift platform and not my local system and not always it fails but sometimes it is running successfully. this is … Read more