Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.