-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.99.7
-
Component/s: None
-
Labels:None
The problem is that we're comparing serialized JSON strings. But JSON is key/value pair without specified order and hence this character to character comparison is failing on JDK8 that might order the underlaying hash map differently.