A bug has been discovered in the spring config that needs urgent fix:
Due to a copy & past problem UtilResourceSpringConfig declared BrowsableResourceFactory cliParserBuilder() that defined the bean id via the method name that is already used in CLI spring config causing a collision.
Also XML spring config requires resource config and we need to add an import.
BTW: With this spring feature the bug would have caused a compile error instead and would have been detected before the release.
https://jira.spring.io/browse/SPR-14220
A bug has been discovered in the spring config that needs urgent fix: Due to a copy & past problem
UtilResourceSpringConfig
declaredBrowsableResourceFactory cliParserBuilder()
that defined the bean id via the method name that is already used in CLI spring config causing a collision. Also XML spring config requires resource config and we need to add an import.