You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/01/21 11:56:12 UTC

[camel-quarkus] branch master updated (2d197c3 -> f720a00)

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

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 2d197c3  Fix #640 Lower the level of "Could not find a non-optional class for key ..." message
     add f720a00  Remove PlatformHttpSpanDecorator from OpenTracing extension

No new revisions were added by this update.

Summary of changes:
 .../deployment/OpenTracingProcessor.java           |  7 -----
 .../opentracing/PlatformHttpSpanDecorator.java     | 30 ----------------------
 .../org.apache.camel.opentracing.SpanDecorator     | 18 -------------
 3 files changed, 55 deletions(-)
 delete mode 100644 extensions/opentracing/runtime/src/main/java/org/apache/camel/quarkus/component/opentracing/PlatformHttpSpanDecorator.java
 delete mode 100644 extensions/opentracing/runtime/src/main/resources/META-INF/services/org.apache.camel.opentracing.SpanDecorator