Hi,
I try to enable bean validation i a test application with Jersey 2.7. I
added org.glassfish.jersey.ext:jersey-bean-validation as dependency and
called
register(ValidationFeature.class);
But if I call
isEnabled(ValidationFeature.class);
it returns false.
So what did I miss? According to the documentation Jersey will enable
bean validation if it finds the right dependencies in the classpath.
BR, Oliver