On Fri, Jan 3, 2014 at 3:50 PM, Carsten Ziegeler <cziege...@apache.org> wrote: > ...I'm wondering if we still need the FeatureProvider? A Feature could be an > OSGi service by itself....
I agree, Feature then just needs a boolean isEnabled(ProviderContext context) method. The downside is that you then need one Feature service per feature, but a component can also register multiple Feature services if needed to make configurations/setup simpler. -Bertrand