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
The following commit(s) were added to refs/heads/master by this push:
new ef9380137e Add change log for 2.2.8
ef9380137e is described below
commit ef9380137e76467ea957e4feba2b5dd9bd2ae888
Author: Thomas Watson <[email protected]>
AuthorDate: Thu Jan 18 09:54:40 2024 -0600
Add change log for 2.2.8
---
scr/changelog.txt | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/scr/changelog.txt b/scr/changelog.txt
index a9c23f153e..fee0dfee97 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -1,3 +1,12 @@
+Changes in 2.2.8
+** Improvement
+ * [FELIX-6463] Changing log levels for DS component getState and
registration
+
+** Bug
+ * [FELIX-6616] Dynamic greedy 1..1 references may activate with no
reference service bound
+ * [FELIX-6633] Dynamic references may miss events while causing
deactivation
+ * [FELIX-6682] Felix SCR - 3 TestCases fail in OSGi TCK
+
Changes in 2.2.6
-----------------
** Bug