• Phillip Webb's avatar
    Order class filter checks and exit early · 85f86243
    Phillip Webb authored
    Update the logic in `OnClassCondition` so that filtering exits on the
    first missing class. Also refactor the implementation to save
    unnecessary `Set` creation when there is just a single class to check.
    
    The `AutoConfigureAnnotationProcessor` has also been updated to order
    classes so that any starting `org.springframework` are considered last.
    The assumption being that other classes are more likely to be missing.
    
    Closes gh-12131
    85f86243
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...