Reduce the log level of the message indicating that there is no JSR-303 provider available
essobedo opened this issue · 2 comments
essobedo commented
Up to now, when no JSR-303 provider is available in the classpath, it logs an error of type JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath.
which is not really appropriate as it could be a perfectly valid situation so the log level should be reduced to have a warning instead of error.
More info jcabi/jcabi#260