You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Christian Beikov (Jira)" <ji...@apache.org> on 2021/06/28 12:21:00 UTC

[jira] [Created] (ZOOKEEPER-4330) Unable to run solrj in module path because zookeeper and zookeeper-jute export same packages

Christian Beikov created ZOOKEEPER-4330:
-------------------------------------------

             Summary: Unable to run solrj in module path because zookeeper and zookeeper-jute export same packages
                 Key: ZOOKEEPER-4330
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4330
             Project: ZooKeeper
          Issue Type: Bug
    Affects Versions: 3.6.2
            Reporter: Christian Beikov


I guess this affects all versions, but I just checked 3.6.2 and this is a problem. SolrJ depends on the zookeeper and zookeeper-jute artifacts which both export the packages:

 * {{org.apache.zookeeper.server.persistence}}
 * {{org.apache.zookeeper.server.quorum}}

It is not possible to run in module mode with this split package problem. The zookeeper-jute artifact should use different packages e.g. 

 * {{org.apache.zookeeper.jute.persistence}}
 * {{org.apache.zookeeper.jute.quorum}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)