matsim-libs icon indicating copy to clipboard operation
matsim-libs copied to clipboard

Migrate from Java 17 to 21

Open EwoutH opened this issue 4 months ago • 11 comments

Java 21 LTS has now been release for 6 months, which may be a good time to see if we can start upgrading to Java 21. This PR tests that by updating the pom.xml and the GitHub Actions workflows to use Java 21 LTS instead of Java 17 LTS.

The previous Java upgrade was done and discussed here:

  • #2043

Potentially interesting articles:

New features in JDK 18, 19, 20 and 21 are:

JDK 18

JDK 19

JDK 20

JDK 21

EwoutH avatar Feb 21 '24 11:02 EwoutH