-
Notifications
You must be signed in to change notification settings - Fork 161
Provide a Spring Boot compatibility matrix #971
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
Comments
Do you think you could prepare a PR for the docs to add that. Generally speaking, there shouldn't be much need for this actually, as as of right now, every maintained Spring Modulith version should work with every OS-maintained Boot version greater than 3.0. |
I didn't know that, but if that's true, then it would be good if that fact was documented somewhere. But I guess users would like a bit more certainty than that some combination of Spring Modulith and Spring Boot versions should work. I'm not sure what compatibility guarantees Spring Modulith can currently give, and therefore also not sure what could be stated in the documentation about this. |
Also link to it from the introduction.
Also link to it from the introduction.
That's in place now and also backported to 1.3, 1.2, and 1.1. |
Uh oh!
There was an error while loading. Please reload this page.
It would be nice if users could easily determine which Spring Modulith version should be used for a project using a particular version of Spring Boot.
By manually inspecting dependencies I've found the following:
It might be nice to have this as part of the documentation and/or readme?
The text was updated successfully, but these errors were encountered: