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

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


    from 76658724da Update Jetty to 9.4.52.v20230823
     new 9e9890762e CXF-8457: Provide OpenTelemetry support. Add OSGi support 
and example.
     new 6e2d01c332 CXF-8457: Provide OpenTelemetry support. Fix README.txt

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:
 .../jax_rs/tracing_opentelemetry_osgi/README.txt   | 95 ++++++++++++++++++++++
 .../pom.xml                                        | 42 ++++++----
 .../java/demo/jaxrs/tracing/server/Catalog.java    |  0
 .../demo/jaxrs/tracing/server/CatalogStore.java    |  0
 .../META-INF/services/javax.json.spi.JsonProvider  |  0
 .../main/resources/OSGI-INF/blueprint/context.xml  | 64 +++++++--------
 distribution/src/main/release/samples/pom.xml      |  1 +
 .../karaf/features/src/main/resources/features.xml |  7 ++
 8 files changed, 159 insertions(+), 50 deletions(-)
 create mode 100644 
distribution/src/main/release/samples/jax_rs/tracing_opentelemetry_osgi/README.txt
 copy distribution/src/main/release/samples/jax_rs/{tracing_opentracing_osgi => 
tracing_opentelemetry_osgi}/pom.xml (76%)
 copy distribution/src/main/release/samples/jax_rs/{tracing_brave_osgi => 
tracing_opentelemetry_osgi}/src/main/java/demo/jaxrs/tracing/server/Catalog.java
 (100%)
 copy distribution/src/main/release/samples/jax_rs/{tracing_brave => 
tracing_opentelemetry_osgi}/src/main/java/demo/jaxrs/tracing/server/CatalogStore.java
 (100%)
 copy distribution/src/main/release/samples/jax_rs/{tracing_brave_osgi => 
tracing_opentelemetry_osgi}/src/main/resources/META-INF/services/javax.json.spi.JsonProvider
 (100%)
 copy distribution/src/main/release/samples/jax_rs/{tracing_opentracing_osgi => 
tracing_opentelemetry_osgi}/src/main/resources/OSGI-INF/blueprint/context.xml 
(58%)

Reply via email to