You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/03/20 21:28:43 UTC

[logging-log4j2] branch master updated: Add changelog entries for LOG4J2-2803 stories

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aec4c9  Add changelog entries for LOG4J2-2803 stories
2aec4c9 is described below

commit 2aec4c900ca8f600fe88edf9b4588eccd120cd54
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sun Mar 20 16:28:31 2022 -0500

    Add changelog entries for LOG4J2-2803 stories
    
    Signed-off-by: Matt Sicker <ma...@apache.org>
---
 src/changes/changes.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fac3845..0fe10d7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,19 @@
          - "remove" - Removed
     -->
     <release version="3.0.0" date="2021-MM-DD" description="GA Release 3.0.0">
+      <action issue="LOG4J2-2854" dev="mattsicker" type="add">
+        Create standardized dependency injection API. This is supported in several plugin categories and other configurable
+        instances previously defined via system properties.
+      </action>
+      <action issue="LOG4J2-2852" dev="mattsicker" type="add">
+        Add scopes API for customizing plugin instance lifecycle.
+      </action>
+      <action issue="LOG4J2-2853" dev="mattsicker" type="add">
+        Add qualifier annotations for distinguishing instances of the same type.
+      </action>
+      <action issue="LOG4J2-1188" dev="mattsicker" type="add">
+        Allow plugins to be created through more flexible dependency injection patterns.
+      </action>
       <action issue="LOG4J2-3307" dev="rgoers" type="update">
         Move Scripting to its own module.
       </action>