Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
0.1-incubating
-
None
Description
Add Classloader aware ServiceContext, so
- for each classloader in a classloader hierarchy only the services are loaded that are corresponding the classloader.
- Cache references using a weak ref mechanism.
- ensure services are only loaded once
This enables context/classloader aware component loading in Java EE/OSGI runtimes.