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 2020/04/09 12:10:40 UTC

[felix-dev] branch master updated: Update changelog

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ab524d  Update changelog
2ab524d is described below

commit 2ab524d46de01e619e67c422d8e53d6a6801ce1f
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Apr 9 14:10:04 2020 +0200

    Update changelog
---
 scr/changelog.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scr/changelog.txt b/scr/changelog.txt
index 51d8678..dcf9722 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -3,8 +3,14 @@ Changes in 2.1.18
 ** Bug
     * [FELIX-6096] - SCR fails if the Java Runtime Environment does not support permissions
     * [FELIX-6206] - NPE in ComponentRegistry.getComponentHolders()
+    * [FELIX-6251] - Possible NullPointerException when DependencyManager.m_tracker is null
+    * [FELIX-6252] - Deadlock in SCR ComponentRegistry updateChangeCount
 ** Improvement
     * [FELIX-6107] - Logging Passwords when invoking activate Method
+    * [FELIX-6215] - Cannot run scr unit tests on Java 11
+    * [FELIX-6218] - Replace kxml2 with standard SAX XML parser
+    * [FELIX-6220] - Refactor injection implementation
+    * [FELIX-6241] - IllegalStateException can be thrown from listener if BundleContext is invalid
 
 Changes in 2.1.16
 -----------------