Branch: refs/heads/5.0
Home: https://github.com/resteasy/resteasy
Commit: 058bbe59f01ed932c84cdd3b0e46eea6d3040c6d
https://github.com/resteasy/resteasy/commit/058bbe59f01ed932c84cdd3b0e46e...
Author: Samuel Cox <crankydillo(a)gmail.com>
Date: 2023-06-24 (Sat, 24 Jun 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: 4b2f4058805f0e9d7daaca7dc3b7b70fc455e90a
https://github.com/resteasy/resteasy/commit/4b2f4058805f0e9d7daaca7dc3b7b...
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:
-----------
Merge pull request #3673 from crankydillo/reactor-netty-client-exceptions
Reactor-Netty client: Make sure most exceptions are ProcessingExceptions
Compare: https://github.com/resteasy/resteasy/compare/75eb19407830...4b2f4058805f