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
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of constructor in com.turkraft.springfilter.boot.FilterConversionServiceConfiguration required a single bean, but 2 were found:
- mvcConversionService: defined by method 'mvcConversionService' in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]
- integrationConversionService: defined in null
Action:
Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed
I tried to narrow down any potential new or updated dependency that could cause this conflict but as I work in a big team and haven't been on the project for a while it's quite complicated... Also i'm not that familiarized with Spring Boot and all its Bean system.
It maaay be caused by the spring-integration-core library, but this one has been on the project since longer than spring-filter, and haven't been updated since so it's quite weird...
I haven't updated springfilter since it was working, and i then tried to update from 3.0.7 to 3.1.0 but it didn't solve the problem.
Any idea?
Versions:
springfilter: 3.1.0
spring boot: latest
java: 18
The text was updated successfully, but these errors were encountered:
Hello,
I suddenly got this error while starting the app:
I tried to narrow down any potential new or updated dependency that could cause this conflict but as I work in a big team and haven't been on the project for a while it's quite complicated... Also i'm not that familiarized with Spring Boot and all its Bean system.
It maaay be caused by the
spring-integration-core
library, but this one has been on the project since longer thanspring-filter
, and haven't been updated since so it's quite weird...I haven't updated springfilter since it was working, and i then tried to update from
3.0.7
to3.1.0
but it didn't solve the problem.Any idea?
Versions:
springfilter:
3.1.0
spring boot:
latest
java:
18
The text was updated successfully, but these errors were encountered: