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 2016/03/23 17:46:25 UTC

[jira] [Commented] (SM-2898) mustache bundle is flawed

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

Jean-Baptiste Onofré commented on SM-2898:
------------------------------------------

https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git;a=commitdiff;h=a22688a0652fc52bc2fdbbf9b205432b4812a5b5

> mustache bundle is flawed
> -------------------------
>
>                 Key: SM-2898
>                 URL: https://issues.apache.org/jira/browse/SM-2898
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Claus Ibsen
>            Assignee: Jean-Baptiste Onofré
>             Fix For: bundles-2016.03
>
>
> All the 0.9.x versions of
> http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.mustache-compiler/
> are all not working. They do not export any packages
> {code}
> Apache ServiceMix :: Bundles :: compiler (61)
> ---------------------------------------------
> Bnd-LastModified = 1446455695918
> Build-Jdk = 1.7.0_67
> Built-By = jbonofre
> Created-By = Apache Maven Bundle Plugin
> Manifest-Version = 1.0
> Tool = Bnd-2.3.0.201405100607
> Bundle-Description = This OSGi bundle wraps compiler 0.9.1 jar file.
> Bundle-DocURL = http://www.apache.org/
> Bundle-License = http://www.apache.org/licenses/LICENSE-2.0.txt
> Bundle-ManifestVersion = 2
> Bundle-Name = Apache ServiceMix :: Bundles :: compiler
> Bundle-NativeCode = *
> Bundle-SymbolicName = org.apache.servicemix.bundles.mustache-compiler
> Bundle-Vendor = The Apache Software Foundation
> Bundle-Version = 0.9.1.1
> Import-Package =
> 	com.google.common.cache;version="[13.0,17.0)",
> 	com.google.common.util.concurrent;version="[13.0,17.0)",
> 	com.twitter.util;resolution:=optional,
> 	com.google.common.io;version="[13.0,17.0)",
> 	com.google.common.base;version="[13.0,17.0)"
> {code}
> The last working is the 0.8.x which exports
> {code}
> Apache ServiceMix :: Bundles :: compiler (63)
> ---------------------------------------------
> Bnd-LastModified = 1446448054613
> Build-Jdk = 1.7.0_67
> Built-By = jbonofre
> Created-By = Apache Maven Bundle Plugin
> Manifest-Version = 1.0
> Tool = Bnd-1.50.0
> Bundle-Description = This OSGi bundle wraps compiler 0.8.18 jar file.
> Bundle-DocURL = http://www.apache.org/
> Bundle-License = http://www.apache.org/licenses/LICENSE-2.0.txt
> Bundle-ManifestVersion = 2
> Bundle-Name = Apache ServiceMix :: Bundles :: compiler
> Bundle-SymbolicName = org.apache.servicemix.bundles.mustache-compiler
> Bundle-Vendor = The Apache Software Foundation
> Bundle-Version = 0.8.18.1
> Export-Package =
> 	com.github.mustachejava.functions;uses:="com.google.common.base,com.github.mustachejava";version=0.8.18,
> 	com.github.mustachejava.reflect.guards;
> 		uses:="com.github.mustachejava.reflect,
> 			com.github.mustachejava.util,
> 			com.github.mustachejava";
> 		version=0.8.18,
> 	com.github.mustachejava.reflect;
> 		uses:="com.github.mustachejava,
> 			com.github.mustachejava.util,
> 			com.github.mustachejava.codes,
> 			com.github.mustachejava.reflect.guards";
> 		version=0.8.18,
> 	com.github.mustachejava.util;uses:="com.github.mustachejava,com.github.mustachejava.codes";version=0.8.18,
> 	com.github.mustachejava.jruby;
> 		uses:="org.jruby,
> 			com.github.mustachejava,
> 			org.jruby.embed,
> 			com.github.mustachejava.util,
> 			com.github.mustachejava.reflect";
> 		version=0.8.18,
> 	com.github.mustachejava;
> 		uses:="com.github.mustachejava.util,
> 			com.google.common.cache,
> 			com.google.common.util.concurrent,
> 			com.github.mustachejava.reflect,
> 			com.google.common.io,
> 			com.github.mustachejava.resolver,
> 			com.github.mustachejava.codes,
> 			com.google.common.base";
> 		version=0.8.18,
> 	com.github.mustachejava.resolver;uses:="com.github.mustachejava,com.google.common.base";version=0.8.18,
> 	com.github.mustachejava.codes;uses:="com.github.mustachejava.util,com.github.mustachejava,com.google.common.base";version=0.8.18
> Import-Package =
> 	com.google.common.base;version="[13.0,17.0)",
> 	com.google.common.cache;version="[13.0,17.0)",
> 	com.google.common.io;version="[13.0,17.0)",
> 	com.google.common.util.concurrent;version="[13.0,17.0)",
> 	com.twitter.util;resolution:=optional,
> 	org.jruby;resolution:=optional,
> 	org.jruby.embed;resolution:=optional
> {code}



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