Comment From: anbusampath

Is there any plan to add JDK 21 support for Spring Boot 2.7.x, 3.0.x, 3.1.x line as well? Because I see Spring Framework mentions it will support JDK 21 on below lines,

  • Spring Framework 6.1.x: JDK 17-23
  • Spring Framework 6.0.x: JDK 17-21
  • Spring Framework 5.3.x: JDK 8-21

https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range

Comment From: wilkinsona

Closed by f562ced.

Comment From: wilkinsona

Is there any plan to add JDK 21 support for Spring Boot 2.7.x, 3.0.x, 3.1.x line as well?

Yes, but that will come later, nearer to Java 21's GA. For now, we're focussing on main (3.2.x) to allow us to work on new features that require JDK 21 such as support for virtual threads.