You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by alexsuter <gi...@git.apache.org> on 2018/06/28 12:40:43 UTC

[GitHub] incubator-tamaya pull request #23: Add Bundle-ActivationPolicy: lazy

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 <al...@...>
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.

----


---

[GitHub] incubator-tamaya issue #23: Add Bundle-ActivationPolicy: lazy

Posted by alexsuter <gi...@git.apache.org>.
Github user alexsuter commented on the issue:

    https://github.com/apache/incubator-tamaya/pull/23
  
    I close this pull request. This has been fixed in the master branch.


---

[GitHub] incubator-tamaya pull request #23: Add Bundle-ActivationPolicy: lazy

Posted by alexsuter <gi...@git.apache.org>.
Github user alexsuter closed the pull request at:

    https://github.com/apache/incubator-tamaya/pull/23


---