-
-
Notifications
You must be signed in to change notification settings - Fork 766
Closed
Milestone
Description
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-17toassertj-coreand deleteassertj-core-java-17 - Replace any usage of
List.of,Set.of, andMap.offromJdk11with the corresponding JDK API and delete theorg.assertj.core.test.jdk11package
khmarbaise, clemstoquart, spencergibb, slachiewicz, sbrannen and 1 more