Claus Ibsen created SMX4-1372:
---------------------------------

             Summary: OSGi bundle for elasticsearch is flawed
                 Key: SMX4-1372
                 URL: https://issues.apache.org/jira/browse/SMX4-1372
             Project: ServiceMix 4
          Issue Type: Task
            Reporter: Claus Ibsen


The new 0.20 bundle is flawed as it now has mandatory imports for Jackson 2

{code}
[WARNING] Failed to validate feature camel-elasticsearch
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.external.com.google.gdata.util.common.base
 (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.nodes (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.parser (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.scanner (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.emitter (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.util (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.events (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match com.fasterxml.jackson.dataformat.yaml 
(imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.tokens (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
[WARNING] No export found to match 
com.fasterxml.jackson.dataformat.yaml.snakeyaml.reader (imported by 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/0.20.2_1)
{code}

But elasticsearch 0.20 does not require jackson at all. Its pom.xml has no 
reference to jackson at all
http://search.maven.org/remotecontent?filepath=org/elasticsearch/elasticsearch/0.20.4/elasticsearch-0.20.4.pom

The SMX wrapped bundle for 0.19 did not have this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to