• 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
..
java/org/springframework/boot/autoconfigure Loading commit data...
resources/META-INF Loading commit data...