We want AssertJ 4 to use and require Java 17.
This mostly means increasing the java.version Maven property to 17.
In addition, we can:
- Move the tests from
assertj-core-java-17 to assertj-core and delete assertj-core-java-17
- Replace any usage of
List.of, Set.of, and Map.of from Jdk11 with the corresponding JDK API and delete the org.assertj.core.test.jdk11 package
We want AssertJ 4 to use and require Java 17.
This mostly means increasing the
java.versionMaven property to 17.In addition, we can:
assertj-core-java-17toassertj-coreand deleteassertj-core-java-17List.of,Set.of, andMap.offromJdk11with the corresponding JDK API and delete theorg.assertj.core.test.jdk11package