You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/12/07 07:07:40 UTC

[logging-log4j2] 02/03: LOG4J2-2635 - Wrong java version check in ThreadNameCachingStrategy

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

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

commit 63a08d02bd8e9db8cffec2c12eab283f6ef3cf2f
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Dec 7 00:06:36 2019 -0700

    LOG4J2-2635 - Wrong java version check in ThreadNameCachingStrategy
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f5dc26..9ed6ca2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
          - "remove" - Removed
     -->
     <release version="2.13.0" date="2019-MM-DD" description="GA Release 2.13.0">
+      <action issue="LOG4J2-2635" dev="rgoers" type="fix" due-to="Filipp Gunbin">
+        Wrong java version check in ThreadNameCachingStrategy.
+      </action>
       <action issue="LOG4J2-2674" dev="rgoers" type="fix" due-to="Anton Korenkov">
         Use a less confusing name for the CompositeConfiguration source.
       </action>