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 2022/01/03 22:22:23 UTC

[logging-log4j2] branch LOG4J2-3301 updated: Correct Jira issue number

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

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


The following commit(s) were added to refs/heads/LOG4J2-3301 by this push:
     new 958f938  Correct Jira issue number
958f938 is described below

commit 958f93898062ac929ec7a57879ae28aa937a7e7e
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Jan 3 15:22:11 2022 -0700

    Correct Jira issue number
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 191b8b7..ec0e5e1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,7 +35,7 @@
         Change modifier of method org.apache.logging.log4j.core.tools.Generate#generate to public (was package private) to facilitate automated code generation.
       </action>
       <!-- FIXES -->
-      <action issue="LOG4J2-3301" dev="rgoers" type="fix">
+      <action issue="LOG4J2-3306" dev="rgoers" type="fix">
         OptionConverter could cause a StackOverflowError.
       </action>
       <action dev="ggregory" type="fix">