Chris Nauroth created ZOOKEEPER-2242:
----------------------------------------
Summary: ZooKeeper OSGi bundle is missing package import for
org.ietf.jgss.
Key: ZOOKEEPER-2242
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2242
Project: ZooKeeper
Issue Type: Bug
Components: build
Reporter: Chris Nauroth
The ZooKeeper build injects OSGi headers into the manifest, but the
{{Import-Package}} header does not include {{org.ietf.jgss}}, which is used by
the ZooKeeper code. For applications using ZooKeeper inside an OSGi container,
this can cause {{ClassNotFoundException}} unless the application adds the
missing import to its own OSGi bundle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)