Skip to content

19. Java 17 transition

Ilkka Seppälä edited this page Oct 14, 2023 · 23 revisions

Overview

Background Material

https://mydeveloperplanet.com/2021/09/28/whats-new-between-java-11-and-java-17/

Preparing for the Transition

Switch from JDK11 to JDK17

  • Configure Maven plugins to use Java 17 and verify that build works using JDK17
  • Update CI configuration to use JDK17

After the Transition