You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andrei Pozolotin (JIRA)" <ji...@apache.org> on 2013/01/29 18:53:13 UTC

[jira] [Commented] (KARAF-1851) inconsistent FeaturesNamespaces versions

    [ https://issues.apache.org/jira/browse/KARAF-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565587#comment-13565587 ] 

Andrei Pozolotin commented on KARAF-1851:
-----------------------------------------

JB, Ioannis: please review/merge
                
> inconsistent FeaturesNamespaces versions
> ----------------------------------------
>
>                 Key: KARAF-1851
>                 URL: https://issues.apache.org/jira/browse/KARAF-1851
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>            Reporter: Andrei Pozolotin
>            Assignee: Ioannis Canellos
>         Attachments: 0001-KARAF-1851.patch.txt
>
>
> should this be same version number 1.2.0? 
>     String URI_CURRENT = URI_1_2_0;
>     QName FEATURES_CURRENT = FEATURES_1_1_0;
> ################################################
> {code}
> public interface FeaturesNamespaces {
>     String URI_0_0_0 = "";
>     String URI_1_0_0 = "http://karaf.apache.org/xmlns/features/v1.0.0";
>     String URI_1_1_0 = "http://karaf.apache.org/xmlns/features/v1.1.0";
>     String URI_1_2_0 = "http://karaf.apache.org/xmlns/features/v1.2.0";
>     String URI_CURRENT = URI_1_2_0;
>     QName FEATURES_0_0_0 = new QName("features");
>     QName FEATURES_1_0_0 = new QName(URI_1_0_0, "features");
>     QName FEATURES_1_1_0 = new QName(URI_1_1_0, "features");
>     QName FEATURES_1_2_0 = new QName(URI_1_2_0, "features");
>     QName FEATURES_CURRENT = FEATURES_1_1_0;
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira