This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 21a19f9 [CXF-8223]Be able to read empty entity from a Response with
202
new c28f7c5 CXF-8220: The tag http.status_code is always 200 in server
side tracing span, no matter what situation
new 6145872 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 +
.../cxf/tracing/brave/AbstractBraveProvider.java | 16 --
.../cxf/tracing/brave/BraveStopInterceptor.java | 2 +-
.../opentracing/OpenTracingStopInterceptor.java | 2 +-
.../cxf/systest/jaxrs/tracing/BookStore.java | 24 ++-
.../jaxrs/tracing/NullPointerExceptionMapper.java} | 10 +-
.../jaxrs/tracing/brave/BraveTracingTest.java | 93 +++++-----
.../opentracing/OpenTracingTracingTest.java | 32 ++++
.../systest/jaxws/tracing/BookStoreService.java | 1 +
.../cxf/systest/jaxws/tracing/brave/BookStore.java | 12 ++
.../jaxws/tracing/brave/BraveTracingTest.java | 204 ++++++++++-----------
.../jaxws/tracing/opentracing/BookStore.java | 14 +-
.../opentracing/OpenTracingTracingTest.java | 20 ++
13 files changed, 249 insertions(+), 182 deletions(-)
copy
systests/{jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/reactor/IllegalArgumentExceptionMapper.java
=>
tracing/src/test/java/org/apache/cxf/systest/jaxrs/tracing/NullPointerExceptionMapper.java}
(75%)