m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

SpringConfig fix #186

Closed hohwille closed 8 years ago

hohwille commented 8 years ago

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.

hohwille commented 8 years ago

Done.

hohwille commented 8 years ago

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