Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 54155 invoked from network); 25 Jan 2011 16:05:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 16:05:09 -0000 Received: (qmail 4912 invoked by uid 500); 25 Jan 2011 16:05:09 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 4725 invoked by uid 500); 25 Jan 2011 16:05:08 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 4528 invoked by uid 99); 25 Jan 2011 16:05:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 16:05:08 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 16:05:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0PG4iVk009554 for ; Tue, 25 Jan 2011 16:04:44 GMT Message-ID: <2774301.190601295971484684.JavaMail.jira@thor> Date: Tue, 25 Jan 2011 11:04:44 -0500 (EST) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Subject: [jira] Created: (KARAF-417) Move extractNameVersionType() method into Karaf utils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Move extractNameVersionType() method into Karaf utils ----------------------------------------------------- Key: KARAF-417 URL: https://issues.apache.org/jira/browse/KARAF-417 Project: Karaf Issue Type: Improvement Affects Versions: 2.1.3 Reporter: Jean-Baptiste Onofr=C3=A9 Assignee: Jean-Baptiste Onofr=C3=A9 Fix For: 2.2.0 Currently, the Spring, Blueprint and Feature deployers define a extractName= VersionType() method in each transformer. For maintenance reason and reuse of code, it's better to centralized this m= ethod into the Karaf utils bundle. I'm gonna create a DeployerUtils class in Karaf utils bundle and move this = method into. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.