Claus Ibsen created SM-2898:
-------------------------------

             Summary: 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


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)

Reply via email to