Files
spring-boot/spring-boot-project
Phillip Webb bd9500290e Defer HttpHandler initialization
Update `ReactiveWebServerApplicationContext` so that the `HttpHandler`
bean is not longer created from `onRefresh`, but is instead created
only when the server starts.

Prior to this commit, the WebFlux hander would cause early
initialization of several beans, including Jackson Modules.

Closes gh-14666
2018-10-02 22:57:09 -07:00
..
2018-10-01 10:46:27 -04:00
2018-10-01 10:46:27 -04:00
2018-10-01 10:46:27 -04:00
2018-09-26 11:43:19 -04:00
2018-10-01 10:46:27 -04:00
2018-10-02 10:30:14 -07:00