spring-boot/spring-boot-project
Brian Clozel 9b60eef0e2 Fix build after SPR-17034 in Spring Framework
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
2018-07-16 10:39:56 +02:00
..
2018-07-16 10:38:40 +02:00
2018-07-11 17:49:19 +01:00
2018-07-14 08:45:34 +01:00
2018-05-17 15:29:50 +02:00
2018-07-16 10:37:43 +02:00
2018-07-16 10:38:40 +02:00
2018-06-20 13:57:05 +01:00
2018-07-13 09:27:44 +02:00