spring-framework/spring-context
Sam Brannen 7135527765 Always obtain fresh PropertySources in ConfigurableEnvironmentPropertySource
Although it's unlikely that the implementation of getPropertySources()
in a ConfigurableEnvironment would be overridden to return a different
MutablePropertySources instance than the one that the
ConfigurableEnvironment typically acts on, it is in fact possible.

In light of that possibility, this commit refactors
ConfigurableEnvironmentPropertySource so that it always obtains a fresh
PropertySources reference.

See gh-34861
2025-05-11 15:30:09 +02:00
..
src Always obtain fresh PropertySources in ConfigurableEnvironmentPropertySource 2025-05-11 15:30:09 +02:00
.springBeans
spring-context.gradle Reinstate the @⁠Inject Technology Compatibility Kit (TCK) 2025-04-25 12:08:39 +02:00