[
https://issues.apache.org/jira/browse/FELIX-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600207#action_12600207
]
Dimitry Voytenko commented on FELIX-575:
----------------------------------------
I'm pretty sure it can be generated easily and probably is already available
handily in the framework. I assume "Bundle-ExecutionEnvironment" header is
already processed in bundle's manifest and it's no different from EE
requirements/capabilities.
Somewhat more interesting is the ability to provide your own
CapabilityProvider. It could be very useful for providing the capabilities that
are otherwise not defined in the bundle's manifest. Could you pls comment on
this?
> Support environment capabilities and CapabilityProvider
> -------------------------------------------------------
>
> Key: FELIX-575
> URL: https://issues.apache.org/jira/browse/FELIX-575
> Project: Felix
> Issue Type: Bug
> Components: Bundle Repository (OBR)
> Reporter: Dimitry Voytenko
>
> It looks like environment capabilities are not supported. I tested with the
> following example from OBR spec "5.9.7 Bundle-Execution Environment":
> <require optional='false' multiple='false' name="ee"
> filter="(|(ee=J2SE-1.4))"/>
> However, it doesn't look like Felix is currently using environment'
> capabilities to satisfy such requirements.
> Additionally, I could find how one could add such capabilities using
> CapabilityProvider as described by the spec as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.