You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/03/12 12:34:14 UTC

[logging-log4j2] branch release-2.x updated: [LOG4J2-3040] Avoid ClassCastException in JeroMqManager with custom LoggerContextFactory #791

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

ggregory 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 9d3f836  [LOG4J2-3040] Avoid ClassCastException in JeroMqManager with custom LoggerContextFactory #791
9d3f836 is described below

commit 9d3f8364161cdbdea6ee41ba810b505c4a217b1a
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sat Mar 12 07:34:09 2022 -0500

    [LOG4J2-3040] Avoid ClassCastException in JeroMqManager with custom LoggerContextFactory #791
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b330742..655ffb9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,7 @@
          - "remove" - Removed
     -->
     <release version="2.17.3" date="2022-TBD" description="GA Release 2.18.0">
+      <!-- FIXES -->
       <action issue="LOG4J2-3424" dev="ckozak" type="fix">
         Properties defined in configuration using a value attribute (as opposed to element) are read correctly.
       </action>
@@ -57,6 +58,9 @@
       <action issue="LOG4J2-3418" dev="pkarwasz" type="fix">
         Fixes Spring Boot logging system registration in a multi-application environment.
       </action>
+      <action issue="LOG4J2-3040" dev="ggregory" type="fix" due-to="LF-Lin">
+        Avoid ClassCastException in JeroMqManager with custom LoggerContextFactory #791
+      </action>
     </release>
     <release version="2.17.2" date="2022-02-23" description="GA Release 2.17.2">
       <!-- FIXES -->