Go to file
Sam Brannen d0efc2230c Support Object property values in MockEnvironment
The setProperty() and withProperty() methods in MockEnvironment were
originally introduced with (String, String) signatures; however, they
should have always had (String, Object) signatures in order to comply
with the MockPropertySource and PropertySource APIs.

To address that, this commit introduces variants of these methods that
accept Object values for properties.

Closes gh-34947
2025-05-26 17:22:52 +02:00
.github
.idea
buildSrc Upgrade to Micrometer 1.14.7 2025-05-13 16:08:31 +02:00
framework-api
framework-bom
framework-docs Introduce Spring property for default escape character for placeholders 2025-05-13 13:37:30 +02:00
framework-platform Upgrade to HttpComponents HttpClient 5.5 2025-05-26 10:25:00 +02:00
gradle Upgrade to Gradle 8.14.1 2025-05-23 17:32:53 +02:00
integration-tests
spring-aop
spring-aspects
spring-beans Revise FactoryBean locking behavior for strict/lenient consistency 2025-05-15 01:45:09 +02:00
spring-context Support registration of non-public BeanDefinitionReader via @⁠ImportResource 2025-05-21 15:37:04 +02:00
spring-context-indexer
spring-context-support
spring-core Polish Javadoc for MockPropertySource 2025-05-26 17:21:31 +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 Support Object property values in MockEnvironment 2025-05-26 17:22:52 +02:00
spring-tx
spring-web Update code due to change in nullability contract 2025-05-22 17:43:38 +02:00
spring-webflux
spring-webmvc
spring-websocket
src
.editorconfig
.gitattributes
.gitignore
.sdkmanrc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Upgrade to HttpComponents HttpClient 5.5 2025-05-26 10:25:00 +02:00
gradle.properties Next development version (v6.2.8-SNAPSHOT) 2025-05-15 11:07:25 +02:00
gradlew
gradlew.bat
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.