Branch: refs/heads/3.6.1.SPx
Home:
https://github.com/resteasy/Resteasy
Commit: 1dc802c0cd18a59f9a744ee6ce2d2337c041ff1b
https://github.com/resteasy/Resteasy/commit/1dc802c0cd18a59f9a744ee6ce2d2...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M
providers/resteasy-validator-provider-11/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ConstraintViolationExceptionTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionApplication.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionDTO.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ConstraintViolationExceptionResourceImpl.java
Log Message:
-----------
[RESTEASY-2522] Catch ConstraintViolationException in (#2326)
GeneralValidatorImpl.checkForConstraintViolations()
[RESTEASY-2522] Catch ConstraintViolationException in
GeneralValidatorImpl.checkForConstraintViolations()
[RESTEASY-2522] Add integration test.