Go to file
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
.github
.idea
buildSrc Upgrade spring-javaformat-gradle-plugin to version 0.0.43 2025-04-27 16:51:47 +02:00
framework-api Fail Gradle build whenever a javadoc task fails 2025-04-27 17:59:41 +02:00
framework-bom
framework-docs Polish reference manual regarding placeholders 2025-05-10 15:10:29 +02:00
framework-platform
gradle Fail Gradle build whenever a javadoc task fails 2025-04-27 17:59:41 +02:00
integration-tests
spring-aop
spring-aspects
spring-beans Polish Javadoc 2025-05-10 15:44:08 +02:00
spring-context Always obtain fresh PropertySources in ConfigurableEnvironmentPropertySource 2025-05-11 15:30:09 +02:00
spring-context-indexer
spring-context-support
spring-core Revert "Introduce CompositePropertySource constructor that accepts Iterable<PropertySource>" 2025-05-11 14:10:54 +02:00
spring-core-test
spring-expression
spring-instrument
spring-jcl
spring-jdbc
spring-jms
spring-messaging
spring-orm
spring-oxm
spring-r2dbc Properly expand reused collection parameters in R2DBC NamedParameterUtils 2025-05-09 14:27:19 +02:00
spring-test Ensure Bean Overrides are discovered once in hierarchies 2025-05-02 11:26:33 +02:00
spring-tx
spring-web Fix HttpClient 5.3.x request config compatibility 2025-05-05 14:38:30 +02:00
spring-webflux Ensure Fragment can merge attributes 2025-05-02 15:58:51 +01:00
spring-webmvc
spring-websocket
src Migrate remaining JUnit 4 tests to JUnit Jupiter where feasible 2025-04-24 16:20:39 +02:00
.editorconfig
.gitattributes
.gitignore
.sdkmanrc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle
gradle.properties
gradlew Upgrade to Gradle 8.14 2025-04-27 16:29:46 +02:00
gradlew.bat Upgrade to Gradle 8.14 2025-04-27 16:29:46 +02:00
import-into-eclipse.md
import-into-idea.md
settings.gradle
update_copyright_headers.sh

README.md

Spring Framework Build Status Revved up by Develocity

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section of the reference documentation for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@spring.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Framework maintains reference documentation (published and source), GitHub wiki pages, and an API reference. There are also guides and tutorials across Spring projects.

Micro-Benchmarks

See the Micro-Benchmarks wiki page.

Build from Source

See the Build from Source wiki page and the CONTRIBUTING.md file.

Continuous Integration Builds

Information regarding CI builds can be found in the Spring Framework Concourse pipeline documentation.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on 𝕏. In-depth articles can be found at The Spring Blog, and releases are announced via our releases feed.

License

The Spring Framework is released under version 2.0 of the Apache License.