[
https://issues.apache.org/jira/browse/SM-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen moved SMX4-1983 to SM-2936:
---------------------------------------
Component/s: (was: Bundles)
bundles
Key: SM-2936 (was: SMX4-1983)
Project: ServiceMix (was: ServiceMix 4)
> zipkin bundle
> -------------
>
> Key: SM-2936
> URL: https://issues.apache.org/jira/browse/SM-2936
> Project: ServiceMix
> 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)