Files
spring-framework/spring-context/src/main/java/org/springframework
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
..
2023-08-04 02:40:17 +02:00
2021-09-17 09:14:07 +02:00
2023-07-19 00:37:06 +02:00
2023-08-09 23:54:30 +02:00
2022-02-16 12:12:37 +01:00
2023-07-25 19:12:07 +02:00