GitHub user lefou opened a pull request:
https://github.com/apache/felix/pull/178
Added PojoServiceRegistry.registerBundle method
Added support to not automatically start scanned bundles. That way, one can
selectively start (and stop) bundles.
I also added a new config value to disable auto-starting all bundles when
using the Factory with auto-scanning.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lefou/felix pojosr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/178.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #178
----
commit dc41c44c98b3637209a3e1329909cda86178d348
Author: Tobias Roeser <le.petit.fou@...>
Date: 2019-01-29T16:47:13Z
Added PojoServiceRegistry.registerBundle method
Added support to not automatically start scanned bundles.
----
---