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

How to create Spring Boot 2.7 project? #233

Open
doggy8088 opened this issue Jan 8, 2024 · 5 comments
Open

How to create Spring Boot 2.7 project? #233

doggy8088 opened this issue Jan 8, 2024 · 5 comments

Comments

@doggy8088
Copy link

In Spring Initializr Java Support v0.11.2, it seems drop support for Spring Boot 2.7.

image

Is it possible add it back?

@brunovieira97
Copy link
Contributor

The extension lists versions based on the start.spring.io API, meaning that if you go to the website it will present you the same.

image

@doggy8088
Copy link
Author

doggy8088 commented Jan 23, 2024

In fact, start.spring.io still support 2.7.2 generation. Just check the following link. It still supported, but the doesn't list the outdated versions.

https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.7.2&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&dependencies=web

image

Is it possible add the hidden/outdated version back to the extension?

@brunovieira97
Copy link
Contributor

As you pointed out, it is still supported by the website, however for generating projects with 2.7 it is required to force this on the request, not relying on the API options.

As this project is entirely based on the API responses to show available options for each step, I believe it would "break" the original intent of this extension.

That is merely my opinion though, the project maintainers would be the best advisors on this issue. If it's considered as a valid addition, I would gladly make a PR for such change ;)

@jdneo and @testforstephen could you give us some guidance on this matter?

@WangFengtu1996
Copy link

+1

@WangFengtu1996
Copy link

I want to use spring boot 2.5.6 ?

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

No branches or pull requests

3 participants