You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If your java/kotlin application uses a combination of springdoc-openapi-webflux-ui v1.6.7 + spring actuator + spring cloud stream - it crashes on startup with the message:
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of method webConversionServiceProvider in org.springdoc.core.SpringDocConfiguration$WebConversionServiceConfiguration required a single bean, but 2 were found:
- webFluxConversionService: defined by method 'webFluxConversionService' in class path resource [org/springframework/boot/autoconfigure/web/reactive/WebFluxAutoConfiguration$EnableWebFluxConfiguration.class]
- integrationConversionService: defined in null
To Reproduce
Steps to reproduce the behavior:
Create a new spring boot application at the spring initializr. Add the following dependencies:
"Spring Boot Actuator"
"Cloud Stream"
"Spring Reactive Web"
Programming language doesn't matter (I reproduced the bug with Java and Kotlin).
Describe the bug
If your java/kotlin application uses a combination of springdoc-openapi-webflux-ui v1.6.7 + spring actuator + spring cloud stream - it crashes on startup with the message:
To Reproduce
Steps to reproduce the behavior:
build.gradle
:implementation("org.springdoc:springdoc-openapi-webflux-ui:1.6.7")
My
build.gradle
:Expected behavior
Web app shouldn't crash
Screenshots
none
Additional context
Versions:
Any of the following actions fix the problem:
springdoc-openapi-webflux-ui
to v1.6.6spring-boot-starter-actuator
dependencyspring-cloud-stream
dependencyThe text was updated successfully, but these errors were encountered: