• Andy Wilkinson's avatar
    Report non-matching outer class conditions · 11b7fd83
    Andy Wilkinson authored
    Update ConditionEvaluationReport so that, whenever a negative outcome
    is added for a source, any existing outcomes for inner classes of that
    source are updated with a non-matching outcome that indicates that the
    outer configuration did not match.
    
    Conditions are evaluated in two phases; PARSE_CONFIGURATION first and
    REGISTER_BEAN second. If a parent class’s conditions match in
    PARSE_CONFIGURATION then its inner classes will have their
    PARSE_CONFIGURATION conditions evaluated. If they all match, the inner
    class will be reported as a positive match in the auto-configuration
    report even if the outer class does not match as a result of the
    subsequent evaluation of a REGISTER_BEAN condition.
    
    Fixes gh-2122
    11b7fd83
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...