ofx4j icon indicating copy to clipboard operation
ofx4j copied to clipboard

OSGi bundle exports a conflicting package

Open yrashk opened this issue 8 years ago • 1 comments

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).

yrashk avatar Nov 21 '16 02:11 yrashk

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.

stoicflame avatar Nov 22 '16 02:11 stoicflame