• Brian Clozel's avatar
    Fix build after SPR-17034 in Spring Framework · 9b60eef0
    Brian Clozel authored
    Since SPR-17034, the core container now behaves a bit differently when
    dealing with `null` beans.
    
    Given a `null` `HandlerMapping` bean named "resourceHandlerMapping":
    
    * `context.getBean("resourceHandlerMapping", HandlerMapping.class)`
    still returns a `NullBean`
    * `ListableBeanFactory.getBeansOfType` will return a Map of all existing
    beans, not including the `null` ones as values of the map.
    
    Closes gh-13760
    9b60eef0
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...