[
https://issues.apache.org/jira/browse/ARIES-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cristiano Gavião updated ARIES-1417:
------------------------------------
Description:
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}
was:
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:
Provide-Capability: osgi.implementation;
osgi.implementation="osgi.subsystem";
version:Version="1.1";
uses:="org.osgi.service.subsystem"
*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:
Provide-Capability: osgi.service;
objectClass:List<String>="org.osgi.service.subsystem.Subsystem";
uses:="org.osgi.service.subsystem"
> 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
> Reporter: Cristiano Gavião
>
> 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)