spring-framework/spring-webflux
Rossen Stoyanchev ed10cab9d3 Remove DispatcherHandler static factory methods
The typical way to load DispatcherHandler is to use
WebHttpHandlerBuilder#applicationContext which also detecs filters,
exception handlers, as well as other beans that are injected into every
ServerWebExchange -- custom session manager, localecontext resolver,
codecs for form data, multipart data, etc

WebHttpHandlerBuilder is the preferred and way so removing the ones on
DispatcherHandler. They could always be added back later.
2017-09-22 16:24:39 -04:00
..
src Remove DispatcherHandler static factory methods 2017-09-22 16:24:39 -04:00
spring-webflux.gradle Upgrade to Hibernate Validator 6.0.2 2017-08-29 15:04:17 +02:00