-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to SpringBoot 2.6 #691
Comments
SpringBoot 2.6 is not yet released, but a snapshot is already available: https://docs.spring.io/spring-boot/docs/2.6.0-SNAPSHOT/api/. A M1 release of 2.6 is getting prepared for release in July: https://github.com/spring-projects/spring-boot/milestone/214 |
The Milestone M1 release was released: https://github.com/spring-projects/spring-boot/releases/tag/v2.6.0-M1 |
The next LTS release Java 17 will be released in September. #675 |
SpringBoot 2.6 M2 was released: https://spring.io/blog/2021/08/19/spring-boot-2-6-0-m2-is-now-available |
Spring Boot 2.6 RC1 was released: https://spring.io/blog/2021/10/21/spring-boot-2-6-0-rc1-is-available-now Spring Boot 2.6 is scheduled for release on the 18th Nov. |
Spring Boot 2.6 is available: https://spring.io/blog/2021/11/19/spring-boot-2-6-is-now-available |
SpringBoot 2.5 will only be supported until May 2022: https://spring.io/projects/spring-boot#support |
SpringBoot gradle dependencies: https://github.com/spring-projects/spring-boot/blob/v2.6.2/spring-boot-project/spring-boot-dependencies/build.gradle |
- upgrade SpringBoot to 2.6 - upgrade Restdoc - add Dom4J dependency, because it is not a Hibernate dependency anymore - rewrite build.gradle of sechub-sereco and sechub-storage-sharedvolume-spring to new Gradle format - added mockito inline to sechub-storage-sharedvolume-spring
- upgrade SpringBoot to 2.6 - upgrade Restdoc - add Dom4J dependency, because it is not a Hibernate dependency anymore - rewrite build.gradle of sechub-sereco and sechub-storage-sharedvolume-spring to new Gradle format - added mockito inline to sechub-storage-sharedvolume-spring - downgrade Flyway to 8.0.5 to use the same version as SpringBoot
Upgrade to SpringBoot 2.6.
The text was updated successfully, but these errors were encountered: