Use headers when resolving dependencies for BundleStateMBean
------------------------------------------------------------
Key: ARIES-113
URL: https://issues.apache.org/jira/browse/ARIES-113
Project: Aries
Issue Type: Improvement
Components: JMX
Affects Versions: Incubation
Reporter: Alan Keane
Assignee: Alan Keane
Priority: Minor
Fix For: Incubation
The BundleStateMBean #getImportedPackages(long bundleId) &
#getRequiredBundles(long) methods resolve dependencies using iteration over all
bundles in the framework.
The performance of these methods can be improved by first checking the manifest
headers and using these values for PackageAdmin queries.
(Note: Bundles using DynamicImport still require full iteration)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.