• Fahim Farook's avatar
    Fix caching issues with map property sources · c556d2b5
    Fahim Farook authored
    Update `SpringIterableConfigurationPropertySource` so that the cache
    key from a `MapPropertySource` is invalidated when the map contents
    changes.
    
    Prior to this commit, the actual keys of the map were used as the key.
    This meant that if the underlying map changed, they key wouldn't be
    invalidated because it ultimately pointed to the same object instance.
    
    See gh-13344
    c556d2b5
Name
Last commit
Last update
.eclipse Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...