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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 4bc365d  LOG4J2-3175 Fix `changes.xml`.
4bc365d is described below

commit 4bc365db247618da5f911b2a4e725623923953d3
Author: Volkan Yazici <[email protected]>
AuthorDate: Mon Oct 18 18:57:49 2021 +0200

    LOG4J2-3175 Fix `changes.xml`.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 57a0d38..e4657ed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,9 @@
         Improve PatternLayout performance by reducing unnecessary indirection 
and branching.
       </action>
       <!-- FIXES -->
+      <action issue="LOG4J2-3175" dev="vy" type="fix" due-to="wuqian0808">
+        Avoid KafkaManager override when topics differ.
+      </action>
       <action issue="LOG4J2-3160" dev="vy" type="fix" due-to="Lars Bohl">
         Fix documentation on how to toggle log4j2.debug system property.
       </action>
@@ -5453,9 +5456,6 @@
         Make sure all application facing log methods use their own FQCN. This 
patch
         resolves a unit test failure for the %C pattern when using the 
Category logger.
       </action>
-      <action issue="LOG4J2-2978" dev="vy" type="fix" due-to="wuqian0808">
-        Avoid KafkaManager override when topics differ.
-      </action>
     </release>
   </body>
 </document>

Reply via email to