[resteasy/Resteasy] 989548: [RESTEASY-1929] Few perf improvements
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: 989548eb06d7a95a889e1b78264364c3281227a4
https://github.com/resteasy/Resteasy/commit/989548eb06d7a95a889e1b7826436...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
Log Message:
-----------
[RESTEASY-1929] Few perf improvements
Commit: 7da239bd73c6996573f415b6078ef2eefdf20d58
https://github.com/resteasy/Resteasy/commit/7da239bd73c6996573f415b6078ef...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
Log Message:
-----------
[RESTEASY-1911] Allow disabling JsonBindingProvider to stick with Jackson processing
Commit: c85e866d7187a9c3d13cb55292897a88c9f07405
https://github.com/resteasy/Resteasy/commit/c85e866d7187a9c3d13cb55292897...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchContextualDataTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ExceptionMapperMarshalTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceProduct.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ApplicationScopeValidationTest.java
Log Message:
-----------
[RESTEASY-1911] Set context property to prefer Jackson over JSON-B on tests relying on Jackson internals while actually not having an explicit dependency on it
Commit: 39c845cf79dc2edfa6707b95de7ce477a2a116cc
https://github.com/resteasy/Resteasy/commit/39c845cf79dc2edfa6707b95de7ce...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/NullEntityProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantAcceptTest.java
Log Message:
-----------
[RESTEASY-1930] Make the tests pass (exclude the regression) as a temporary measure
Compare: https://github.com/resteasy/Resteasy/compare/d8b620fb7bd2...39c845cf79dc
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] 21fba6: [RESTEASY-1929] Few perf improvements
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 21fba6c8dcc682da6697f69dc36a784572776d55
https://github.com/resteasy/Resteasy/commit/21fba6c8dcc682da6697f69dc36a7...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
Log Message:
-----------
[RESTEASY-1929] Few perf improvements
Commit: d9158af978f923fb8b011f31d9c2d0367d66eca9
https://github.com/resteasy/Resteasy/commit/d9158af978f923fb8b011f31d9c2d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
Log Message:
-----------
[RESTEASY-1911] Allow disabling JsonBindingProvider to stick with Jackson processing
Commit: 6430a0265a34f16e10d812822b8e796c62d56ff9
https://github.com/resteasy/Resteasy/commit/6430a0265a34f16e10d812822b8e7...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchContextualDataTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ExceptionMapperMarshalTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceProduct.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ApplicationScopeValidationTest.java
Log Message:
-----------
[RESTEASY-1911] Set context property to prefer Jackson over JSON-B on tests relying on Jackson internals while actually not having an explicit dependency on it
Commit: e8b2dd2941785a1208426382472e99b3d8037b9c
https://github.com/resteasy/Resteasy/commit/e8b2dd2941785a1208426382472e9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/NullEntityProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantAcceptTest.java
Log Message:
-----------
[RESTEASY-1930] Make the tests pass (exclude the regression) as a temporary measure
Compare: https://github.com/resteasy/Resteasy/compare/7b006cfe4856...e8b2dd294178
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] 88d949: Removing useless file
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: 88d9492c5cc7b6138fef35e53297a220c5513858
https://github.com/resteasy/Resteasy/commit/88d9492c5cc7b6138fef35e53297a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
R testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava1Test.java~
Log Message:
-----------
Removing useless file
Commit: 548993520ec4e0705781f5c6081db125a6c0440e
https://github.com/resteasy/Resteasy/commit/548993520ec4e0705781f5c6081db...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
R jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-rxjava/main/module.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtilRxJava.java
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CompletionStageResponseTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseRawStreamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/NoStreamRxTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableSSECompatibilityTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava1Test.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1798] Removing resteasy-rxjava jboss module and fixing integration tests accordingly to include resteasy-rxjava and rxjava libraries in the deployments
Commit: d8b620fb7bd274cdd1670d3b98a2d041aeaaf85f
https://github.com/resteasy/Resteasy/commit/d8b620fb7bd274cdd1670d3b98a2d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
R resteasy-jaxrs/bin/jaxrs20/pom.xml
Log Message:
-----------
Removing useless file
Compare: https://github.com/resteasy/Resteasy/compare/c6c5071da8d4...d8b620fb7bd2
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] 7b006c: [RESTEASY-1798] Removing resteasy-rxjava jboss mod...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 7b006cfe4856bc13c69c225a0297c4641b8a7132
https://github.com/resteasy/Resteasy/commit/7b006cfe4856bc13c69c225a0297c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
R jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-rxjava/main/module.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtilRxJava.java
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/NoStreamRxTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableSSECompatibilityTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyClientAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleServerAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava1Test.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1798] Removing resteasy-rxjava jboss module and fixing integration tests accordingly to include resteasy-rxjava and rxjava libraries in the deployments
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] c6c507: [RESTEASY-1927] ClientResponseContextImpl: getEnti...
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: c6c5071da8d4d6c6db374602d1dbd680ea5a959c
https://github.com/resteasy/Resteasy/commit/c6c5071da8d4d6c6db374602d1dbd...
Author: Steven Schlansker <stevenschlansker(a)gmail.com>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M resteasy-client-jetty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/jetty/JettyClientResponse.java
M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpAsyncClient4Engine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpClient4Engine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/URLConnectionEngine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientResponse.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientResponseContextImpl.java
Log Message:
-----------
[RESTEASY-1927] ClientResponseContextImpl: getEntityStream returns possibly exhausted inputStream (#1543)
* Client: add test case showing buffered entity isn't being replayed
when reading through ClientRequestContext
* ClientResponseContextImpl: getEntityStream now actually returns the entity stream
rather than the (possibly buffered and therefore exhausted) input stream
* ClientResponse: setInputStream resets entity in impls
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] 4317e5: [RESTEASY-1879] Move MP REST Client 1.0 impl to se...
by GitHub
Branch: refs/heads/3.6
Home: https://github.com/resteasy/Resteasy
Commit: 4317e5ec3ed02fecb1a3560e631c8ad529ec240c
https://github.com/resteasy/Resteasy/commit/4317e5ec3ed02fecb1a3560e631c8...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
M pom.xml
M resteasy-cdi/pom.xml
R resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
R resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientExtension.java
M resteasy-cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
A resteasy-client-microprofile/pom.xml
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientExtension.java
A 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/MPClientInvocation.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvocationBuilder.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientWebTarget.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClient.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClientBuilder.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyProviderFactory.java
A 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/MicroprofileClientBuilderResolver.java
A resteasy-client-microprofile/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
A resteasy-client-microprofile/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ProxyBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClient.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyWebTarget.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientWebTarget.java
R resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/DefaultResponseExceptionMapper.java
R resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilder.java
R resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilderResolver.java
R resteasy-client/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-jaxrs/pom.xml
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
Log Message:
-----------
[RESTEASY-1879] Move MP REST Client 1.0 impl to separate module (#1571)
* [RESTEASY-1879] Moving the RestEasy specific MP Rest code into a dedicated module
* [RESTEASY-1879] remove the MP Rest extension resource file from resteasy-client
* [RESTEASY-1879] Fixing the integration test
* [RESTEASY-1879] Move MP REST Client 1.0 impl to separate module
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] 78dedd: [RESTEASY-1879] Move MP REST Client 1.0 impl to se...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 78dedd5e14455d48d2209d85843dcbd3b87b584a
https://github.com/resteasy/Resteasy/commit/78dedd5e14455d48d2209d85843dc...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
M pom.xml
M resteasy-cdi/pom.xml
R resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
R resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientExtension.java
M resteasy-cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
A resteasy-client-microprofile/pom.xml
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientExtension.java
A 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/MPClientInvocation.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvocationBuilder.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvoker.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientWebTarget.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClient.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClientBuilder.java
A resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyProviderFactory.java
A 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/MicroprofileClientBuilderResolver.java
A resteasy-client-microprofile/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
A resteasy-client-microprofile/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ProxyBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClient.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyWebTarget.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientWebTarget.java
A resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/ClientInvokerFactory.java
R resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/DefaultResponseExceptionMapper.java
R resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilder.java
R resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilderResolver.java
R resteasy-client/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-jaxrs/pom.xml
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
Log Message:
-----------
[RESTEASY-1879] Move MP REST Client 1.0 impl to separate module (take II) (#1568)
* [RESTEASY-1879] Moving the RestEasy specific MP Rest code into a dedicated module
* [RESTEASY-1879] remove the MP Rest extension resource file from resteasy-client
* [RESTEASY-1879] Fixing the integration test
* [RESTEASY-1879] Move MP REST Client 1.0 impl to separate module
**NOTE:** This service 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, 6 months
[resteasy/Resteasy] 12be3a: [RESTEASY-1927] ClientResponseContextImpl: getEnti...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 12be3a479b6f99f0bf1d358aa2e2935414e70a18
https://github.com/resteasy/Resteasy/commit/12be3a479b6f99f0bf1d358aa2e29...
Author: Steven Schlansker <stevenschlansker(a)gmail.com>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M resteasy-client-jetty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/jetty/JettyClientResponse.java
M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpAsyncClient4Engine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpClient4Engine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/URLConnectionEngine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientResponse.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientResponseContextImpl.java
Log Message:
-----------
[RESTEASY-1927] ClientResponseContextImpl: getEntityStream returns possibly exhausted inputStream (#1543)
* Client: add test case showing buffered entity isn't being replayed
when reading through ClientRequestContext
* ClientResponseContextImpl: getEntityStream now actually returns the entity stream
rather than the (possibly buffered and therefore exhausted) input stream
* ClientResponse: setInputStream resets entity in impls
**NOTE:** This service 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, 6 months