Files
spring-boot/spring-boot-project
Brian Clozel 0611b6d3eb Fix startup failure when WebFlux auto-config is skipped
Prior to this commit, the `HttpHandlerAutoConfiguration` would rely on
the `WebFluxProperties` bean being present - this is most of the time
true when the appplication is using the WebFlux auto-configuration.

If the application is overriding the WebFlux auto-configuration and
providing its own setup, the properties bean is not present and we
should skip its usage.

Fixes gh-20891
2020-04-10 14:16:16 +02:00
..
2020-04-10 14:06:42 +02:00
2020-04-07 12:10:49 -07:00
2020-04-10 14:06:42 +02:00
2020-03-23 14:14:47 -07:00
2020-04-10 11:37:32 +02:00
2020-04-07 12:10:49 -07:00
2020-04-10 14:06:42 +02:00