Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFD2718133 for ; Tue, 11 Aug 2015 05:10:10 +0000 (UTC) Received: (qmail 29337 invoked by uid 500); 11 Aug 2015 05:09:55 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 29282 invoked by uid 500); 11 Aug 2015 05:09:54 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 29215 invoked by uid 99); 11 Aug 2015 05:09:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2015 05:09:54 +0000 Date: Tue, 11 Aug 2015 05:09:54 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FELIX-4412) Add Provide-Capability for declarative services bundle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed FELIX-4412. ----------------------------------- > Add Provide-Capability for declarative services bundle > ------------------------------------------------------ > > Key: FELIX-4412 > URL: https://issues.apache.org/jira/browse/FELIX-4412 > Project: Felix > Issue Type: Bug > Components: Declarative Services (SCR), Specification compliance > Affects Versions: scr-1.8.0 > Reporter: Alex Blewitt > Assignee: David Jencks > Priority: Minor > Fix For: scr-2.0.0 > > > To allow bundles to declare that they need declarative services, a Provide-Capability should be defined on the DS bundle such that clients can depend on it, for example: > Provide-Capability: osgi.extender;osgi.extender="osgi.service.component";version:=1.1.0 > This would allow clients to require that there be a Declarative Services bundle without actually declaring a package dependency: > Require-Capability: osgi.extender;filter:="(&(osgi.extender=osgi.service.component")(version>1.0.0))" > The name of the declarative services component isn't well defined but osgi.service.component or osgi.declarative.services might be used. -- This message was sent by Atlassian JIRA (v6.3.4#6332)