Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: f43f978b63eab884afe62ec11ece55302353c1f4
https://github.com/resteasy/Resteasy/commit/f43f978b63eab884afe62ec11ece5...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths:
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/PostResourceMethodInvoker.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/PostResourceMethodInvokers.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/SynchronousDispatcher.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventSinkInterceptor.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SsePostResourceMethodInvokerApplication.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SsePostResourceMethodInvokerTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SsePostResourceMethodInvokerTestResource.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/sse/synch-web.xml
Log Message:
-----------
[RESTEASY-1772] Use kind of PostResourceMethodInvoker instead of Cleanable to achieve
sse spec requirement (#1370)
* Add SsePostResourceMethodInvoker unit test
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Use PostResourceMethodInvoker instead of Cleanable to correctly achieve sse
spec requirement about returning the initial response once resource method
returns.
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Use classic List instead of Set
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>