You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by amarkevich <gi...@git.apache.org> on 2018/09/27 13:35:46 UTC

[GitHub] felix pull request #157: [configadmin] use BlockingQueue instead of synchron...

GitHub user amarkevich opened a pull request:

    https://github.com/apache/felix/pull/157

    [configadmin] use BlockingQueue instead of synchronized in UpdateThread

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/amarkevich/felix trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/157.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 #157
    
----
commit 09804a04eaa0717995b36c7829ad19d701445632
Author: amarkevich <am...@...>
Date:   2018-09-27T13:35:15Z

    [configadmin] use BlockingQueue instead of synchronized in UpdateThread

----


---