This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 23ef4cb Clean up changelog.
23ef4cb is described below
commit 23ef4cb4cfa94b159fefbf916cac9b81537b17c2
Author: Volkan Yazici <[email protected]>
AuthorDate: Wed Feb 3 20:30:03 2021 +0100
Clean up changelog.
---
src/changes/changes.xml | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 83da37b..e7520a2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,19 +41,13 @@
ServletContextListener "Log4jShutdownOnContextDestroyedListener" to
stop log4j.
Register the listener at the top of web.xml to ensure the shutdown
happens last.
</action>
- <action issue="LOG4J2-2999" dev="vy" type="add">
- Replace JsonTemplateLayout resolver configurations table in docs with
sections.
- </action>
- <action issue="LOG4J2-2993" dev="vy" type="add">
- Support stack trace truncation in JsonTemplateLayout.
- </action>
<action issue="LOG4J2-2998" dev="vy" type="fix">
Fix truncation of excessive strings ending with a high surrogate in
JsonWriter.
</action>
- <action issue="LOG4J2-2977" dev="rgrabowski" type="fix">
+ <action issue="LOG4J2-2977" dev="vy" due-to="Ron Grabowski">
Replace outdated PatternLayout.createLayout() calls in docs with
createDefaultLayout().
</action>
- <action issue="LOG4J2-2973" dev="fricchiuti" type="fix">
+ <action issue="LOG4J2-2973" dev="vy" type="fix" due-to="Fabio Ricchiuti">
Rename EventTemplateAdditionalField#type (conflicting with properties
file parser) to "format".
</action>
<action issue="LOG4J2-2972" dev="vy" type="fix">
@@ -65,7 +59,7 @@
<action issue="LOG4J2-2974" dev="rgoers" type="fix">
Log4j would fail to initialize in Java 8 with log4j-spring-boot.
</action>
- <action issue="LOG4J2-2964" dev="valfirst" type="fix">
+ <action issue="LOG4J2-2964" dev="vy" type="fix" due-to="Valery
Yatsynovich">
Merge packages from several Configurations in Composite Configuration.
</action>
<action issue="LOG4J2-2961" dev="vy" type="fix">
@@ -83,7 +77,7 @@
<action issue="LOG4J2-3014" dev="ggregory" type="fix" due-to="Lee
Breisacher, Gary Gregory">
Log4j1ConfigurationConverter on Windows produces "
" at end of
every line.
</action>
- <!-- ADDS -->
+ <!-- ADDS -->
<action issue="LOG4J2-2962" dev="vy" type="add">
Enrich "map" resolver by unifying its backend with "mdc" resolver.
</action>