You have to manually do it without any deps or Bean
class Util{ public static Validator validator(){ return Validation.buildDefaultValidatorFactory().getValidator(); } }