Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-2106

Memory leak in SPI-Fly when bundle is unloaded.

    XMLWordPrintableJSON

Details

    Description

      On unloading a bundle from the Felix framework, SPI-Fly correctly removes the WeavingData, but forgets also to remove the consumer restrictions:

      org.apache.aries.spifly.BaseActivator
      public void removeWeavingData(Bundle bundle) {
           bundleWeavingData.remove(bundle);
      +    consumerRestrictions.remove(bundle);
      }

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            chrisr3 Chris Rankin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: