Commons Configuration 2.0 is out. With Commons Configuration 1.0 there was a Spring modules factory bean (org.springmodules.commons.configuration.CommonsConfigurationFactoryBean) that allows direct usage of Commons Configuration with Spring's PropertyPlaceholderConfigurer. As this is no longer maintained, the question is how to do this with Commons Configuration 2.0.
Of course it should be possible to copy the existing Spring modules source code to the project and migrate it to 2.0. I know Spring offers YAML, but it should be still Commons Configuration (the existing XML configuration files should not be affected).