Branch: refs/heads/3.12
Home:
https://github.com/resteasy/Resteasy
Commit: 1def02e787c437d2aad2213288277a453bdc3530
https://github.com/resteasy/Resteasy/commit/1def02e787c437d2aad2213288277...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M README.md
M resteasy-dependencies-bom/pom.xml
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseAPI.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseAPIImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseAPITest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseTest.java
Log Message:
-----------
Sync 15 5 20 (#2412)
* [RESTEASY-2542][RESTEASY-2585] Workaround SseTest intermittent failures (#2404)
* Enable SseTest
* [RESTEASY-2542]:Fix Sse reconnect test
* [RESTEASY-2542]:More Sse test fix
* Fix typo and add comment
* [RESTEASY-2017]:Fix SSE doesn't work with inherited annotations
* [RESTEASY-2587] Update classmate to 1.5.1
* [RESTEASY-2588] Upgrade jackson to 2.10.4
* Updated links to the new project site
Co-authored-by: jimma <ema(a)redhat.com>
Co-authored-by: bobbyphilip <bobbyphilip(a)gmail.com>