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

Reintroduce install and uninstall flag on FeaturesServiceImpl addRepository() and removeRepository() methods

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 4.0.0.M1, 4.0.0.M2, 4.0.0.M3, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5
    • None
    • karaf
    • None

    Description

      It could be considered as a regression as it works before but no more in Karaf 4.x:

      public void addRepository(URI uri, boolean install) throws Exception {
      if (install) {
      // TODO: implement
      throw new UnsupportedOperationException();
      }
      ...
      

      The same happens for removeRepository where the uninstall flag is simply ignored.

      Due to the introduction of the Features resolver in Karaf 4, we changed the implementation of these methods.

      Attachments

        Issue Links

          Activity

            People

              jbonofre Jean-Baptiste Onofré
              jbonofre Jean-Baptiste Onofré
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: