You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2011/01/27 09:59:43 UTC

[jira] Resolved: (KARAF-417) Move extractNameVersionType() method into Karaf utils

     [ https://issues.apache.org/jira/browse/KARAF-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved KARAF-417.
-----------------------------------

    Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
	M	deployer/blueprint/pom.xml
	M	deployer/blueprint/src/main/java/org/apache/karaf/deployer/blueprint/BlueprintTransformer.java
	M	deployer/blueprint/src/test/java/org/apache/karaf/deployer/blueprint/BlueprintDeploymentListenerTest.java
	M	deployer/features/pom.xml
	M	deployer/features/src/main/java/org/apache/karaf/deployer/features/FeatureTransformer.java
	M	deployer/spring/pom.xml
	M	deployer/spring/src/main/java/org/apache/karaf/deployer/spring/SpringTransformer.java
	M	deployer/spring/src/test/java/org/apache/karaf/deployer/spring/SpringDeploymentListenerTest.java
	A	util/src/main/java/org/apache/karaf/util/DeployerUtils.java
	A	util/src/test/java/org/apache/karaf/util/DeployerUtilsTest.java
Committed r1064037


> 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é
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.0
>
>
> Currently, the Spring, Blueprint and Feature deployers define a extractNameVersionType() method in each transformer.
> For maintenance reason and reuse of code, it's better to centralized this method into the Karaf utils bundle.
> I'm gonna create a DeployerUtils class in Karaf utils bundle and move this method into.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.