[JAVA] Various correspondence table of Spring Framework and Spring Boot

Updated on 2020/06/11 Added information and changed Java version format

As a memorandum. Spring Framework

version GA Supported Java versions EOL
4.3 January 2016 6~8 ~~January 2020~~
December 31, 2020
5.0 September 2017 8~10 ~~March 2019~~
December 31, 2020
5.1 September 2018 8~12 ~~December 2019~~
December 31, 2020
5.2 January 2019 8~15(plans) December 31, 2021
5.3 Scheduled for October 2020 8~17(plans) 2024(plans)

Although the supported Java version is written in the range, it seems that it is basically recommended to use the LTS release (8, 11, 17, 23,,,).

Spring Boot

version GA Spring Framework Tomcat EOL Remarks
1.5 January 2017 4.3 8.5 August 1, 2019
2.0 March 2018 5.0 8.5 April 3, 2019
2.1 October 2018 5.1 9 - Java 11 compatible
2.2 October 2019 5.2 9 - Java 13 compatible
2.3 May 15, 2020 5.2 9 - Java 14 compatible
2.4 Scheduled for October 2020 5.3 -

reference

Spring Framework Versions - Spring Framework Wiki Supported Versions - Spring Boot Wiki

Recommended Posts

Various correspondence table of Spring Framework and Spring Boot
[Java] [Spring] Spring Boot Dependency injection mysterious hamarineta
spring × docker
About Spring Dependency Injection using Java, Kotlin
About Spring ③
FizzBuzz various
Spring Java
SQL injection
Various correspondence table of Spring Framework and Spring Boot
Hello World comparison between Spark Framework and Spring Boot
Memorandum of understanding when Spring Boot 1.5.10 → Spring Boot 2.0.0
Spring Framework 5.0 Summary of major changes
Java --Jersey Framework vs Spring Boot
Going out of message (Spring boot)
Spring profile function, and Spring Boot application.properties
[Spring Boot] Role of each class
After 3 months of Java and Spring training
Resolve null pointers for various sessions during MVC testing of Spring boot.
HTTPS with Spring Boot and Let's Encrypt
About the initial display of Spring Framework
WebMvcConfigurer Memorandum of Understanding for Spring Boot 2.0 (Spring 5)
Features of spring framework for java developers
I introduced OpenAPI (Swagger) to Spring Boot (gradle) and tried various settings
Add spring boot and gradle to eclipse
Get the class name and method name of Controller executed by HandlerInterceptor of Spring Boot
Construction and impression of Spring Boot Admin ~ Tips for displaying Git commit information ~
[Rails] Correspondence table of HTTP status code symbols and their meanings (for myself)
About designing Spring Boot and unit test environment
Spring Boot Whitelabel Error Page and JSON Response
Summary of what I learned about Spring Boot
About the official start guide of Spring Framework
[FCM] Implementation of message transmission using FCM + Spring boot
Output request and response log in Spring Boot
Table of contents Code refactoring and related articles
The story of raising Spring Boot 1.5 series to 2.1 series
Let's check the feel of Spring Boot + Swagger 2.0
When @Transactional of Spring Boot does not work
JAVA: Realizes generation and scanning of various barcodes
[Java / Spring Boot] Spring security ④ --Implementation of login process
[Java / Spring Boot] Spring security ⑤ --Implementation of logout processing
I tried to link JavaFX and Spring Framework.
correspondence between mybatis table column name and field name
Spring Boot + Spring Data JPA About multiple table joins
[Verification] Comparison of Spring Boot vs Micronaut boot speed
Challenge Spring Boot
Spring Boot Form
Spring Boot Memorandum
gae + spring boot
Check the behavior of getOne, findById, and query methods in Spring Boot + Spring Data JPA
Create a portfolio app using Java and Spring Boot
Plans to support JDK 11 for Eclipse and Spring Boot
Testing JPA entities and repositories using Spring Boot @DataJpaTest
Specify the encoding of static resources in Spring Boot
Spring Boot application built-in Tomcat, Apache and WebSocket integration
Switch environment with Spring Boot application.properties and @Profile annotation
I checked asynchronous execution of queries in Spring Boot 1.5.9
[For beginners] DI ~ The basics of DI and DI in Spring ~
Compatibility of Spring JDBC and MyBatis with Spring Data JDBC (provisional)
A memorandum of addiction to Spring Boot2 x Doma2
Spring Security usage memo: Cooperation with Spring MVC and Boot
Access the built-in h2db of spring boot with jdbcTemplate
I tried to reduce the capacity of Spring Boot
Spring Boot with Spring Security Filter settings and addictive points
Until the use of Spring Data and JPA Part 2
How to use CommandLineRunner in Spring Batch of Spring Boot
Create Restapi with Spring Boot ((1) Until Run of App)
Until the use of Spring Data and JPA Part 1
A review note of the Spring Framework Resource interface