-
-
Notifications
You must be signed in to change notification settings - Fork 576
Open
Description
Describe the bug
springdoc-openapi-starter-webflux-ui version Version 2.8.15 doesn't work with springboot 4.
The reason is that SwaggerConfig search for bean org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties but in spring boot 4 it has been moved to org.springframework.boot.webflux.autoconfigure.WebFluxProperties
To Reproduce
Steps to reproduce the behavior:
- Use
spring-boot-starter-parentversion 4.0.1 - Add dependencies:
springdoc-openapi-starter-webflux-apiandspringdoc-openapi-starter-webflux-uiversion 2.8.15
Expected behavior
- Application starts normally, v3/api/docs and swagger/ui are available
Metadata
Metadata
Assignees
Labels
No labels