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:45 UTC

[felix-dev] branch master updated (22bc647 -> 67fae3d)

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 22bc647  [maven-release-plugin] prepare for next development iteration
     new bf03b9d  Update change log for 2.1.26
     new 67fae3d  [maven-release-plugin] prepare release org.apache.felix.scr-2.1.26

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 | 28 ++++++++++++++++++++++++++++
 scr/pom.xml       |  4 ++--
 2 files changed, 30 insertions(+), 2 deletions(-)


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

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 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


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

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 67fae3d26734032748916686bf65f8afd9ca1f81
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Feb 17 13:30:34 2021 -0600

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

diff --git a/scr/pom.xml b/scr/pom.xml
index c4cff2d..5909c57 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -30,12 +30,12 @@
         Implementation of the Declarative Services specification 1.4
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>2.1.25-SNAPSHOT</version>
+    <version>2.1.26</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.1.26</tag>
   </scm>
     
     <!--