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

ggregory 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 8ebc5a8  Group by type.
8ebc5a8 is described below

commit 8ebc5a836bf846b26c85a38cb22a4a001bf95b11
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 3 00:37:31 2021 -0500

    Group by type.
---
 src/changes/changes.xml | 39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b3d3e30..b2f5dc9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,12 +30,7 @@
          - "remove" - Removed
     -->
     <release version="2.14.1" date="2021-MM-DD" description="GA Release 
2.14.1">
-      <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>
+      <!-- FIXES -->
       <action issue="LOG4J2-2998" dev="vy" type="fix">
         Fix truncation of excessive strings ending with a high surrogate in 
JsonWriter.
       </action>
@@ -45,21 +40,35 @@
       <action issue="LOG4J2-2985" dev="vy" type="fix">
         Add eventTemplateRootObjectKey parameter to JsonTemplateLayout.
       </action>
-      <action dev="rgoers" type="update">
-        Update Spring dependencies to 5.3.2, Spring Boot to 2.3.6, and Spring 
Cloud to Hoxton.SR9
-      </action>
       <action issue="LOG4J2-2974" dev="rgoers" type="fix">
         Log4j would fail to initialize in Java 8 with log4j-spring-boot.
       </action>
-      <action issue="LOG4J2-2962" dev="vy" type="add">
-        Enrich "map" resolver by unifying its backend with "mdc" resolver.
-      </action>
       <action issue="LOG4J2-2961" dev="vy" type="fix">
         Fix reading of JsonTemplateLayout event additional fields from config.
       </action>
       <action issue="LOG4J2-2916" dev="vy" type="fix" due-to="wuqian0808">
         Avoid redundant Kafka producer instantiation causing thread leaks.
       </action>
+      <action issue="LOG4J2-2967" dev="ckozak" type="fix">
+        Fix JsonTemplateLayout index based parameter resolution when messages 
contain too few parameters.
+      </action>
+      <action issue="LOG4J2-2976" dev="ckozak" type="fix">
+        JdbcAppender composes an incorrect INSERT statement without a 
ColumnMapping element.
+      </action> 
+      <!-- ADDS -->     
+      <action issue="LOG4J2-2962" dev="vy" type="add">
+        Enrich "map" resolver by unifying its backend with "mdc" resolver.
+      </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>
+      <!-- UPDATES -->
+      <action dev="rgoers" type="update">
+        Update Spring dependencies to 5.3.2, Spring Boot to 2.3.6, and Spring 
Cloud to Hoxton.SR9
+      </action>
       <action dev="ggregory" type="update">
         Update org.fusesource.jansi:jansi 1.17.1 -> 2.0.1.
       </action>
@@ -129,12 +138,6 @@
       <action dev="ggregory" type="update">
         Update JaCoCo 0.8.3 -> 0.8.6.
       </action>
-      <action issue="LOG4J2-2967" dev="ckozak" type="fix">
-        Fix JsonTemplateLayout index based parameter resolution when messages 
contain too few parameters.
-      </action>
-      <action issue="LOG4J2-2976" dev="ckozak" type="fix">
-        JdbcAppender composes an incorrect INSERT statement without a 
ColumnMapping element.
-      </action>      
       <action dev="ggregory" type="update">
         Update org.apache.activemq:* 5.16.0 -> 5.16.1.
       </action>

Reply via email to