Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4
-
None
Description
I have seen at least two more memory leaks in the Apache Aries stack:
- org.apache.aries.blueprint.utils.ReflectionUtils keeps a WeakHashMap of property descriptors that is not cleared out
- org.apache.aries.util.tracker.InternalRecursiveBundleTracker keeps a Set of BundleContext objects that is not cleared out due to a bug