This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 8e0587a  Recording .gitmergeinfo Changes
     new 95a200a  CXF-8249: SSE client refuses to accept valid stream
     new c4ff02a  Recording .gitmergeinfo Changes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo                                      |   1 +
 parent/pom.xml                                     |   5 +
 .../jaxrs/sse/client/InboundSseEventProcessor.java |  50 ++++++--
 systests/pom.xml                                   |   1 +
 .../cxf/systest/jaxrs/sse/AbstractSseTest.java     |  28 ++++-
 .../apache/cxf/systest/jaxrs/sse/BookStore.java    |  39 ++++--
 .../apache/cxf/systest/jaxrs/sse/BookStore2.java   |  39 ++++--
 .../jaxrs/sse/BookStoreClientCloseable.java        |  18 ++-
 systests/{transports-ssl3 => spring-boot}/pom.xml  |  91 ++++++--------
 .../apache/cxf/systest/jaxrs/resources}/Book.java  |  35 +++---
 .../jaxrs/spring/boot/SpringSseEmitterTest.java    | 132 +++++++++++++++++++++
 11 files changed, 328 insertions(+), 111 deletions(-)
 copy systests/{transports-ssl3 => spring-boot}/pom.xml (63%)
 copy 
systests/{rs-sse/rs-sse-base/src/main/java/org/apache/cxf/systest/jaxrs/sse => 
spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/resources}/Book.java 
(74%)
 create mode 100644 
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringSseEmitterTest.java

Reply via email to