• Stephane Nicoll's avatar
    Mark SpringBootConfiguration as Indexed · 3f528bb0
    Stephane Nicoll authored
    Previously, users of the components.index could not use the index in
    scenario where Spring Boot needs to locate the SpringBootConfiguration
    to use to bootstrap the test context, as AnnotatedClassFinder scans
    the classpath for that stereotype specifically and that requires a
    dedicated entry for it.
    
    This commit makes sure that a SpringBootConfiguration-annotated type has
    a dedicated entry in the components index.
    
    Closes gh-26308
    3f528bb0
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...