You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/03/31 10:19:25 UTC

[jira] [Commented] (SMX4-1983) zipkin bundle

    [ https://issues.apache.org/jira/browse/SMX4-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15219571#comment-15219571 ] 

Claus Ibsen commented on SMX4-1983:
-----------------------------------

And we are using this version
<brave-zipkin-version>3.5.0</brave-zipkin-version>

At this time of writing its the latest.

> zipkin bundle
> -------------
>
>                 Key: SMX4-1983
>                 URL: https://issues.apache.org/jira/browse/SMX4-1983
>             Project: ServiceMix 4
>          Issue Type: Task
>          Components: Bundles
>            Reporter: Claus Ibsen
>
> For using camel-zipkin in OSGi and zipkin in general, we need an uber bundle that includes both these
> {code}
>     <bundle dependency='true'>wrap:mvn:com.github.kristofa/brave-core/${brave-zipkin-version}</bundle>
>     <!--<bundle dependency='true'>wrap:mvn:com.github.kristofa/brave-spancollector-scribe/${brave-zipkin-version}</bundle>-->
> {code}
> eg brave-core and brace-spancollector-scribe.
> You can likely not do individual bundles and have them install in OSGi as both JARs export the same package: com.twitter.zipkin.gen
> and each JAR has different classes but in the same package.
> Not sure if there is some package = merge magic that can be done in the manifest.mf file so both can be installed.
> But another approach is an uber bundle with these 2 JARs in the same bundle/JAR.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)