This commit adds the `AutoConfigurationImportsAnnotationProcessor` to the `spring-boot-autoconfigure-processor` annotation processor module. When added to a project build, the annotation processor will generate the `org.springframework.boot.autoconfigure.AutoConfiguration.imports` file automatically from `@AutoConfiguration`-annotated classes. It also applies the annotation processor to the Spring Boot build. Closes gh-31228 |
||
|---|---|---|
| .. | ||
| spring-boot-configuration-processor-tests | ||
| spring-boot-launch-script-tests | ||
| spring-boot-loader-tests | ||
| spring-boot-server-tests | ||