Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
3.6.2
-
None
-
None
-
None
Description
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