-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
CLI should allow major and minor versions for bootVersion
parameter
#1479
Comments
I can understand why you'd want a bit of control over things. I am guessing you are aware you can remove the If we implemented this, it would be the same way we do for metadata handling, e.g. |
@snicoll Removing |
Right but if you ask for From that perspective, removing |
As a tutorial author, I'd love it if the However, I realize y'all like to remove versions after they're unsupported, so it makes sense that they go away on start.spring.io. Because of this, we try to create tutorials that clone a repo first rather than using start.spring.io first. In the cases where we create from scratch, we always specify the specific version because we know that works. If we could specify a major or minor version only, there is a risk of it not being QA'd, and there is a bug in newer releases, but we feel that risk is small. If the major and its minor versions go away at the same time, maybe this doesn't matter from a deprecation standpoint. However, users will benefit because they'll get a newer version when doing the tutorial. I know that npm allows major versions (e.g. |
I am not sure this is a valid argument as neither you nor I want the community to learn something on a version that's out of support. At least, I suspect so!
Yes I got that. From that discussion, I acknowledge that having That said, the use case above is significant enough to consider adding support for it. |
bootVersion
parameterbootVersion
parameter
It'd be super fantastic if start.spring.io accepted the minor and major versions of Spring Boot instead of requiring it explicitly. That way, us poor saps writing tutorials about Spring Boot can have content that stays relevant longer. For example:
Or even
bootVersion=3.1
. Please. 🙏The text was updated successfully, but these errors were encountered: