Skip to content
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

Closed
Mehdi-HAFID opened this issue Nov 23, 2023 · 3 comments
Closed

No Spring Boot 2 options #1357

Mehdi-HAFID opened this issue Nov 23, 2023 · 3 comments

Comments

@Mehdi-HAFID
Copy link

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
Screenshot 2023-11-23 143107

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 23, 2023
@snicoll snicoll transferred this issue from spring-io/initializr Nov 23, 2023
@snicoll
Copy link
Contributor

snicoll commented Nov 23, 2023

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 snicoll closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2023
@snicoll snicoll added status: invalid and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 23, 2023
@snicoll snicoll pinned this issue Nov 23, 2023
@shortthirdman
Copy link

@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 build.gradle and/or pom.xml.

@mhalbritter
Copy link
Contributor

mhalbritter commented Feb 19, 2024

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 pom.xml or build.gradle to 2.6.15 or 2.7.18. But you should really not do that and use a supported version of Spring Boot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants