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 2023/01/18 16:48:39 UTC

[felix-dev] branch master updated (af67d22497 -> 8d195f9d13)

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

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


    from af67d22497 Update to latest http jetty snapshot
     new e283e192fe Update change log for release
     new 8d195f9d13 [maven-release-plugin] prepare release org.apache.felix.scr-2.2.6

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 scr/changelog.txt | 10 ++++++++++
 scr/pom.xml       |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)


[felix-dev] 02/02: [maven-release-plugin] prepare release org.apache.felix.scr-2.2.6

Posted by tj...@apache.org.
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 8d195f9d13486617c394a96f2ef1de1faab00dfe
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Jan 18 10:31:55 2023 -0600

    [maven-release-plugin] prepare release org.apache.felix.scr-2.2.6
---
 scr/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scr/pom.xml b/scr/pom.xml
index 104f72236c..655ac9d7a2 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -30,12 +30,12 @@
         Implementation of the Declarative Services specification 1.5
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>2.2.5-SNAPSHOT</version>
+    <version>2.2.6</version>
     <scm>
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.felix.scr-2.2.6</tag>
   </scm>
 
     <!--


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

Posted by tj...@apache.org.
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 e283e192fe210c451aaea4ce6414458d847ce37f
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Jan 18 08:55:02 2023 -0600

    Update change log for release
---
 scr/changelog.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/scr/changelog.txt b/scr/changelog.txt
index 541d41a33b..a9c23f153e 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -1,3 +1,13 @@
+Changes in 2.2.6
+-----------------
+** Bug
+    * [FELIX-6581] - use system context to clean up logger domains
+
+Changes in 2.2.4
+-----------------
+** Bug
+    * [FELIX-6564] Fixed NPE while retrieving component descriptions from SCR
+
 Changes in 2.2.2
 -----------------
 ** Improvement