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/01/20 23:27:40 UTC

[logging-log4j2] 02/02: Log4j 1.2 bridge throws ClassCastException when using SimpleLayout and others #708.

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

commit 17015cd416aa23dc1b81491d194e36b68a2085d7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 20 18:27:34 2022 -0500

    Log4j 1.2 bridge throws ClassCastException when using SimpleLayout and
    others #708.
    
    This is PR #708 from Piotr P. Karwasz with these changes:
    - Add the Apache license header to XML test fixtures.
    - Remove unused imports.
    - Add missing spaces in Java source.
    - Remove some whitespace.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cc8b15e..ea13e3b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -139,6 +139,9 @@
       <action dev="ggregory" type="fix" due-to="Gary Gregory, Piotr P. Karwasz">
         Log4j 1.2 bridge uses the wrong default values for a TTCCLayout #709.
       </action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory, Piotr P. Karwasz">
+        Log4j 1.2 bridge throws ClassCastException when using SimpleLayout and others #708.
+      </action>
       <action dev="ggregory" type="fix">
         JndiManager reverts to 2.17.0 behavior: Read the system property for each call.
       </action>