Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsonassert not working after project jre is updated to openjdk14.0.1 #122

Open
veluguri opened this issue Jun 3, 2020 · 1 comment
Open

Comments

@veluguri
Copy link

veluguri commented Jun 3, 2020

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

@fenglin-ssb
Copy link

when can JSONassert support java module systems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants