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

Add methods to control validation #8094

Merged
merged 5 commits into from
May 6, 2020
Merged

Add methods to control validation #8094

merged 5 commits into from
May 6, 2020

Commits on Apr 17, 2020

  1. Add methods to control validation

    - Enable / disable all validators on Binder level
    - Enable / disable validators on Binding level
    - add writeBeanAsDraft(bean,boolean) for writing draft bean with validators disabled
    
    Fixes: #5030
    TatuLund authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4da5f80 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    TatuLund authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    f7e8efc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Fixing SonarCube complaints

    TatuLund authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ef7a99c View commit details
    Browse the repository at this point in the history
  2. Fixing whitespace

    TatuLund authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    62d2f1d View commit details
    Browse the repository at this point in the history
  3. Fixing

    TatuLund authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8b096ea View commit details
    Browse the repository at this point in the history