GitHub user alexsuter opened a pull request:
https://github.com/apache/incubator-tamaya/pull/23
Add Bundle-ActivationPolicy: lazy
In this case the bundle gets automatically started, when one of its class
get loaded.
So we don't have to start the bundle eagerly. It will be started
automatically when its needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alexsuter/incubator-tamaya patch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya/pull/23.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 #23
----
commit 6c5eba9d7e81d07eef79dedcb93b0042cb863d60
Author: Alex <alexander.suter@...>
Date: 2018-06-28T12:39:19Z
Add Bundle-ActivationPolicy: lazy
In this case the bundle gets automatically started, when one of its class
get loaded.
----
---