Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: ec2e222abf31f4cab8a607260c7c5816f18078f3
https://github.com/resteasy/resteasy/commit/ec2e222abf31f4cab8a607260c7c5...
Author: Samuel Cox <crankydillo(a)gmail.com>
Date: 2023-07-15 (Sat, 15 Jul 2023)
Changed paths:
M
resteasy-client-reactor-netty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ReactorNettyClientHttpEngine.java
M
resteasy-client-reactor-netty/src/test/java/org/jboss/resteasy/client/jaxrs/engines/ReactorNettyClientHttpEngineTest.java
Log Message:
-----------
Make sure most exceptions are ProcessingExceptions.
The JAX-RS API does not use checked exceptions, so it's important to
early on do the conversion to `ProcessingException` because that's what
client's of the JAX-RS API have to catch in order to look for
IOExceptions (in the cause) that they may want to retry.
Commit: 4b990180add3c20a9498ca4569ec6e7470f4121d
https://github.com/resteasy/resteasy/commit/4b990180add3c20a9498ca4569ec6...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M
resteasy-client-reactor-netty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ReactorNettyClientHttpEngine.java
M
resteasy-client-reactor-netty/src/test/java/org/jboss/resteasy/client/jaxrs/engines/ReactorNettyClientHttpEngineTest.java
Log Message:
-----------
[RESTEASY-3349] Merge pull request #3709 from
crankydillo/RESTEASY-3349_reactor-processing-exceptions_6.2
Reactor-Netty client: Make sure most exceptions are ProcessingExceptions.
Compare:
https://github.com/resteasy/resteasy/compare/d725a9959954...4b990180add3