Closed
Description
Version: 6.0.2
Context
When you try to use the ConverseService
, spring fails cuz exists both of them the mvcConversionService
and other one named integrationConversionService
its so easy to resolve it just using the qualifier, but I added this dependency in a existing project and I didn't see nothing to disable this custom ConverseService
To Reproduce
Autowire ConverseService
using the web starter library from spring and the spring integration
Expected behavior
Should be an option to disable the new conversion service