reta commented on a change in pull request #812: URL: https://github.com/apache/cxf/pull/812#discussion_r658296945
########## File path: systests/rs-sse/rs-sse-base/src/main/java/org/apache/cxf/systest/jaxrs/sse/AbstractSseTest.java ########## @@ -103,6 +115,65 @@ public void testBooksStreamIsReturnedFromInboundSseEvents() throws InterruptedEx ); } + @SuppressWarnings("unchecked") + @Test + public void testBooksStreamIsReturnedFromInboundSseEventsWithPOST() throws InterruptedException, IOException { Review comment: Thanks for the test, it will help to reproduce the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org