[resteasy/Resteasy] 460ce3: [RESTEASY-2786] 3.14.0-SNAPSHOT->3.14.0.Final
by Ron Sigal
Branch: refs/tags/3.14.0.Final
Home: https://github.com/resteasy/Resteasy
Commit: 460ce3efa12d9926c4b3e71b0946abd25e28a4b2
https://github.com/resteasy/Resteasy/commit/460ce3efa12d9926c4b3e71b0946a...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/Maven_and_RESTEasy.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M eagledns/pom.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/abdera-atom/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/jettison/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M providers/yaml/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jaxrs-testsuite/pom.xml
M resteasy-jaxrs/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-rxjava/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security-legacy/keystone/example/keystone-server/pom.xml
M security-legacy/keystone/example/some-app/pom.xml
M security-legacy/keystone/keystone-as7-modules/pom.xml
M security-legacy/keystone/keystone-as7/pom.xml
M security-legacy/keystone/keystone-core/pom.xml
M security-legacy/login-module-authenticator/pom.xml
M security-legacy/pom.xml
M security-legacy/resteasy-oauth/pom.xml
M security-legacy/skeleton-key-idm/pom.xml
M security-legacy/skeleton-key-idm/skeleton-key-as7/pom.xml
M security-legacy/skeleton-key-idm/skeleton-key-core/pom.xml
M security-legacy/skeleton-key-idm/skeleton-key-idp/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
M tjws/pom.xml
Log Message:
-----------
[RESTEASY-2786] 3.14.0-SNAPSHOT->3.14.0.Final
3 years, 11 months
[resteasy/Resteasy] 771f2c: [RESTEASY-2728] Clients running in a resource meth...
by Ron Sigal
Branch: refs/heads/3.14
Home: https://github.com/resteasy/Resteasy
Commit: 771f2c668b2c46d0f3b4cad25818c1731cf6f405
https://github.com/resteasy/Resteasy/commit/771f2c668b2c46d0f3b4cad25818c...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2020-12-06 (Sun, 06 Dec 2020)
Changed paths:
M docbook/reference/en/en-US/modules/ExceptionMappers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/MicroProfile_Rest_Client.xml
M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/DefaultResponseExceptionMapper.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyBadRequestException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyClientErrorException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyForbiddenException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyInternalServerErrorException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNotAcceptableException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNotAllowedException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNotAuthorizedException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNotFoundException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNotSupportedException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyRedirectionException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyServerErrorException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyServiceUnavailableException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyWebApplicationException.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/WebApplicationExceptionWrapper.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/ThreadLocalStack.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionMicroProfileProxyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionResteasyProxyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionMicroProfileProxyApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionMicroProfileProxyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionProxyResourceInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResteasyProxyApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResteasyProxyResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ClosedResponseHandlingResource.java
Log Message:
-----------
[RESTEASY-2728] Clients running in a resource method throw safer WebApplicationExceptions (#2623)
[RESTEASY-2728] Added arquillian tests.
[RESTEASY-2728] Correct serialVersionUID in some of the new ClientWebApplicationExceptions.
[RESTEASY-2728] Adding documentation to User Guide.
[RESTEASY-2728] Make the custom WebApplicationException's wrap the exception they're replacing. Also create a sanitized response for the exceptions. Add an API used to wrap/unwrap the exceptions.
https://issues.redhat.com/browse/RESTEASY-2728
[RESTEASY-2728] 1) MP REST Client DefaultResponseExceptionMapper can handle RedirectException;
2) Fix integration tests.
[RESTEASY-2728] Modified docbook.
3 years, 11 months