mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Update `SpringConfigurationPropertySources` adapter logic so that and exact instance match is used when checking if the cache can be used. Prior to this commit if a property source was replaced with one that had exactly the same name, the adapted version would not change. Fixes gh-12451