This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 918bb8472d0b20c3a061243d2a8070535407f075 Author: Ralph Goers <[email protected]> AuthorDate: Sun May 15 15:16:05 2022 -0700 LOG4J2-3506 - Support Spring 2.6.x --- src/changes/changes.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 283a95ed72..4b53318fa9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,7 +30,9 @@ - "remove" - Removed --> <release version="2.18.0" date="2022-TBD" description="GA Release 2.18.0"> - <!-- FIXES --> + <action issue="LOG4J2-3506" dev="rgoers" type="update"> + Support Spring 2.6.x. + </action> <action issue="LOG4J2-3493" dev="rgoers" type="fix" due-to="Dmytro Voloshyn"> ClassArbiter's newBuilder method referenced the wrong class. </action> @@ -124,9 +126,8 @@ <action issue="LOG4J2-3362" dev="pkarwasz" type="add"> Add support for Jakarta Mail API in the SMTP appender. </action> - <!-- UPDATES --> <action issue="LOG4J2-3428" dev="ggregory" type="fix" due-to="LF-Lin"> - Update 3rd party dependencies for 2.17.3. + Update 3rd party dependencies for 2.18.0. </action> </release> <release version="2.17.2" date="2022-02-23" description="GA Release 2.17.2">
