-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
When 2.7.0 is going to be released? #2785
Comments
You may use |
I think you'll need to include the spring milestone repository in your repositories {
maven("https://repo.spring.io/milestone")
} This is because |
Spring Boot 3.4.0 has been released and looking forward to the quick release of version 2.7.0 |
A quick release is very much appreciated! |
Only necessary, if you don't have the Spring Boot version managed elsewhere (e.g. Spring Boot parent POM, Spring Boot BOM, other Spring Boot starter libraries included before this). And I don't see a reason why you would be using this library without any of this (and if you are, it makes more sense to explicitly link to |
Hi, we are upgrading spring boot to 3.4.0, the /swagger-ui/index.html no longer works with the last version of spring-doc Any solutions? Thanks a lot. |
as mentioned previously you need to upgrade to implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.6.0") with implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0-RC1") and also (didn't work for me without this) add in the milestone repository so that it can find the spring boot starter parent repositories {
maven("https://repo.spring.io/milestone")
} |
I'm still amazed that just a day after the Spring Boot release, people are already anticipating version 2.7.0. |
Thank you for a quick reaction.
Renovate bot are pretty fast - it updated Spring Boot in couple of hours after the release and immediately caught the failure with doc generation. :) |
Describe the bug
Due to #2687 version 2.6.0 is not working with Spring Boot 3.4.0 which is released now.
What is expected release date for the next version of SpingDoc-OpenAPI?
The text was updated successfully, but these errors were encountered: