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

Ioannis Canellos resolved KARAF-1851.
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2.11)
                       (was: 2.4.0)
                       (was: 2.3.1)
    
> 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
>             Fix For: 3.0.0
>
>         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

Reply via email to