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

REST param validation is not covering MethodArgumentNotValidException #855

Merged
merged 5 commits into from
Jun 25, 2019

Commits on Jun 19, 2019

  1. Handle response of MethodArgumentNotValidException

    Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
    Nkyn committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e0e1d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Merge branch 'master' into fix_param_validation_exception

    Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
    Nkyn committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    5b925fa View commit details
    Browse the repository at this point in the history
  2. Merge 'master' into fix_param_validation_exception

    Changes merged: refactored DdiDeploymentBaseTest.java
    Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
    Nkyn committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    8b57728 View commit details
    Browse the repository at this point in the history
  3. Readapt DdiDeploymentBaseTest after merge conflicts

    Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
    Nkyn committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    484abc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. handle Exceptions HttpMessageNotReadable and MethodArgumentNotValid

    in one ExceptionHandler method
    
    Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
    Nkyn committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    19cf014 View commit details
    Browse the repository at this point in the history