rajeshatuce

Results 4 comments of rajeshatuce

Update - If I retry couple of times then same comparison passes. Any idea why is the issue? I am using version 1.1.61 ?

I had to also use @JsonSerialize(using= ToStringSerializer.class) @id private ObjectId myId; because above field is serialized and the serialization was not converting to hex String. I am assuming below is...

hey, not much I can export to provide you as sample as I am on proprietary system. if you have any particular code ask then I can sample that.

Mapping context is manual because I want to read collection name from properties and cannot hardcode in my pojo. If there is any other way to do that, except MappingContext...