[JAVA] Spring Boot 1.x will reach EOL in the next year.

The other day, Spring Boot 2.0.4 was released. https://spring.io/blog/2018/07/30/spring-boot-2-0-4-available-now

It seems that there are more than 90 bug fixes from the previous version, and I am very pleased, but on this day, it was announced that Spring Boot 1.x will reach EOL on August 1, 2019. The blog post is July 30th, so it's another year! It must have been an announcement. Even so, it's too early to reach EOL. .. ..

So, I will translate the article of here.

------from here-------------

The end will come to all good things. .. .. And Spring Boot 1. Also for x system. In other words, we have decided to suspend maintenance on August 1, 2019, 12 months after today.

We will continue to release 1.5.x maintenance releases and end the branch on the final day.

Spring Boot 1.x users should plan to upgrade to the latest 2.x version by the end of maintenance date.

Also note that Spring Boot 2.0 and higher versions require Java 8+, so if you are currently using Java 6 or 7, you will also need to upgrade your JDK.

Learn what you need to do to upgrade your SpringBoot 1.5 application to 2.0 [here](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot- Please refer to the migration guide in 2.0-Migration-Guide).

Good luck!

Recommended Posts

Spring Boot 1.x will reach EOL in the next year.
Use Servlet filter in Spring Boot [Spring Boot 1.x, 2.x compatible]
View the Gradle task in the Spring Boot project
Specify the encoding of static resources in Spring Boot
SSO with GitHub OAuth in Spring Boot 1.5.x environment
Set context-param in Spring Boot
Spring Boot 2 multi-project in Gradle
Major changes in Spring Boot 1.5
NoHttpResponseException in Spring Boot + WireMock
Sample code that uses the Mustache template engine in Spring Boot
Get a proxy instance of the component itself in Spring Boot
See the relative redirect behavior with the server.tomcat.use-relative-redirects setting in Spring Boot
What I did in the migration from Spring Boot 1.4 series to 2.0 series
What I did in the migration from Spring Boot 1.5 series to 2.0 series
[Spring Boot] Until @Autowired is run in the test class [JUnit5]
We will build a Spring Framework development environment in the on-premises environment.
Spring Boot 2.x context path settings
Spring Boot Hello World in Eclipse
Spring Boot application development in Eclipse
Spring Boot for the first time
Write test code in Spring Boot
Cassandra x Spring Boot struggle record
Implement REST API in Spring Boot
What is @Autowired in Spring boot?
Implement Spring Boot application in Gradle
Thymeleaf usage notes in Spring Boot
Procedure to make the value of the property file visible in Spring Boot
Spring Autowired is written in the constructor
Launch (old) Spring Boot project in IntelliJ
Build Spring Boot + Docker image in Gradle
Static file access priority in Spring boot
Output Spring Boot log in json format
Local file download memorandum in Spring Boot
Create Java Spring Boot project in IntelliJ
Loosen Thymeleaf syntax checking in Spring Boot
[Practice! ] Display Hello World in Spring Boot
Use DynamoDB query method in Spring Boot
DI SessionScope Bean in Spring Boot 2 Filter
Use cache with EhCashe 2.x with Spring Boot
Change session timeout time in Spring Boot
Organize the differences in behavior of @NotBlank, @NotEmpty, @NotNull with Spring Boot + Thymeleaf
Sign in to a Spring Boot web application on the Microsoft ID platform
Get the path defined in Controller class of Spring boot as a list
How to set environment variables in the properties file of Spring boot application
The attached file name was garbled in the Spring Boot email, so take measures