Branch: refs/heads/main
Home:
https://github.com/resteasy/resteasy
Commit: 5b2c356d8c094aa55e73b2afe9b1e5e0d1cd2db1
https://github.com/resteasy/resteasy/commit/5b2c356d8c094aa55e73b2afe9b1e...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
Log Message:
-----------
[RESTEASY-2952] If an error occurs when attempting a retry, it should fail
appropriately. Also some clean up of the processing.
https://issues.redhat.com/browse/RESTEASY-2952
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 2969b26e7df22bf1cea23b76fbb1a2f6d7d5f036
https://github.com/resteasy/resteasy/commit/2969b26e7df22bf1cea23b76fbb1a...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
M resteasy-dependencies-bom/pom.xml
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/RESTEASY3109Test.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseCallbackTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseCallbackResource.java
Log Message:
-----------
[RESTEASY-3498] Do not invoke the onComplete callbacks if the onError callbacks were
invoked. Invoke callbacks when reconnecting and reset the onComplete callbacks to be
invoked again.
https://issues.redhat.com/browse/RESTEASY-3498
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 5a02fd40ca52737a536e9ffd756b35386006dd79
https://github.com/resteasy/resteasy/commit/5a02fd40ca52737a536e9ffd756b3...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
M resteasy-dependencies-bom/pom.xml
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/RESTEASY3109Test.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseCallbackTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseCallbackResource.java
Log Message:
-----------
Merge pull request #4154 from jamezp/RESTEASY-2952
[RESTEASY-2952 & RESTEASY-3498] Clean up the SSE callback processing
Compare:
https://github.com/resteasy/resteasy/compare/cba308921135...5a02fd40ca52
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications