• 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
..
src Loading commit data...
pom.xml Loading commit data...