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

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


    from f9f7d173b1 TOMEE-4124 Remove timings of timings for the sake of 
logging. Another interceptor can be added to drill down if necessary. Make the 
map thread safe
     add 00b81fc7ae Make sure providers aren't scanned if Application returns 
classes or singletons. Register OpenTracing providers during MP initialization
     new 0d52fe9e8f Merge pull request #987 from apache/opentracing-provider

The 1 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:
 .../microprofile/jwt/jaxrs/MPJWPProviderRegistration.java    |  2 +-
 .../java/org/apache/openejb/server/rest/RESTService.java     |  4 ++--
 .../MicroProfileOpenTracingTCKDeploymentPackager.java        |  1 -
 .../resources/META-INF/services/jakarta.ws.rs.ext.Providers  |  2 --
 tomee/tomee-microprofile/mp-common/pom.xml                   |  6 ++++++
 .../apache/tomee/microprofile/TomEEMicroProfileListener.java | 12 ++++++++++++
 .../opentracing}/MicroProfileOpenTracingExceptionMapper.java |  4 ++--
 7 files changed, 23 insertions(+), 8 deletions(-)
 delete mode 100644 
tck/microprofile-tck/opentracing/src/test/resources/META-INF/services/jakarta.ws.rs.ext.Providers
 rename 
{tck/microprofile-tck/opentracing/src/test/java/org.apache.tomee.microprofile.tck.opentracing
 => 
tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/opentracing}/MicroProfileOpenTracingExceptionMapper.java
 (95%)

Reply via email to