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/27 16:36:12 UTC

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

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

Andrea Cosentino commented on SM-2936:
--------------------------------------

Resolved.

> 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: Jean-Baptiste Onofré
>             Fix For: bundles-2016.04
>
>
> 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)