Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: 8963587a7c84c1408e7f424639c7bc00e28e0bcf
https://github.com/resteasy/resteasy/commit/8963587a7c84c1408e7f424639c7b...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/config/Options.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseReconnectResource.java
Log Message:
-----------
[RESTEASY-2985] Only run the complete listeners if a 204 response is received. Note that
an SseEventSink.close() in RESTEasy will result in a 204. In other implementations, this
results in a 200. Add a way to override this with a system property or configuration
parameter. See
https://github.com/jakartaee/rest/issues/1007 for details.
https://issues.redhat.com/browse/RESTEASY-2985
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 931db08c5cc68090d760b1e91abf4923509f3591
https://github.com/resteasy/resteasy/commit/931db08c5cc68090d760b1e91abf4...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/config/Options.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseReconnectResource.java
Log Message:
-----------
Merge pull request #3863 from jamezp/RESTEASY-2985-6.2
[RESTEASY-2985] Only run the complete listeners if a 204 response is …
Compare:
https://github.com/resteasy/resteasy/compare/53db9cc955e0...931db08c5cc6