Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 59033 invoked from network); 26 Feb 2010 17:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2010 17:03:49 -0000 Received: (qmail 37618 invoked by uid 500); 26 Feb 2010 17:03:48 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 37480 invoked by uid 500); 26 Feb 2010 17:03:48 -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 37460 invoked by uid 99); 26 Feb 2010 17:03:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 17:03:48 +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, 26 Feb 2010 17:03:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BF4F29A0024 for ; Fri, 26 Feb 2010 09:03:28 -0800 (PST) Message-ID: <904696240.558401267203808178.JavaMail.jira@brutus.apache.org> Date: Fri, 26 Feb 2010 17:03:28 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: dev@felix.apache.org Subject: [jira] Commented: (FELIX-2139) Move extensions to a new api into the bundlerepository module as to not pollute the org.osgi.* package In-Reply-To: <1450252852.535011267129947937.JavaMail.jira@brutus.apache.org> 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-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838935#action_12838935 ] Guillaume Nodet commented on FELIX-2139: ---------------------------------------- http://svn.apache.org/viewcvs?view=rev&rev=916503 The approach i've taken for that is to actually redefine the whole api in a new package and provide a layer to still implement the old api if available. This allows to have a clean api and have more freedom in case more changes are needed. > Move extensions to a new api into the bundlerepository module as to not pollute the org.osgi.* package > ------------------------------------------------------------------------------------------------------ > > Key: FELIX-2139 > URL: https://issues.apache.org/jira/browse/FELIX-2139 > Project: Felix > Issue Type: Bug > Components: Bundle Repository (OBR) > Reporter: Guillaume Nodet > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.