Fixed
Details
Assignee
Guillaume SmetGuillaume SmetReporter
Guillaume SmetGuillaume SmetParticipants
Guillaume SmetPull Request
Components
Fix versions
Priority
Major
Details
Details
Assignee
Guillaume Smet
Guillaume SmetReporter
Guillaume Smet
Guillaume SmetParticipants
Guillaume Smet
Pull Request
Components
Fix versions
Priority
Created March 19, 2018 at 4:22 PM
Updated May 15, 2018 at 11:06 AM
Resolved May 4, 2018 at 11:05 AM
Currently, it's possible to register a constraint validator for an annotation (via
@Constraint(validatedBy=)
) even if the ConstraintValidator is defined for another constraint annotation (in theimplements ConstraintValidator<Constraint, ValidatedType>
part).It would likely fail at runtime but we should throw an error when bootstrapping the constraint.