You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "John Ross (JIRA)" <ji...@apache.org> on 2016/02/23 21:50:18 UTC

[jira] [Resolved] (ARIES-1417) Aries Subsystems implementation bundle must provide official capabilities

     [ https://issues.apache.org/jira/browse/ARIES-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Ross resolved ARIES-1417.
------------------------------
    Resolution: Fixed
      Assignee: John Ross

> Aries Subsystems implementation bundle must provide official capabilities
> -------------------------------------------------------------------------
>
>                 Key: ARIES-1417
>                 URL: https://issues.apache.org/jira/browse/ARIES-1417
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>    Affects Versions: subsystem-2.0.6, subsystem-2.0.8
>            Reporter: Cristiano GaviĆ£o
>            Assignee: John Ross
>
> Compendium v6.0.0 states in 134.19 - Capabilities:
> * A capability in the osgi.implementation namespace declaring the implemented specification to be osgi.subsystem. This capability must also declare a uses constraint for the org.osgi.service.subsystem package. For example:
> {code}
>     Provide-Capability: osgi.implementation;
>     osgi.implementation="osgi.subsystem";
>     version:Version="1.1";
>     uses:="org.osgi.service.subsystem"
> {code}
> *This capability must follow the rules defined for the osgi.implementation Namespace on page 997.
> * A capability in the osgi.service namespace representing the Subsystem service. This capability
> must also declare a uses constraint for the org.osgi.service.subsystem package. For example:
> {code}
>     Provide-Capability: osgi.service;
>     objectClass:List<String>="org.osgi.service.subsystem.Subsystem";
>     uses:="org.osgi.service.subsystem"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)