You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/03/09 21:11:51 UTC

[logging-log4j2] branch release-2.x updated: Update changes

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

pkarwasz 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 54565f0  Update changes
54565f0 is described below

commit 54565f08084ad57bc0159859d1695a6a683af39e
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Wed Mar 9 22:11:39 2022 +0100

    Update changes
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 325732a..b330742 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@
       <action issue="LOG4J2-3427" dev="pkarwasz" type="update">
         Improves ServiceLoader support on servlet containers.
       </action>
+      <action issue="LOG4J2-3418" dev="pkarwasz" type="fix">
+        Fixes Spring Boot logging system registration in a multi-application environment.
+      </action>
     </release>
     <release version="2.17.2" date="2022-02-23" description="GA Release 2.17.2">
       <!-- FIXES -->