spring-boot/spring-boot-autoconfigure
Andy Wilkinson f5445ba5ff Remove OnValidatorAvailableCondition as it is now redundant
Previously, Hibernate Validator would fail to initialize if it was
on the classpath but an EL implementation was not.
OnValidatorAvailableCondition protected against this scenario by
initializing the validator.

The Hibernate Validator shortcoming was addressed in eb222209
(gh-7598). As a result, checking for the precences of the
ValidationProvider META-INF/services resource is now sufficient to
auto-configure validation. This commit removes
OnValidatorAvailableCondition as it is no longer necessary.

Closes gh-8110
2017-01-26 10:42:46 +00:00
..
src Remove OnValidatorAvailableCondition as it is now redundant 2017-01-26 10:42:46 +00:00
pom.xml Introduce spring-boot-autoconfigure-processor 2017-01-23 22:14:56 -08:00