Go to file
Sam Brannen 887389d341 Clarify behavior for generics support in BeanUtils.copyProperties()
Since Spring Framework 5.3, BeanUtils.copyProperties() honors generics
in the source and target property types (see gh-24187); however, this
refinement of the contract was not properly documented prior to this
commit. In addition, the refinement can be a breaking change for users
who were relying on the previous unreliable behavior.

This commit therefore clarifies the behavior for generics support in
BeanUtils.copyProperties() and introduces a table of example matches
and mismatches when generics are involved.

Closes gh-27259
2022-03-12 18:12:23 +01:00
.github
buildSrc
ci Upgrade Ubuntu version in CI image 2022-03-10 10:09:55 +01:00
framework-bom
gradle
integration-tests Use modern language features in tests 2022-02-03 14:50:10 +01:00
spring-aop Polishing 2022-02-16 20:04:51 +01:00
spring-aspects Stop resolving CachingConfigurer instances eagerly 2021-12-15 10:52:09 +01:00
spring-beans Clarify behavior for generics support in BeanUtils.copyProperties() 2022-03-12 18:12:23 +01:00
spring-context Polish init/destroy lifecycle method tests 2022-03-01 15:43:25 +01:00
spring-context-indexer Partially revert e1200f34e7 2022-01-04 16:20:55 +01:00
spring-context-support Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) 2022-02-04 23:21:00 +01:00
spring-core Polish Javadoc for Environment 2022-03-12 14:02:26 +01:00
spring-expression Improve diagnostics in SpEL for large array creation 2022-03-09 11:07:45 +01:00
spring-instrument
spring-jcl
spring-jdbc Use modern language features in tests 2022-02-03 14:50:10 +01:00
spring-jms Use modern language features in tests 2022-02-03 14:50:10 +01:00
spring-messaging Start building against Reactor 2020.0.17 snapshots 2022-03-11 16:18:28 +01:00
spring-orm Suppress deprecation warnings in tests in build 2022-02-18 16:18:13 +01:00
spring-oxm Use idiomatic AssertJ assertions for true, false, and null 2022-01-10 14:15:55 +01:00
spring-r2dbc Partially upgrade to H2 database 2.0.206 2022-01-07 15:50:44 +01:00
spring-test Document the effect of @DirtiesContext on test execution events 2022-03-12 16:05:14 +01:00
spring-tx Document that TX rollback rules may result in unintentional matches 2022-03-04 16:39:11 +01:00
spring-web Align AsyncRestTemplate error logging with RestTemplate 2022-02-28 16:37:07 +01:00
spring-webflux Fix unwrapping logic for ResponseEntity<Flux> 2022-03-11 11:56:13 +01:00
spring-webmvc Remove path variables from pathWithinMapping 2022-02-14 20:51:02 +00:00
spring-websocket Polishing contribution 2022-02-14 20:51:02 +00:00
src Document the effect of @DirtiesContext on test execution events 2022-03-12 16:05:14 +01:00
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc Added .sdkmanrc file 2022-02-17 11:51:14 +01:00
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md Update "Reporting a Vulnerability" link 2021-10-20 14:48:51 +02:00
build.gradle Start building against Reactor 2020.0.17 snapshots 2022-03-11 16:18:28 +01:00
gradle.properties Next development version (v5.3.17-SNAPSHOT) 2022-02-17 07:45:38 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle Add mavenCentral() to pluginManagement repositories 2022-02-16 14:35:50 +01:00

README.md

Spring Framework Build Status Revved up by Gradle Enterprise

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 as reference 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@pivotal.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 Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

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