Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi bundle exports a conflicting package #6

Open
yrashk opened this issue Nov 21, 2016 · 1 comment
Open

OSGi bundle exports a conflicting package #6

yrashk opened this issue Nov 21, 2016 · 1 comment

Comments

@yrashk
Copy link

yrashk commented Nov 21, 2016

net.n3.nanoxml is already exported by nanoxml bundle. Overlapping packages like this doesn't work in OSGi. I understand the motivation behind this workaround, but it prevents OSGi users from using the library (amongst other things).

@stoicflame
Copy link
Owner

Thanks for the report.

A few other alternatives I can think of:

  1. Get the NanoXML developers to cut a release with net.n3.nanoxml.CDATAReader, net.n3.nanoxml.ContentReader, and ``net.n3.nanoxml.XMLUtilBackdoor as protected instead of package-private.
  2. Repackage the entire NanoXML library into ofx4j.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants