Issue Details (XML | Word | Printable)

Key: OSGI-95
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Costin Leau
Reporter: Costin Leau
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring OSGi

faster manifest creation

Created: 16/Mar/07 12:26 PM   Updated: 20/Mar/07 02:58 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0 M1

Time Tracking:
Not Specified


 Description  « Hide
At the moment the manifest creation relies on the packages exported by the bundles installed on the OSGi platform. This can be inefficient especially if the test doesn't actually uses all the classes or the bundles themselves (they are dependencies).
A faster and more efficient way would be to use a bytecode library (i.e. ASM) to inspect the import packages for the running test and use only these.
There will be no versioning information but that's okay since it's a test environment and it's likely only version of a certain package will be present - if more are required, then there is always the static manifest creation.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Costin Leau added a comment - 20/Mar/07 02:58 PM
fixed in 6409