-
Notifications
You must be signed in to change notification settings - Fork 44
Spring Boot compatibility matrix #85
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
Ah thanks, I hadn't found that yet. I don't see entries for Spring Boot 3.1, 3.2 and 3.3 in that table though? Also, this table lists minimum Springdoc OpenAPI versions, but doesn't mention maximum versions. For example, the table says that Spring Boot 3.0.x requires Springdoc OpenAPI 2.0.x or later, which implies that for instance Springdoc OpenAPI 2.6.0 (which is based on Spring Boot 3.3) is compatible with Spring Boot 3.0.x, but is that actually guaranteed and verified to be the case? |
Can you propose the update on this file, on what you are expecting and i will review it: |
I created a pull request with my proposal: #85 I wasn't able to run Maven for this project to also update the committed HTML file. I got this error:
|
No worries, it should be updated in the online docs now. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I'd like to see a Spring Boot compatibility matrix in this project's documentation and
README.md
. This would allow users to immediate see what version they should use for a particular project. I think the the compatibility matrix provided by Spring Cloud GCP is good example.The Spring Boot compatibility matrix could look something like this:
The text was updated successfully, but these errors were encountered: