3f46e530e7
* feat(wip): add Hibernate Validator AP example * chore: change AP version to 6.2.0.Final See https://hibernate.atlassian.net/browse/HV-1868 * revert(style): remove unnecessary formatter See https://github.com/eugenp/tutorials/pull/11673#discussion_r784444016 * fix: remove unauthorised annotation The AP was triggering a compile time error because the annotation @NotBlank is disallowed for the Profile data type. That's why the CI was failing. This customer class is unrelated to the article being written. * fix(style): revert indentation issue See https://github.com/eugenp/tutorials/pull/11673/files#r788146422
Java Bean Validation Examples
This module contains articles about Bean Validation.
Relevant Articles:
- Java Bean Validation Basics
- Validating Container Elements with Bean Validation 2.0
- Method Constraints with Bean Validation 2.0
- Difference Between @NotNull, @NotEmpty, and @NotBlank Constraints in Bean Validation
- Javax BigDecimal Validation
- Grouping Javax Validation Constraints
- Validations for Enum Types
- Guide to ParameterMessageInterpolator