Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Embedding
-
Labels:None
-
Number of attachments :
Description
In an embedded scenario the JRuby runtime bundle needs to import the packages used by the executed (j)ruby code. As these packages could certainly not be specified at build time, adding the DynamicImport-Package: * directive to the OSGi manifest seems to be a proper solution. The following line can be added to jruby.bnd.template:
DynamicImport-Package: *
Issue Links
- is duplicated by
-
JRUBY-5414
Add DynamicImport-Package: * to the MANIFEST.MF file
-
Activity
Nick Sieger
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue is duplicated by JRUBY-5414 [ JRUBY-5414 ] |
Is there any down side to adding this? I don't know OSGi well.