[
https://issues.apache.org/jira/browse/CURATOR-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290687#comment-16290687
]
ASF GitHub Bot commented on CURATOR-445:
----------------------------------------
GitHub user kghost opened a pull request:
https://github.com/apache/curator/pull/246
Detect ZooKeeper 3.5.x under OSGi
Fix: CURATOR-445
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kghost/curator CURATOR-445
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/246.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #246
----
commit 477438ab129da3d53ef9974ff0a088a63f3b8647
Author: Zang MingJie <[email protected]>
Date: 2017-12-14T10:27:36Z
Detect ZooKeeper 3.5.x under OSGi
Fix: CURATOR-445
----
> Curator failed to detect ZooKeeper 3.5.x under OSGi
> ---------------------------------------------------
>
> Key: CURATOR-445
> URL: https://issues.apache.org/jira/browse/CURATOR-445
> Project: Apache Curator
> Issue Type: Bug
> Components: Framework
> Affects Versions: 4.0.0
> Reporter: zealot
>
> Curator detect ZooKeeper 3.5.x using
> Class.forName("org.apache.zookeeper.admin.ZooKeeperAdmin")
> DynamicImport-Package is required to use import class by string under OSGi.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)