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
..
spring-boot Polish 2018-07-16 10:38:40 +02:00
spring-boot-actuator Merge branch '2.0.x' 2018-07-11 17:49:19 +01:00
spring-boot-actuator-autoconfigure Polish 2018-07-14 08:45:34 +01:00
spring-boot-autoconfigure Fix build after SPR-17034 in Spring Framework 2018-07-16 10:39:56 +02:00
spring-boot-cli Polish 2018-05-17 15:29:50 +02:00
spring-boot-dependencies Upgrade to Liquibase 3.6.2 2018-07-13 11:37:26 +02:00
spring-boot-devtools Merge branch '2.0.x' 2018-07-16 10:37:43 +02:00
spring-boot-docs Polish 2018-07-16 10:38:40 +02:00
spring-boot-parent Merge branch '2.0.x' 2018-06-20 13:57:05 +01:00
spring-boot-properties-migrator Polish ternary expressions 2018-05-03 22:43:12 -07:00
spring-boot-starters Polish "Add reference to structurizr starter" 2018-07-09 08:38:58 +02:00
spring-boot-test Annotate our test annotations with @ExtendWith(SpringExtension.class) 2018-07-11 17:25:21 +01:00
spring-boot-test-autoconfigure Annotate our test annotations with @ExtendWith(SpringExtension.class) 2018-07-11 17:25:21 +01:00
spring-boot-tools Merge branch '2.0.x' 2018-07-13 09:27:44 +02:00
pom.xml