spring-boot/spring-boot-autoconfigure
Stephane Nicoll cf64d9fd35 Reuse auto-configured `Validator` in WebFlux
This commit makes sure that if a `Validator` is auto-configured, it is
reused as the `webFluxValidator`. This is pretty much the same thing as
what was done recently for Spring MVC.

Since the infrastructure is now shared, the package protected class has
been published in the `.validation` package.

Closes gh-8400
2017-02-28 15:49:21 +01:00
..
src Reuse auto-configured `Validator` in WebFlux 2017-02-28 15:49:21 +01:00
pom.xml Add WebFlux auto-configuration 2017-02-24 13:03:11 +01:00