You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSONAssert.assertEquals(expectedJson, actualJsonObj ,
new CustomComparator(JSONCompareMode.STRICT,
new Customization("apiTimestamp", (o1, o2) -> true)));
the above statement was working fine with JRE1.8 , but i recently had to move to openjdk14.0.1 and the above statement giving error saying "change project compliance to JRE1.8"
how to resolve this issue ?
i am using
org.skyscreamer
jsonassert
1.5.0
thank you
The text was updated successfully, but these errors were encountered:
JSONAssert.assertEquals(expectedJson, actualJsonObj ,
new CustomComparator(JSONCompareMode.STRICT,
new Customization("apiTimestamp", (o1, o2) -> true)));
the above statement was working fine with JRE1.8 , but i recently had to move to openjdk14.0.1 and the above statement giving error saying "change project compliance to JRE1.8"
how to resolve this issue ?
org.skyscreamer jsonassert 1.5.0i am using
thank you
The text was updated successfully, but these errors were encountered: