[
https://issues.apache.org/jira/browse/FELIX-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728692#action_12728692
]
Richard S. Hall commented on FELIX-1193:
----------------------------------------
That just returns null on Sun's Java, doesn't it? Are you proposing to check to
see if this is non-null and if so use it, otherwise follow the approach here?
It seems like we won't be able to eliminate this workaround since it is still
possible that there is some platform that will return null for the class loader
you suggest (it is not clear what Android returns, for example) and not accept
null as a parent.
> Implement org.osgi.framework.bundle.parent from RFC 132
> -------------------------------------------------------
>
> Key: FELIX-1193
> URL: https://issues.apache.org/jira/browse/FELIX-1193
> Project: Felix
> Issue Type: New Feature
> Components: Framework, Specification compliance
> Affects Versions: felix-1.8.0
> Reporter: Richard S. Hall
> Assignee: Richard S. Hall
> Fix For: felix-2.0.0
>
>
> The new standard framework launching and embedding API introduced a property
> (org.osgi.framework.bundle.parent) to configure the class loader used for
> boot delegation. We should modify Felix to support this property.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.