This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
DS: Allow conditions for a class being available to the classloader #48
Labels
publiccomment
Public comment
Sometimes DS implementations should only become active if certain classes can be loaded. Usually this is determined while the service is retrieved (i.e. BundleContext.getService() is being called). It would be beneficial to prevent the service registration altogether in that case (e.g. to allow a fallback implementation of the same service take its place).
The text was updated successfully, but these errors were encountered: