You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools
Stephane Nicoll 6921fdacac Expand configuration class eager filtering to imports
Previously, only root auto-configuration classes could be excluded
eagerly via an AutoConfigurationImportFilter. Any configuration class
loaded as a result of processing a particular auto-configuration were
parsed and checked as usual.

This commit makes use of the `getExclusionFilter` callback to expand
this filter to all candidates that are considered. The annotation
processor has also be expanded to generate metadata for non-root
configuration classes.

Closes gh-12157
5 years ago
..
spring-boot-antlib Upgrade to Ivy 2.5.0 5 years ago
spring-boot-autoconfigure-processor Expand configuration class eager filtering to imports 5 years ago
spring-boot-buildpack-platform Replace "folder" with "directory" 5 years ago
spring-boot-configuration-metadata Add missing deployed plugin to modules 5 years ago
spring-boot-configuration-processor Replace "folder" with "directory" 5 years ago
spring-boot-gradle-plugin Replace "folder" with "directory" 5 years ago
spring-boot-jarmode-layertools Replace "folder" with "directory" 5 years ago
spring-boot-loader Replace "folder" with "directory" 5 years ago
spring-boot-loader-tools Replace "folder" with "directory" 5 years ago
spring-boot-maven-plugin Replace "folder" with "directory" 5 years ago
spring-boot-test-support Replace "folder" with "directory" 5 years ago