Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HV-1328 Add an option to validate class-level constraints only if all property constraints are valid #1031

Merged
merged 4 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    8ffcc4d View commit details
    Browse the repository at this point in the history
  2. HV-1328 Allow configuration of failFastOnPropertyViolation mode

    - split set of all constraints in bean metadata into class level and
    property constraints.
    - allow users to configure failFastOnPropertyViolation through
    property or programmatic config
    - use the property to determine if the class level constraints should be
    ignored.
    marko-bekhta committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    edb89e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9834cce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cadae5 View commit details
    Browse the repository at this point in the history