spray icon indicating copy to clipboard operation
spray copied to clipboard

sun.misc import package in spray bundles

Open atooni opened this issue 10 years ago • 1 comments

Hello,

I am trying to use the spray framework within an OSGi application and have come across an issue with the import definition of the sun.misc package in spray-util-1.3.1.jar. I have also noted that the very same package appears in the exported packages.

The same problem also occurs in spray-can-1.3.1.

From my understanding that package should neither be exported or imported from spray-util. In fact, I have extracted the jar files and changed the MANIFEST.MF by removing the import and export for sun.misc.

Best regards Andreas

atooni avatar Apr 14 '14 13:04 atooni

We have zero experience whatsoever with OSGi and therefore would need very detailed instructions regarding a fix of this problem, ideally a PR. For example: what exactly do you mean by "the import definition of the sun.misc package in spray-util-1.3.1.jar"?

sirthias avatar Oct 06 '14 09:10 sirthias