• Phillip Webb's avatar
    Limit when SystemEnvironment mapping is used · 06b1b453
    Phillip Webb authored
    Update `SpringConfigurationPropertySource` so that the
    `SystemEnvironmentPropertyMapper` is only used for the "actual" system
    environment property source. This allows SystemEnvironmentProperySource
    class to be used for other purposes (for example, Spring Cloud uses it
    to as an override source providing decryption).
    
    Only property sources named `systemEnvironment` or ending with
    `-systemEnvironment` now have the `SystemEnvironmentPropertyMapper`
    applied. The `TestPropertyValues` has been retrofitted to name the
    source it adds appropriately.
    
    Fixes gh-10840
    06b1b453
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...