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/02/14 08:30:18 UTC

[jira] [Created] (SM-2869) Elasticsearch 2.x bundles requires defined import and private packages

Jean-Baptiste Onofré created SM-2869:
----------------------------------------

             Summary: Elasticsearch 2.x bundles requires defined import and private packages
                 Key: SM-2869
                 URL: https://issues.apache.org/jira/browse/SM-2869
             Project: ServiceMix
          Issue Type: Bug
          Components: bundles
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: bundles-2016.02


The current elasticsearch 2.x bundles don't work. They at least need:

{code}
        <servicemix.osgi.export.pkg>
            org.elasticsearch
        </servicemix.osgi.export.pkg>
        <servicemix.osgi.import.pkg>
            com.google.common.collect,
            com.fasterxml.jackson.core;version="[2.6,3)",
            com.fasterxml.jackson.dataformat.yaml,
            com.sun.jna;resolution:=optional,
            *;resolution:=optional
        </servicemix.osgi.import.pkg>
        <servicemix.osgi.private.pkg>
            org.joda.time*;-split-package:=merge-first,
            org.apache.lucene*;-split-package:=merge-first,
            org.tartarus.snowball*,
            org.apache.regexp,
            com.twitter.jsr166e,
            com.tdunning.math.stats,
            com.carrotsearch.hppc*,
            META-INF.*
        </servicemix.osgi.private.pkg>
{code}



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