Branch: refs/heads/main
Home:
https://github.com/resteasy/resteasy
Commit: 0c4ff41bab66ff62c9e2d44179f129eadc15f0f6
https://github.com/resteasy/resteasy/commit/0c4ff41bab66ff62c9e2d44179f12...
Author: Samuel Cox <crankydillo(a)gmail.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:
-----------
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: 0c9fe65497e101d81c165aece758aba536b1f6b9
https://github.com/resteasy/resteasy/commit/0c9fe65497e101d81c165aece758a...
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 #3729 from jamezp/reactor-netty-client-exceptions
Make sure most exceptions are ProcessingExceptions.
Compare:
https://github.com/resteasy/resteasy/compare/030c9952bae7...0c9fe65497e1