You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/06/03 16:50:00 UTC

[jira] [Updated] (SM-3701) Update OSGi bundle for mustache-compiler 0.9.5

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

Jean-Baptiste Onofré updated SM-3701:
-------------------------------------
    Fix Version/s: bundles-2018.05

> Update OSGi bundle for mustache-compiler 0.9.5
> ----------------------------------------------
>
>                 Key: SM-3701
>                 URL: https://issues.apache.org/jira/browse/SM-3701
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: bundles
>            Reporter: Aaron Coburn
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: bundles-2018.05
>
>
> The current servicemix bundle for mustache-compiler (v0.9.5) imports a number of packages that are not used by the underlying mustache jar.
> The servicemix bundle manifest includes:
> Import-Package
>   com.google.common.base                 \{version=[13.0,21.0)}
>   com.google.common.cache                \{version=[13.0,21.0)}
>   com.google.common.io                   \{version=[13.0,21.0)}
>   com.google.common.util.concurrent      \{version=[13.0,21.0)}
>   com.twitter.util                       \{resolution:=optional}
> but the mustache compiler does not use any of these packages.
> Removing the lines here: [https://github.com/apache/servicemix-bundles/blob/master/mustache-compiler-0.9.5/pom.xml#L54-L58] should fix this.
> Also, the import statements are not correct: [https://github.com/apache/servicemix-bundles/blob/master/mustache-compiler-0.9.5/pom.xml#L50-L51]. There is no need to export the non-existent com.twitter.mustache package, and the version for com.github.mustachejava is incorrect.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)