Branch: refs/heads/main
Home:
https://github.com/resteasy/resteasy
Commit: 048b686d4746c3477a9df80e58a05274297ce5ec
https://github.com/resteasy/resteasy/commit/048b686d4746c3477a9df80e58a05...
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: 18c7a94061e2448feea6b0d75ca9359b39284d0a
https://github.com/resteasy/resteasy/commit/18c7a94061e2448feea6b0d75ca93...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
Log Message:
-----------
Merge pull request #3708 from
crankydillo/RESTEASY-3349_reactor-processing-exceptions.main
Reactor-Netty client: Make sure most exceptions are ProcessingExceptions.
Compare:
https://github.com/resteasy/resteasy/compare/03d141fce91c...18c7a94061e2