Branch: refs/heads/mp-rest-client-20
Home:
https://github.com/resteasy/Resteasy
Commit: 3be33baeb41f065c38b02fdab57a3f4a08621e45
https://github.com/resteasy/Resteasy/commit/3be33baeb41f065c38b02fdab57a3...
Author: Clement Escoffier <clement.escoffier(a)gmail.com>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M resteasy-client-microprofile-base/pom.xml
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/MpPublisherMessageBodyReader.java
A
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/SSEPublisher.java
A
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/SpscLinkedArrayQueue.java
A
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/Subscriptions.java
Log Message:
-----------
Dependency-free implementation of the SSE Publisher
Commit: 3d1c950100a39d8e0db959010853a594ae066c6c
https://github.com/resteasy/Resteasy/commit/3d1c950100a39d8e0db959010853a...
Author: Jim Ma <ema(a)redhat.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/MPSseClient.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/SsePublisherClientTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/MPSseResource.java
Log Message:
-----------
Add sse publisher test
Commit: d0b6049a4a9fbb8fd00dcad646c4c3a1acd99a4a
https://github.com/resteasy/Resteasy/commit/d0b6049a4a9fbb8fd00dcad646c4c...
Author: Jim Ma <ema(a)redhat.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/MpPublisherMessageBodyReader.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/SSEPublisher.java
R
resteasy-client-microprofile-base/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/SsePublisherClientTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/MPSseResource.java
Log Message:
-----------
Add executor to SSEPublisher;Refactor test
Commit: 7db7d440f8d0ed9ae0855134edbe1236b48f2be9
https://github.com/resteasy/Resteasy/commit/7db7d440f8d0ed9ae0855134edbe1...
Author: Jim Ma <ema(a)redhat.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
Log Message:
-----------
Minor change : clean up
Commit: ee2dd61705623ae6f1ed448a82fe67ebe2c6a0d2
https://github.com/resteasy/Resteasy/commit/ee2dd61705623ae6f1ed448a82fe6...
Author: Jim Ma <ema(a)redhat.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/SSEPublisher.java
Log Message:
-----------
Handle RejectedExecutionException
Commit: 1cad12e3c0e99f1013218f262ca363a1d6cf1cfe
https://github.com/resteasy/Resteasy/commit/1cad12e3c0e99f1013218f262ca36...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/MpPublisherMessageBodyReader.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/publisher/SSEPublisher.java
R
resteasy-client-microprofile-base/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
M testsuite/integration-tests/pom.xml
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/MPSseClient.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/SsePublisherClientTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/MPSseResource.java
Log Message:
-----------
Merge remote-tracking branch 'jimma/mp-rest-client-20-publisher-nodependency'
into mp-rest-client-20
Compare:
https://github.com/resteasy/Resteasy/compare/f028f47c0274...1cad12e3c0e9