-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionuse
ValidationExtension
instead.As of release 5.1.0, replaced byMod10CheckValidator
andMod11CheckValidator
since 6.0 - getting the parameter names via reflection is now enabled by default. Planned for removal.This class should not have been part of the public API and will be removed at a later stage.
-
Deprecated Annotation TypesAnnotation TypeDescriptionuse the standard
Email
constraint insteadAs of release 5.1.0, replaced byMod10Check
andMod11Check
use the standardNotBlank
constraint insteaduse the standardNotEmpty
constraint instead
-
Deprecated FieldsFieldDescriptionplanned for removal. Use hibernate.validator.constraint_mapping_contributors instead.
-
Deprecated MethodsMethodDescriptionSince 5.2. Planned for removal. Use
AnnotationIgnoreOptions.ignoreAnnotations(boolean)
instead.Since 6.1. Planned for removal. Use eitherPropertyTarget.field(String)
orPropertyTarget.getter(String)
instead.Planned for removal, useBaseHibernateValidatorConfiguration.locales(Set)
instead.
AnnotationIgnoreOptions.ignoreAnnotations(boolean)
instead.