OSGi manifest needs work for ServiceLoader behavior #261
Labels
API (Both)
Impacts the client and server API
enhancement
Adding a new feature or improving an existing one
Milestone
ServiceLoader use is not a feature supported by OSGi.
On Eclipse Equinox, ServiceLoader support does not exist in any form.
On Apache Felix, ServiceLoader support exists, but as an optional extension.
The recommendations by Eclipse for projects that are both OSGi and using ServiceLoader is to declare that the jar uses a ServiceLoader and to set that support to optional.
Some documentation on all of this ...
The text was updated successfully, but these errors were encountered: