I have an error when trying to work with @JsonIdentityInfo jackson annotation. When I try to deserialize the object I get the following exception:
Could
To avoid id conflict try to use ObjectIdGenerators.PropertyGenerator.class or ObjectIdGenerators.UUIDGenerator.class instead of ObjectIdGenerators.IntSequenceGenerator.class
ObjectIdGenerators.PropertyGenerator.class
ObjectIdGenerators.UUIDGenerator.class
ObjectIdGenerators.IntSequenceGenerator.class