You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, the default build pipeline should use JDK17 (with future variants for JDK18+) and the published artifacts should use the Java 17 language level.
This task should refactor the current CI pipeline to:
only ship 17+ JDKs in the CI container image
consistently use Java 17 language level for compiling main and test sources
for now, Kotlin doesn't officially support Java 17, so we'll move to JDK 11 for now
The text was updated successfully, but these errors were encountered:
This commit introduces a new `spring-framework-6.0.x` CI pipeline with
JDK 17 baseline.
Note that Kotlin still uses a JDK11 baseline for now, this will be
addressed in spring-projectsgh-27413.
Closesspring-projectsgh-27409
As announced on the spring.io blog, Spring Framework 6.0 will require JDK17 as a baseline.
As a result, the default build pipeline should use JDK17 (with future variants for JDK18+) and the published artifacts should use the Java 17 language level.
This task should refactor the current CI pipeline to:
The text was updated successfully, but these errors were encountered: