You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/04/17 12:27:25 UTC

[jira] [Assigned] (SM-2936) zipkin bundle

     [ https://issues.apache.org/jira/browse/SM-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned SM-2936:
------------------------------------

    Assignee: Andrea Cosentino

> zipkin bundle
> -------------
>
>                 Key: SM-2936
>                 URL: https://issues.apache.org/jira/browse/SM-2936
>             Project: ServiceMix
>          Issue Type: Task
>          Components: bundles
>            Reporter: Claus Ibsen
>            Assignee: Andrea Cosentino
>
> 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)