-
Notifications
You must be signed in to change notification settings - Fork 907
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
No Spring Boot 2 options #1357
Comments
This is the expected behavior. Spring Boot 2.x is now out of OSS support. The blog post that you've linked is stating as much. With it being out of support, we've stopped offering that version. |
@snicoll What if many projects will still need Spring Boot 2.x (x = 6, 7)? How can we generate them? Please suggest a workaround though we all know we can manually provide versions in the |
Spring Boot 2.6.x and 2.7.x is out of OSS support. There are commercial support options available. If you are still using 2.6.x and 2.7.x without a commercial subscription, you're using an unsupported version of Spring Boot (meaning you won't get bug fixes, security fixes and 3rd party dependency version upgrades). This is not something we want to encourage, therefore we don't show you these options on start.spring.io. If you really really want to do that and take the responsibility for bad stuff that will eventually happen, then create a project with a supported version from start.spring.io and change the version of spring boot in the |
today I saw that options for Boot 2 version are missing. and this post says a new version is out https://spring.io/blog/2023/11/23/spring-boot-2-7-18-available-now but it does not show up in the list
The text was updated successfully, but these errors were encountered: