lukas-krecan / JsonUnit

Compare JSON in your Unit Tests
Apache License 2.0
890 stars 114 forks source link

JDK 11 compatibility #665

Closed pbtura closed 1 year ago

pbtura commented 1 year ago

Is there any way to get this library working with JDK 11 or is 17 strictly required? I would love to use this in one of my projects, but upgrading to a newer JDK is not an option at this stage. How difficult would it be to fork off a JDK 11 version that contains at least bug fixes?

lukas-krecan commented 1 year ago

Hi, you can use version 2.38.0, which is Java 8 compatible. The library is pretty stable, there are not many bug-fixes, only new fetures. Check the release notes https://github.com/lukas-krecan/JsonUnit#release-notes

lukas-krecan commented 1 year ago

If you need to backport anything, you can send a PR for v2 branch