Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Spring Boot 2 support Java 10?

Since Spring has confirmed Spring Boot 2 will support Java9 and Java 8 being minimum version to run Spring Boot 2 application. Now that Java is planning to release Java 11, does Spring Boot 2 will support Java 10?

like image 456
Pranali Rasal Avatar asked Aug 02 '18 10:08

Pranali Rasal


People also ask

What version of Spring does Spring Boot 2 use?

Choosing a Spring version is relatively simple: If you are building new Spring Boot projects, the version of Spring you are using is already pre-defined for you. If you are using Spring Boot 2.7. x, for example, you will be using Spring 5.3.

Does Spring Boot support Java 11?

Java 15 support Spring Boot 2.4 supports Java 15 while also remaining compatible with Java 11 and 8.

Does Spring Boots 2.5 support Java 8?

Spring Boot 2.7. 5 requires Java 8 and is compatible up to and including Java 19.

Does Spring 10 work with tomcat5?

it does not work. I added the not. I made the edits to my answer: Spring MVC 5 does *not* work on Tomcat 10.


1 Answers

Java 10 is supported as of Spring Boot 2.0.1.RELEASE. We intend to support Java 11 as of Spring Boot 2.1.x

See: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-with-Java-9-and-above

like image 92
nmyk Avatar answered Sep 24 '22 12:09

nmyk