Description
Felix Connect OSGi support currently scans the whole classpath to find out which all bundles to be started. In Application server deployment this may pickup jars from parent classloader which might have OSGi headers and there activators might get invoked. This might lead to undesired effects.
Instead the ClasspathScanner supports a filter to allow selecting which all bundles should be selected from a given scan. OakOSGiRepositoryFactory should allow specifying of this filter in parameters map