• Stephane Nicoll's avatar
    Improve NoSuchBeanDefinitionFailureAnalyzer to handle null beans · 6e749ef2
    Stephane Nicoll authored
    Previously, if a user defines a `@Bean` with a method that returns
    `null`, injection by type will ignore that definition but the report
    doesn't mention that candidate.
    
    This commit improves the failure analyzer to look for user-defined beans
    as well, detecting beans that are `null` matching the requested type
    and including them in the report.
    
    Closes gh-13531
    6e749ef2
Name
Last commit
Last update
.eclipse Loading commit data...
.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...