You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/10/27 12:53:35 UTC

[tomee] 01/01: Merge pull request #949 from apache/microprofile-opentracing

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

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 4e0e13e737b2b6669267df3a49a71847a23ba35c
Merge: 6c44a92103 af76382088
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Oct 27 14:53:29 2022 +0200

    Merge pull request #949 from apache/microprofile-opentracing
    
    MicroProfile OpenTracing support with SmallRye OpenTracing

 .../openejb/server/cxf/rs/CxfRsHttpListener.java   |  2 +-
 .../server/cxf/rs/johnzon/TomEEJsonbProvider.java  |  1 +
 tck/microprofile-tck/opentracing/pom.xml           | 15 ++++++
 .../MicroProfileOpenTracingClientBuilder.java      | 18 ++++++-
 ...croProfileOpenTracingTCKDeploymentPackager.java |  3 +-
 .../MicroProfileOpenTrackingContextResolver.java   | 33 ------------
 .../OpenTracingJohnzonMapperTest.java              | 58 ++++++++++++++++++----
 tck/microprofile-tck/pom.xml                       |  2 -
 .../microprofile/TomEEMicroProfileListener.java    |  1 +
 9 files changed, 83 insertions(+), 50 deletions(-)