• Stephane Nicoll's avatar
    Consistently apply exclude on auto-configuration · bc7db86c
    Stephane Nicoll authored
    Previously, exclude of an import selector was applied only locally. In
    other words, if one import selector imports `AcmeAutoConfiguration` and
    another one exclude it, it would still be imported because exclude were
    applied separately
    
    This commit collects the outcome of all auto-configuration import
    selectors and then apply exclusions in a single pass.
    
    Closes gh-12586
    bc7db86c
Name
Last commit
Last update
..
java/org/springframework/boot/autoconfigure Loading commit data...
resources/META-INF Loading commit data...