jira-importer commented on issue #523: URL: https://github.com/apache/curator/issues/523#issuecomment-2604690310
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=iocanel">iocanel</a>:</i> <p>I am attaching a patch which makes curator jars proper OSGi bundles.</p> <p>A known issue is that the bundle provided by Apache Zookeeper does not export package org.apache.zookeeper.common. So people will have to pick one of the few Zookeeper wrapper bundles, to get curator working inside OSGi. An alternative approach is to embeed that package inside the curator bundle.</p> <p>Since Curator is just using PathUtils from that package and there are just a few utility classes there, both embeding the package or hosting a PathUtils inside curator, is no biggie.</p> <p>I can go with whatever solution you prefer.</p> <p>If you'd be willing to host some pax-exam tests (used for OSGi testing), I'd be happy to provide some.</p> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org