This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 3060ab15b3 Add issue links to changelog entries (#2322)
3060ab15b3 is described below
commit 3060ab15b37693eaa89dfa5dff86762b941bfe1e
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Mar 1 14:01:59 2024 +0100
Add issue links to changelog entries (#2322)
---
src/changelog/.2.x.x/fix_StatusLogger_instant_formatting.xml | 1 +
src/changelog/.2.x.x/fix_StatusLogger_stack_overflow.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/changelog/.2.x.x/fix_StatusLogger_instant_formatting.xml
b/src/changelog/.2.x.x/fix_StatusLogger_instant_formatting.xml
index daecc00722..87b427bcb9 100644
--- a/src/changelog/.2.x.x/fix_StatusLogger_instant_formatting.xml
+++ b/src/changelog/.2.x.x/fix_StatusLogger_instant_formatting.xml
@@ -3,6 +3,7 @@
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="fixed">
+ <issue id="2322" link="https://github.com/apache/logging-log4j2/pull/2322"/>
<description format="asciidoc">
Add `log4j2.StatusLogger.DateFormatZone` system property to set the
time-zone `StatusLogger` uses to format `java.time.Instant`.
Without this formatting patterns accessing to time-zone-specific fields
(e.g., year-of-era) cause failures.
diff --git a/src/changelog/.2.x.x/fix_StatusLogger_stack_overflow.xml
b/src/changelog/.2.x.x/fix_StatusLogger_stack_overflow.xml
index 084385c14d..ee8c189fa7 100644
--- a/src/changelog/.2.x.x/fix_StatusLogger_stack_overflow.xml
+++ b/src/changelog/.2.x.x/fix_StatusLogger_stack_overflow.xml
@@ -3,5 +3,6 @@
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="fixed">
+ <issue id="2322" link="https://github.com/apache/logging-log4j2/pull/2322"/>
<description format="asciidoc">Fix stack overflow in
`StatusLogger`</description>
</entry>