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

Java version below 17 is still selectable on Spring Boot 3 making confusion #1333

Closed
djkeh opened this issue Nov 1, 2023 · 2 comments
Closed

Comments

@djkeh
Copy link

djkeh commented Nov 1, 2023

231101 initializr report

In demo gif, you can select java version 11 or 8 in spring boot 3, even though it's not actually possible. Looking at the resulting gradle script, fortunately the Java version is set to 17, however, I think letting the radio buttons of Java version 11 and 8 selectable, preventing the input under the hood and replacing it to the version 17 may cause confusion for the users.

Instead, it would give much nicer experience to users if we disable the radio buttons starting from Spring Boot version 3 so that users naturally understand that it can't be combined with java version below 17.

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

Duplicates #1041.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2023
@wilkinsona wilkinsona added status: duplicate and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 1, 2023
@djkeh
Copy link
Author

djkeh commented Nov 1, 2023

I didn't find the issue #1041, thank you.

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

3 participants