Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: 407f27732d3e9e8d33269b2969e2d967603bee23
https://github.com/resteasy/Resteasy/commit/407f27732d3e9e8d33269b2969e2d...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2018-09-18 (Tue, 18 Sep 2018)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
A
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceScheduler.java
Log Message:
-----------
[RESTEASY-1987] SseEventSourceImpl assumes it owns the executor (#1677)
* SseEventSourceImpl should not close executor it did not created
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Let's invoke completion consummers once close has been requested
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
Commit: 89e76e653e323f7090cdd888dfca7f97cc99ffca
https://github.com/resteasy/Resteasy/commit/89e76e653e323f7090cdd888dfca7...
Author: jimma <ema(a)redhat.com>
Date: 2018-09-18 (Tue, 18 Sep 2018)
Changed paths:
M .travis.yml
M pom.xml
Log Message:
-----------
[RESTEASY-2005]:Add travis profile to temporarily exclude some tests (#1693)
* [RESTEASY-2005]:Add travis profile to temporarily exclude some tests
* [RESTEASY-2005]:Add combine.children=append
Commit: 107442f21c793818a2318c3021adf932db16aa2b
https://github.com/resteasy/Resteasy/commit/107442f21c793818a2318c3021adf...
Author: jimma <ema(a)redhat.com>
Date: 2018-09-18 (Tue, 18 Sep 2018)
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/InboundSseEventImpl.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventInputImpl.java
M testsuite/integration-tests/pom.xml
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/CustomJacksonProvider.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseJsonEventTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseSmokeResource.java
Log Message:
-----------
[RESTEASY-1916]:Fix InboundSseEventImpl doesn't getReader from ClientConfiguration
(#1694)
Compare:
https://github.com/resteasy/Resteasy/compare/7d6031c07a3e...107442f21c79
**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.