Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: de7caf7a6fd9f811ac8ad4e363b9b161c348ea6c
https://github.com/resteasy/resteasy/commit/de7caf7a6fd9f811ac8ad4e363b9b...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed paths:
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/JsonProcessingExceptionMapper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
Log Message:
-----------
[RESTEASY-3443] In the JsonProcessingExceptionMapper currently returns a 500 status.
However, it's more correct to return a 400 as it's a processing error. This is not
backwards compatible. It can easily be overridden by creating a custom ExceptionMapper.
https://issues.redhat.com/browse/RESTEASY-3443
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 5e1680ee19c8904a220239cfa7388810a03365f4
https://github.com/resteasy/resteasy/commit/5e1680ee19c8904a220239cfa7388...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/JsonProcessingExceptionMapper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorManualOverrideTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/whitelist/WhiteListPolymorphicTypeValidatorTest.java
Log Message:
-----------
Merge pull request #4015 from jamezp/RESTEASY-3443-6.2
[RESTEASY-3443] In the JsonProcessingExceptionMapper currently return…
Compare:
https://github.com/resteasy/resteasy/compare/fd261e5ae174...5e1680ee19c8