You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/02/17 19:30:46 UTC

[felix-dev] 01/02: Update change log for 2.1.26

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

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

commit bf03b9d8427994daf25287210e5e67d6f6be3d76
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Feb 17 10:44:57 2021 -0600

    Update change log for 2.1.26
    
    Also add missing sections for previous releases
---
 scr/changelog.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/scr/changelog.txt b/scr/changelog.txt
index 7b64209..26f9371 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -1,3 +1,31 @@
+Changes in 2.1.26
+-----------------
+** Bug
+    * [FELIX-6352] - SCR should protect against unregistered IllegalStateException for its ConfigurationListener registrations
+    * [FELIX-6361] - IllegalArgumentException possible from LoggerFactory.getLogger(Bundle, String, Class<L>)
+    * [FELIX-6353] - Constructor injection: activation with optional reference fails if service not available
+    * [FELIX-6351] - EventDispatcher: Error during dispatch. (java.lang.IllegalStateException: Service already unregistered.)
+    * [FELIX-6349] - Possible NullPointerException on modified event in DependencyManager
+
+Changes in 2.1.24
+-----------------
+** Bug
+    * [FELIX-6327] - NoSuchElementException can occur with SingleDynamicCustomizer when services are removed
+    * [FELIX-6315] - Factory components are eagerly deactivated
+    * [FELIX-6325] - OSGi log package is mandatory but imported as optional
+
+Changes in 2.1.22
+-----------------
+** Bug
+    * [FELIX-6314] - NullPointerException in SingleComponentManager.disposeImplementationObject
+    * [FELIX-6108] - SCR activation log-messages cannot be disabled with R7 LogService
+    * [FELIX-6274] - Potential Class Space problems with multiple Log Service APIs
+    * [FELIX-6317] - dynamic greedy optional/mandatory references can get wrong service ranking
+    * [FELIX-6161] - SCR: Method of resolving references limits Service ListenerHook implementations
+** Improvement
+    * [FELIX-6307] - SCR logging uses null name for logger in LogServiceEnabledLogger.getLogger()
+    * [FELIX-6293] - Apache Felix SCR Logging
+
 Changes in 2.1.20
 -----------------
 ** Bug