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

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


The following commit(s) were added to refs/heads/main by this push:
     new 237daf64fd Update changelog metadata
237daf64fd is described below

commit 237daf64fd0ddaa0dd0fd2ff9af957f095923006
Author: Matt Sicker <[email protected]>
AuthorDate: Fri Dec 1 16:17:23 2023 -0600

    Update changelog metadata
---
 src/changelog/.3.x.x/LOG4J2-2653_migrate_to_junit_5.xml      | 2 +-
 src/changelog/.3.x.x/LOG4J2-3511_update_pom_to_use_bom.xml   | 2 +-
 src/changelog/.3.x.x/add_dependency_injection_to_plugins.xml | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changelog/.3.x.x/LOG4J2-2653_migrate_to_junit_5.xml 
b/src/changelog/.3.x.x/LOG4J2-2653_migrate_to_junit_5.xml
index 13ba46d9d9..09ff2c16aa 100644
--- a/src/changelog/.3.x.x/LOG4J2-2653_migrate_to_junit_5.xml
+++ b/src/changelog/.3.x.x/LOG4J2-2653_migrate_to_junit_5.xml
@@ -18,7 +18,7 @@
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns="http://logging.apache.org/log4j/changelog";
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
-       type="added">
+       type="changed">
   <issue id="LOG4J2-2653" 
link="https://issues.apache.org/jira/browse/LOG4J2-2653"/>
   <author id="mattsicker"/>
   <description format="asciidoc">Migrate most tests to JUnit 5. This includes 
a more powerful set of test extensions.</description>
diff --git a/src/changelog/.3.x.x/LOG4J2-3511_update_pom_to_use_bom.xml 
b/src/changelog/.3.x.x/LOG4J2-3511_update_pom_to_use_bom.xml
index f4b52afa12..4c27bfa773 100644
--- a/src/changelog/.3.x.x/LOG4J2-3511_update_pom_to_use_bom.xml
+++ b/src/changelog/.3.x.x/LOG4J2-3511_update_pom_to_use_bom.xml
@@ -18,7 +18,7 @@
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns="http://logging.apache.org/log4j/changelog";
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
-       type="added">
+       type="changed">
   <issue id="LOG4J2-3511" 
link="https://issues.apache.org/jira/browse/LOG4J2-3511"/>
   <author id="vy"/>
   <description format="asciidoc">Make Log4j use its own BOM.</description>
diff --git a/src/changelog/.3.x.x/add_dependency_injection_to_plugins.xml 
b/src/changelog/.3.x.x/add_dependency_injection_to_plugins.xml
index 352a0cd782..94ab3c49eb 100644
--- a/src/changelog/.3.x.x/add_dependency_injection_to_plugins.xml
+++ b/src/changelog/.3.x.x/add_dependency_injection_to_plugins.xml
@@ -19,6 +19,7 @@
        xmlns="http://logging.apache.org/log4j/changelog";
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="added">
+  <issue id="LOG4J2-3474" 
link="https://issues.apache.org/jira/browse/LOG4J2-3474"/>
   <author id="mattsicker"/>
   <description format="asciidoc">Add a more generalized dependency injection 
system to plugins inspired by JSR 330.</description>
 </entry>

Reply via email to