You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2017/04/20 11:27:04 UTC

[jira] [Resolved] (FELIX-5066) BundleRepository should provide osgi.service and osgi.implementation capabilities

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

David Bosschaert resolved FELIX-5066.
-------------------------------------
    Resolution: Fixed

Fixed in https://svn.apache.org/viewvc?view=revision&revision=1792041

> BundleRepository should provide osgi.service and osgi.implementation capabilities
> ---------------------------------------------------------------------------------
>
>                 Key: FELIX-5066
>                 URL: https://issues.apache.org/jira/browse/FELIX-5066
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: bundlerepository-2.0.6
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: bundlerepository-2.0.10
>
>
> The OSGi repository spec defines capabilities that a bundlerepository implementation should provide. They are:
> {code}Provide-Capability: osgi.implementation;
>   osgi.implementation="osgi.repository";
>   uses:="org.osgi.service.repository";
>   version:Version="1.1"
> {code} and 
> {code}Provide-Capability: osgi.service;
>   objectClass:List<String>="org.osgi.service.repository.Repository";
>   uses:="org.osgi.service.repository"{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)