Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 19181 invoked from network); 31 Jul 2009 15:08:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 15:08:39 -0000 Received: (qmail 89413 invoked by uid 500); 31 Jul 2009 15:08:39 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 89348 invoked by uid 500); 31 Jul 2009 15:08:39 -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 89338 invoked by uid 99); 31 Jul 2009 15:08:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 15:08:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 15:08:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5686E234C04C for ; Fri, 31 Jul 2009 08:08:15 -0700 (PDT) Message-ID: <578291583.1249052895353.JavaMail.jira@brutus> Date: Fri, 31 Jul 2009 08:08:15 -0700 (PDT) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-1313) Declarative Services bundle should not export Configuration Admin package In-Reply-To: <1055414832.1247142914906.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-1313: ------------------------------------- Fix Version/s: (was: scr-1.0.10) Retargeting fixes for SCR 1.2.0 release. There will be no 1.0.10 release. > Declarative Services bundle should not export Configuration Admin package > ------------------------------------------------------------------------- > > Key: FELIX-1313 > URL: https://issues.apache.org/jira/browse/FELIX-1313 > Project: Felix > Issue Type: Improvement > Components: Declarative Services (SCR) > Affects Versions: scr-1.0.8 > Reporter: Felix Meschberger > Assignee: Felix Meschberger > Fix For: scr-1.2.0 > > > Currently the Declarative Services bundle exports the Configuration Admin packge org.osgi.service.cm besides the SCR package org.osgi.service.component. This may collide with the export of the actual configuration admin implementation and result in inconsistent class spaces. > Since SCR does not require configuration admin, it would be better to optionally import the package and just ignore configuration admin functionality if the import is not resolved. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.