• 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
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...