Go to file
Sam Brannen 3bda2b7124 Find all @ComponentScan and @PropertySource annotations
Prior to this commit, Spring failed to find multiple composed
@ComponentScan and @PropertySource annotations or multiple
@ComponentScans and @PropertySources container annotations. The reason
was due to lacking support in the AnnotatedTypeMetadata API.

This commit introduces support for finding all @ComponentScan and
@PropertySource annotations by making use of the new
getMergedRepeatableAnnotationAttributes() method in
AnnotatedTypeMetadata.

Closes gh-30941
See gh-31041
2023-08-13 11:33:32 +02:00
.github
buildSrc
ci
framework-bom
framework-docs Merge branch '6.0.x' 2023-08-12 15:14:26 +02:00
framework-platform Merge branch '6.0.x' 2023-08-02 09:56:47 +03:00
gradle
integration-tests Polishing 2023-08-06 14:25:39 +02:00
spring-aop Use Class#componentType() for consistency with arrayType() 2023-08-07 12:43:40 +03:00
spring-aspects
spring-beans Polishing 2023-08-12 14:51:02 +02:00
spring-context Find all @ComponentScan and @PropertySource annotations 2023-08-13 11:33:32 +02:00
spring-context-indexer
spring-context-support Merge branch '6.0.x' 2023-08-06 14:26:55 +02:00
spring-core Support finding repeatable annotations in AnnotatedTypeMetadata 2023-08-12 18:49:08 +02:00
spring-core-test Merge branch '6.0.x' 2023-08-04 02:40:17 +02:00
spring-expression Support Kotlin value class properties in SpEL 2023-08-11 16:54:34 +02:00
spring-instrument
spring-jcl
spring-jdbc Mention JdbcClient in package documentation 2023-08-09 23:18:55 +02:00
spring-jms Introduce TransactionExecutionListener with begin/commit/rollback notifications 2023-08-06 14:03:44 +02:00
spring-messaging Merge branch '6.0.x' 2023-08-04 02:40:17 +02:00
spring-orm Merge branch '6.0.x' 2023-08-04 02:40:17 +02:00
spring-oxm Use Class#componentType() for consistency with arrayType() 2023-08-07 12:43:40 +03:00
spring-r2dbc Polishing 2023-08-06 14:25:39 +02:00
spring-test Make addPropertySourcesToEnvironment() public 2023-08-08 11:47:15 +03:00
spring-tx Merge branch '6.0.x' 2023-08-12 14:52:03 +02:00
spring-web Use Class#componentType() for consistency with arrayType() 2023-08-07 12:43:40 +03:00
spring-webflux Polishing 2023-08-05 10:49:39 +03:00
spring-webmvc Polishing 2023-08-05 10:49:39 +03:00
spring-websocket Merge branch '6.0.x' 2023-08-03 18:11:08 +02:00
src
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle
gradle.properties
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 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.