This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 fd813ac0a5 Fix changelog for #1366
fd813ac0a5 is described below
commit fd813ac0a51a382074263f534b3fdd837053c453
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 20 08:57:21 2023 +0200
Fix changelog for #1366
---
src/changelog/.2.x.x/1366_fix_java_sql_date.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/changelog/.2.x.x/1366_fix_java_sql_date.xml
b/src/changelog/.2.x.x/1366_fix_java_sql_date.xml
index a71cf3c760..02f099658a 100644
--- a/src/changelog/.2.x.x/1366_fix_java_sql_date.xml
+++ b/src/changelog/.2.x.x/1366_fix_java_sql_date.xml
@@ -20,8 +20,7 @@
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.1.xsd"
type="fixed">
<issue id="1366" link="https://github.com/apache/logging-log4j2/pull/1366"/>
- <author id="Hikarikun92"/>
- <author name="Lucas Souza"/>
+ <author id="github:Hikarikun92" name="Lucas Souza"/>
<description format="asciidoc">
Fixed logging of java.sql.Date objects by appending it before Log4J tries
to call java.util.Date.toInstant() on it.
</description>