]
Brett Meyer updated ISPN-3923:
------------------------------
Git Pull Request:
Added pull request for 5.2.x. Note that ISPN 6 and 7 do *not* need this fix -- all
manifests are already corrected there using explicit imports/exports.
Infinispan bundle resolution fails
----------------------------------
Key: ISPN-3923
URL:
https://issues.jboss.org/browse/ISPN-3923
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 5.2.8.Final, 6.0.0.Final
Environment: Eclipse Virgo
Reporter: Mathilde Ffrench
Assignee: Brett Meyer
Priority: Trivial
Labels: osgi
In bundle infinispan-commons-6.0.0.Final, the MANIFEST file contains sun.misc import.
This package is a system package which is in the boot delegation package list and
consequently should not be imported by bundles as it is managed by JVM boot classloader
(
http://wiki.osgi.org/wiki/Boot_Delegation) ...
I guess that sun.misc is also a bootdelegated package in many other OSGI container like
Apache Felix so the sun.misc package should be remove from import list.