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 4f0c7ff Recording .gitmergeinfo Changes
new 828fbb4 Added Brave tracing test cases for Microprofile Rest client
new 2c89b82 Recording .gitmergeinfo Changes
The 14541 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 +
systests/microprofile/client/tracing/pom.xml | 162 ++++++++++++++++++
.../microprofile/rest/client/tracing}/Book.java | 2 +-
.../rest/client/tracing/BookRestClient.java | 16 +-
.../rest/client/tracing/BookStore.java | 40 +++--
.../client/tracing/brave/BraveTracingTest.java | 190 +++++++++++++++++++++
.../client/tracing}/brave/TestSpanReporter.java | 2 +-
systests/microprofile/pom.xml | 1 +
8 files changed, 386 insertions(+), 28 deletions(-)
create mode 100644 systests/microprofile/client/tracing/pom.xml
copy systests/{tracing/src/test/java/org/apache/cxf/systest =>
microprofile/client/tracing/src/test/java/org/apache/cxf/systest/microprofile/rest/client/tracing}/Book.java
(95%)
copy
distribution/src/main/release/samples/jax_rs/minimal_osgi/src/main/java/minimalosgi/SampleResource.java
=>
systests/microprofile/client/tracing/src/test/java/org/apache/cxf/systest/microprofile/rest/client/tracing/BookRestClient.java
(79%)
copy
distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/src/main/java/demo/jaxrs/tracing/server/cxf/Catalog.java
=>
systests/microprofile/client/tracing/src/test/java/org/apache/cxf/systest/microprofile/rest/client/tracing/BookStore.java
(57%)
create mode 100644
systests/microprofile/client/tracing/src/test/java/org/apache/cxf/systest/microprofile/rest/client/tracing/brave/BraveTracingTest.java
copy systests/{tracing/src/test/java/org/apache/cxf/systest =>
microprofile/client/tracing/src/test/java/org/apache/cxf/systest/microprofile/rest/client/tracing}/brave/TestSpanReporter.java
(94%)