Apache Felix has the concept of an "extension bundle". This seems to be a bundle that contributes to the system bundle. There is also a special URL "felix://extensions/" being registered for them.
When would I need to use extensions as opposed to regular bundles?
Are there examples of bundles that use this approach?
Is this a Felix-only feature or part of the OSGi spec?