• Phillip Webb's avatar
    Allow auto-configure sort with incomplete chain · 7649eb62
    Phillip Webb authored
    Update `AutoConfigurationSorter` so that all `@AutoConfigureBefore` and
    `@AutoConfigureAfter` classes are considered even if they are ultimately
    not part of the requested set.
    
    Prior to this commit, given classes ordered with annotations such that
    A -> B -> C a call to sort only [A, B] could return the incorrect order.
    
    Fixes gh-12660
    7649eb62
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...
pom.xml Loading commit data...