You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2019/09/06 06:50:56 UTC

svn commit: r1866502 - /felix/trunk/configadmin/changelog.txt

Author: cziegeler
Date: Fri Sep  6 06:50:56 2019
New Revision: 1866502

URL: http://svn.apache.org/viewvc?rev=1866502&view=rev
Log:
FELIX-6177 :  Use BlockingQueue instead of synchronized in UpdateThread. Apply patch from Alexey Markevich
This closes #157

Modified:
    felix/trunk/configadmin/changelog.txt

Modified: felix/trunk/configadmin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin/changelog.txt?rev=1866502&r1=1866501&r2=1866502&view=diff
==============================================================================
--- felix/trunk/configadmin/changelog.txt (original)
+++ felix/trunk/configadmin/changelog.txt Fri Sep  6 06:50:56 2019
@@ -1,7 +1,7 @@
 Changes in 1.9.18
 -----------------
 ** Improvement
-    * [FELIX-6177] : Use BlockingQueue instead of synchronized in UpdateThread
+    * [FELIX-6177] : Use BlockingQueue instead of synchronized blocks in UpdateThread
 ** Bug
     * [FELIX-6162] : ConfigurationManager crashes on shutdown if PersistenceManager not yet available