[resteasy/Resteasy] b919f1: [RESTEASY-1937] Completely revisiting MP REST Clie...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: b919f101a6a3593b66d440919000a95972af7af8
https://github.com/resteasy/Resteasy/commit/b919f101a6a3593b66d440919000a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-08-02 (Thu, 02 Aug 2018)
Changed paths:
M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/ConfigurationWrapper.java
M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/DefaultResponseExceptionMapper.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/ExceptionMapping.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvocation.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvocationBuilder.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvoker.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientWebTarget.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClient.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClientBuilder.java
R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyProviderFactory.java
M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilder.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/PartialResponse.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/ProxyInvocationHandler.java
M resteasy-dependencies-bom/pom.xml
M testsuite/microprofile-tck/pom.xml
Log Message:
-----------
[RESTEASY-1937] Completely revisiting MP REST Client 1.0 implementation, synch-ing with fixes in Swarm/Thorntail/SmallRye, moving to TCK 1.0.1 version and fixing all failures (no test excluded), making dependency to MP Config optional.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months
[resteasy/Resteasy] 4bc5b8: [RESTEASY-1975] test rewritten with contents of or...
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: 4bc5b80634628857c6bd8ae1ad89e03e23e4fced
https://github.com/resteasy/Resteasy/commit/4bc5b80634628857c6bd8ae1ad89e...
Author: rsearls <rsearls(a)ibm-p8-kvm-05-fsp.mgmt.pnr.lab.eng.rdu2.redhat.com>
Date: 2018-08-01 (Wed, 01 Aug 2018)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ContextParameterInjector.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/FooResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/TestApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/TestServlet.java
R testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/RESTEASY-1082.war
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/web-resteasy1082.xml
Log Message:
-----------
[RESTEASY-1975] test rewritten with contents of original RESTEASY-1082.war
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months
[resteasy/Resteasy] 4c0bd9: [RESTEASY-1933] Provide an alternative way to set ...
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: 4c0bd9b1bc00d38696bb56efd83a91eec768a495
https://github.com/resteasy/Resteasy/commit/4c0bd9b1bc00d38696bb56efd83a9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-08-01 (Wed, 01 Aug 2018)
Changed paths:
M docbook/reference/en/en-US/modules/Json.xml
M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
A providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyObjectWriterInjector.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterSuperClassTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorConditionalFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorMultipleFiltersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptrTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithSerlvetFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletConditionalFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletMultipleFiltersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierConditionalFilter.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierFilter.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierMultipleFilter.java
Log Message:
-----------
[RESTEASY-1933] Provide an alternative way to set and get ObjectWriterModifier (based on TCCL, to be used with servlet filters)
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months
[resteasy/Resteasy] aaf2c6: [RESTEASY-1933] Provide an alternative way to set ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: aaf2c6863311539edcc6690b7972b59ef9e42f88
https://github.com/resteasy/Resteasy/commit/aaf2c6863311539edcc6690b7972b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-08-01 (Wed, 01 Aug 2018)
Changed paths:
M docbook/reference/en/en-US/modules/Json.xml
M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
A providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyObjectWriterInjector.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterSuperClassTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorConditionalFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorMultipleFiltersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptrTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithSerlvetFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletConditionalFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletMultipleFiltersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierConditionalFilter.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierFilter.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierMultipleFilter.java
Log Message:
-----------
[RESTEASY-1933] Provide an alternative way to set and get ObjectWriterModifier (based on TCCL, to be used with servlet filters)
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months
[resteasy/Resteasy] f85579: [RESTEASY-1975] test rewritten with contents of or...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: f855796d5c161e99151902e3bd21a2a9ac43698a
https://github.com/resteasy/Resteasy/commit/f855796d5c161e99151902e3bd21a...
Author: rsearls <rsearls(a)ibm-p8-kvm-05-fsp.mgmt.pnr.lab.eng.rdu2.redhat.com>
Date: 2018-08-01 (Wed, 01 Aug 2018)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ContextParameterInjector.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/FooResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/TestApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/TestServlet.java
R testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/RESTEASY-1082.war
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/web-resteasy1082.xml
Log Message:
-----------
[RESTEASY-1975] test rewritten with contents of original RESTEASY-1082.war
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months