Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: ddc9c53f4c7c15ab947561b927e5ce6790e4649c
https://github.com/resteasy/resteasy/commit/ddc9c53f4c7c15ab947561b927e5c...
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: 45467f0c1ca46b5df4b62f88ce44012b2e148d23
https://github.com/resteasy/resteasy/commit/45467f0c1ca46b5df4b62f88ce440...
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: 37794939dff74c8200cab0bc423bc269be132ea9
https://github.com/resteasy/resteasy/commit/37794939dff74c8200cab0bc423bc...
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 #4170 from jamezp/RESTEASY-2952-6.2
[RESTEASY-2952 & RESTEASY-3498] Clean up the SSE callback processing
Compare:
https://github.com/resteasy/resteasy/compare/7822750756d6...37794939dff7
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications