-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
The manifest contains an error in the Import-package statement.
What it is : Import-Package: sun.misc,resolution:=optional
What should be: Import-Package: sun.misc;resolution:=optional
note the comma vs semicolon. It currently requires sun.misc, and optionally requests the default package, and OSGi blows up over it. I'd submit a PR, but I couldn't figure out where the manifest was getting generated.
Metadata
Metadata
Assignees
Labels
No labels