As reported in https://stackoverflow.com/questions/45740148/configuring-custom-validation-with-validator-dependancy-injection , the ConstraintValidatorCheck check from the annotation processor does not work when the validator is declared via the programmatic API. I think we should probably remove this check as it's not possible to make it work with the programmatic API. Gunnar Morling thoughts? |