This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 29a526129d5bfca29d95f02743c61dd887fc441e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 29 09:01:31 2020 +0200 CAMEL-15339 - Introducing camel-tracing karaf feature and update opentracing Karaf feature --- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index b787e85..a3a76f8 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2006,6 +2006,7 @@ </feature> <feature name='camel-opentracing' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> + <feature version='${project.version}'>camel-tracing</feature> <bundle dependency='true'>wrap:mvn:io.opentracing/opentracing-api/${opentracing-version}</bundle> <bundle dependency='true'>wrap:mvn:io.opentracing/opentracing-noop/${opentracing-version}</bundle> <bundle dependency='true'>wrap:mvn:io.opentracing/opentracing-util/${opentracing-version}</bundle>
