David Bosschaert created FELIX-5066:
---------------------------------------
Summary: 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
Fix For: bundlerepository-2.0.8
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.4#6332)