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 24896bd5c6 Update change log for next release of SCR
24896bd5c6 is described below
commit 24896bd5c6cd027f9ff9825599439a5027b78f5b
Author: Thomas Watson <[email protected]>
AuthorDate: Wed Aug 20 09:55:12 2025 -0500
Update change log for next release of SCR
---
scr/changelog.txt | 12 ++++++++++++
scr/pom.xml | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/scr/changelog.txt b/scr/changelog.txt
index 38ef787791..73db2e4606 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -1,3 +1,15 @@
+Changes in 2.2.14
+-----------------
+** PRs
+ * #383 Do not print an error when a wildcard is used in component header
+ * #359 felix.scr - Fix printing of array of primitive types.
+ * #438 Enable conditional command registration.
+ * #437 Use globalContext for commands if configured
+
+** Bug
+ * [FELIX-6726] One reference can be unset more then once and will cause
IllegalArgumentExceptionin Framework
+ * [FELIX-6778] Reduce number of re-creation(s) of SCR Component Registry
thread
+
Changes in 2.2.12
-----------------
** Bug
diff --git a/scr/pom.xml b/scr/pom.xml
index 50633a9a17..3595f17f45 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -30,7 +30,7 @@
Implementation of the Declarative Services specification 1.5
</description>
<artifactId>org.apache.felix.scr</artifactId>
- <version>2.2.13-SNAPSHOT</version>
+ <version>2.2.13</version>
<scm>
<connection>scm:git:ssh://[email protected]/apache/felix-dev.git</connection>
<developerConnection>scm:git:ssh://[email protected]/apache/felix-dev.git</developerConnection>