See https://github.com/spring-cloud/spring-cloud-commons/issues/892 for background. The configurePropertySources
method currently doesn't check if the environment
already has a DefaultPropertySource
. It looks like we might need to to merge rather than replace.
Comment From: slyoldfox
Thanks for reraising this!