[resteasy/resteasy] 4e90f9: Allow @Separator annotation at fields and methods
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: 4e90f95c3d5aaa0a9297eaed2bbd196e85b68979
https://github.com/resteasy/resteasy/commit/4e90f95c3d5aaa0a9297eaed2bbd1...
Author: ChristinaDsl <christinadsl(a)hotmail.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/annotations/Separator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/SeparatorAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsFieldTargetEndPoint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsMethodTargetEndPoint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsParameterTargetEndPoint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationBeanParam.java
Log Message:
-----------
Allow @Separator annotation at fields and methods
Commit: 61ad2ba6bc7022f9d4c455162bb56afa0efab928
https://github.com/resteasy/resteasy/commit/61ad2ba6bc7022f9d4c455162bb56...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsFieldTargetEndPoint.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsParameterTargetEndPoint.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationBeanParam.java
Log Message:
-----------
[RESTEASY-3029] Minor follow up to remove dead code.
https://issues.redhat.com/browse/RESTEASY-3029
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: bab1baaca4fdfca7e5148798132d5044b9910584
https://github.com/resteasy/resteasy/commit/bab1baaca4fdfca7e5148798132d5...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/annotations/Separator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/SeparatorAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsFieldTargetEndPoint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsMethodTargetEndPoint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationAsParameterTargetEndPoint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/SeparatorAnnotationBeanParam.java
Log Message:
-----------
Merge pull request #3691 from ChristinaDsl/RESTEASY-3029
[RESTEASY-3029] Allow @Separator annotation at fields and methods
Compare: https://github.com/resteasy/resteasy/compare/0c9fe65497e1...bab1baaca4fd
1 year, 4 months
[resteasy/resteasy] ec2e22: Make sure most exceptions are ProcessingExceptions.
by James R. Perkins
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
1 year, 4 months