Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
spifly-1.3.6
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);
}