Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-1851

inconsistent FeaturesNamespaces versions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • karaf
    • None

    Description

      should this be same version number 1.2.0?

      String URI_CURRENT = URI_1_2_0;
      QName FEATURES_CURRENT = FEATURES_1_1_0;

      ################################################

      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;
      
      }
      

      Attachments

        1. 0001-KARAF-1851-Fixes-for-features-v1.2.0.patch
          5 kB
          Timo Naroska
        2. 0001-KARAF-1851.patch.txt
          3 kB
          Andrei Pozolotin

        Activity

          People

            iocanel Ioannis Canellos
            andrei.pozolotin Andrei Pozolotin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: