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 54c6839 CXF-8220: The tag http.status_code is always 200 in server
side tracing span, no matter what situation
new f63a816 CXF-8215: SSE breaks Pipeline Processing (#643)
new 307abc9 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 | 3 +
.../cxf/jaxrs/sse/SseEventSinkContextProvider.java | 17 +++++
.../java/org/apache/cxf/jaxrs/sse/SseFeature.java | 7 ++
.../cxf/jaxrs/sse/interceptor/SseInterceptor.java | 82 ++++++++++++++++++++++
.../cxf/transport/sse/SseProvidersExtension.java | 3 +
.../cxf/systest/jaxrs/sse/AbstractSseTest.java | 23 ++++++
.../apache/cxf/systest/jaxrs/sse/BookStore.java | 23 ++++++
.../apache/cxf/systest/jaxrs/sse/BookStore2.java | 23 ++++++
.../jaxrs/sse}/BookStoreResponseFilter.java | 31 ++++----
.../cxf/systest/jaxrs/sse/SseApplication.java | 6 +-
.../jaxrs/sse/jetty/AbstractJettyServer.java | 7 +-
.../jaxrs/sse/tomcat/AbstractTomcatServer.java | 6 +-
.../jaxrs/sse/undertow/AbstractUndertowServer.java | 5 +-
13 files changed, 220 insertions(+), 16 deletions(-)
create mode 100644
rt/rs/sse/src/main/java/org/apache/cxf/jaxrs/sse/interceptor/SseInterceptor.java
copy systests/{cdi/base/src/main/java/org/apache/cxf/systests/cdi/base =>
rs-sse/rs-sse-base/src/main/java/org/apache/cxf/systest/jaxrs/sse}/BookStoreResponseFilter.java
(61%)