Go to file
Brian Clozel 8064659136 Register bean reflection hint for property fields
Prior to this commit, the bean definition properties code generator
would register hints for invoking the setter methods of registered
property values defined for the bean definition.
The internal algorithm is also reflecting on the Field to discover
annotations. Doing so actually calls `getDeclaredFields` to iterate on
the available fields. This is done recursively up the type hierarchy
until the field is found.

This commit registers the required reflection metadata.

Closes gh-31390
2023-10-09 20:03:06 +02:00
.github
buildSrc
ci Upgrade CI image to Ubuntu jammy-20230916 2023-10-09 20:02:43 +02:00
framework-api
framework-bom
framework-docs Merge branch '6.0.x' 2023-10-09 12:42:44 +02:00
framework-platform
gradle Merge branch '6.0.x' 2023-10-08 16:24:53 +02:00
integration-tests
spring-aop
spring-aspects
spring-beans Register bean reflection hint for property fields 2023-10-09 20:03:06 +02:00
spring-context Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
spring-context-indexer
spring-context-support
spring-core Add @⁠since tags for DataBufferUtils.outputStreamPublisher() methods 2023-10-08 18:09:21 +02:00
spring-core-test
spring-expression Polishing 2023-10-01 16:42:51 +02:00
spring-instrument
spring-jcl
spring-jdbc Polish "Use schema-based config in sql-error-codes.xml" 2023-10-04 13:12:56 +02:00
spring-jms Polish "Fix regression in JmsAccessor#setSessionAcknowledgeMode" 2023-09-29 08:42:56 +02:00
spring-messaging Optimize uses of onErrorResume() 2023-10-03 14:42:24 +02:00
spring-orm Merge branch '6.0.x' 2023-09-29 15:01:43 +02:00
spring-oxm
spring-r2dbc Optimize uses of onErrorResume() 2023-10-03 14:42:24 +02:00
spring-test Test status quo for @⁠Sql in @⁠Nested test class w/ class-level execution phases 2023-10-08 18:16:31 +02:00
spring-tx
spring-web Introduce OutputStream BodyInserter 2023-10-05 15:31:08 +02:00
spring-webflux Introduce OutputStream BodyInserter 2023-10-05 15:31:08 +02:00
spring-webmvc ResponseBodyEmitter allows complete after non-IOException 2023-10-04 13:05:09 +01:00
spring-websocket
src
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Do not use javadoc.io for javadoc generation 2023-10-05 11:47:41 +02:00
gradle.properties
gradlew Upgrade to Gradle 8.4 2023-10-08 16:08:29 +02:00
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 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 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@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 releases feed.

License

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