[resteasy/Resteasy] da5eb2: [RESTEASY-1680]:Fix EventHandler.reconnect() and a...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: da5eb270fc4f46964dfa9b4105df9c921bc5bec6
https://github.com/resteasy/Resteasy/commit/da5eb270fc4f46964dfa9b4105df9...
Author: jimma <ema(a)redhat.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventInputImpl.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseTest.java
Log Message:
-----------
[RESTEASY-1680]:Fix EventHandler.reconnect() and add a reconnect test (#1266)
* [RESTEASY-1680]:Fix EventHandler.reconnect() and add a reconnect test
* [RESTEASY-1680]:minor change to enable broadcast test
7 years, 3 months
[resteasy/Resteasy] 158c56: [RESTEASY-1025] async http client engine
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 158c56a3cf919a557184112bedd0c1ca0f9a3ddb
https://github.com/resteasy/Resteasy/commit/158c56a3cf919a557184112bedd0c...
Author: Weinan Li <l.weinan(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M resteasy-client/pom.xml
A resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/AsyncClientHttpEngine.java
A resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpAsyncClient4Engine.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
M resteasy-dependencies-bom/pom.xml
M testsuite/integration-tests/pom.xml
Log Message:
-----------
[RESTEASY-1025] async http client engine
Commit: 9efb704dcb8772c530d52ca8e3ce2259fd9a143c
https://github.com/resteasy/Resteasy/commit/9efb704dcb8772c530d52ca8e3ce2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
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/internal/ClientInvocation.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncInvokeTest.java
Log Message:
-----------
[RESTEASY-1025] Revisiting NIO client enablement, improving exception handling, fixing/extending AsyncInvokeTest
Commit: a556d6dee49594409d7d43e3ff2cbefddd3f47d2
https://github.com/resteasy/Resteasy/commit/a556d6dee49594409d7d43e3ff2cb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpAsyncClient4Engine.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncInvokeTest.java
Log Message:
-----------
[RESTEASY-1025] Adding convenient method for enabling asynch engine
Commit: c21e1f2d4026d6293801f15d1ec9a6bb36dfa5a6
https://github.com/resteasy/Resteasy/commit/c21e1f2d4026d6293801f15d1ec9a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/InputStreamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/ApacheHttpClient43Test.java
Log Message:
-----------
[RESTEASY-1025] Further tests improvement
Commit: 96390e82b890eb0d0c556768502a22ef2151b522
https://github.com/resteasy/Resteasy/commit/96390e82b890eb0d0c556768502a2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
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/i18n/LogMessages.java
Log Message:
-----------
[RESTEASY-1025] Trap exceptions from InvocationCallback in buffered mode, as per javadoc
Commit: 52b8d07e9d705aabad002b5846d3684c9b94229c
https://github.com/resteasy/Resteasy/commit/52b8d07e9d705aabad002b5846d36...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncBenchTest.java
Log Message:
-----------
[RESTEASY-1025] Adding (excluded) bench test
Compare: https://github.com/resteasy/Resteasy/compare/bd91946bbd6b...52b8d07e9d70
7 years, 3 months
[resteasy/Resteasy] 1fed89: [RESTEASY-1665] JSON-Binding provider and client-s...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 1fed896235d75ea9ec4f9c742274f40430fd203b
https://github.com/resteasy/Resteasy/commit/1fed896235d75ea9ec4f9c742274f...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-08-28 (Mon, 28 Aug 2017)
Changed paths:
M distribution/assembly.xml
M distribution/pom.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M jboss-modules/build.xml
M jboss-modules/pom.xml
A jboss-modules/src/main/resources/modules/javax/json/bind/api/main/module.xml
A jboss-modules/src/main/resources/modules/org/eclipse/yasson/main/module.xml
A jboss-modules/src/main/resources/modules/org/glassfish/javax/json/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
A jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
A providers/json-binding/pom.xml
A providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/AbstractJsonBindingProvider.java
A providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
A providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/i18n/LogMessages.java
A providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/i18n/Messages.java
A providers/json-binding/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
M providers/json-p-ee7/pom.xml
M providers/pom.xml
M resteasy-bom/pom.xml
M resteasy-client/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-jaxrs/pom.xml
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests/pom.xml
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/Cat.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/JsonBindingResource.java
M testsuite/legacy-integration-tests/pom.xml
Log Message:
-----------
[RESTEASY-1665] JSON-Binding provider and client-side support
Commit: bd91946bbd6b507478087ae6ae0fed91d9c1c83f
https://github.com/resteasy/Resteasy/commit/bd91946bbd6b507478087ae6ae0fe...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-08-28 (Mon, 28 Aug 2017)
Changed paths:
M jboss-modules/src/main/resources/modules/javax/json/bind/api/main/module.xml
M jboss-modules/src/main/resources/modules/org/eclipse/yasson/main/module.xml
M jboss-modules/src/main/resources/modules/org/glassfish/javax/json/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M resteasy-dependencies-bom/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingTest.java
Log Message:
-----------
[RESTEASY-1665] Use final releases of javax.json.bind-api and yasson + misc minor fixes
Compare: https://github.com/resteasy/Resteasy/compare/91c49e25db4b...bd91946bbd6b
7 years, 3 months