You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/08/13 18:51:20 UTC

[logging-log4j2] 02/02: LOG4J2-2908 - Move Spring Lookup and Spring properties to a new Spring Boot module

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 16d6b81f5f564a8bb1130723722cd444abc334a8
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Aug 13 11:38:13 2020 -0700

    LOG4J2-2908 - Move Spring Lookup and Spring properties to a new Spring Boot module
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d4bc84..f096f73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,12 @@
          - "remove" - Removed
     -->
     <release version="2.14.0" date="2020-MM-DD" description="GA Release 2.14.0">
+      <action issue="LOG4J2-2908" dev="rgoers" type="fix">
+        Move Spring Lookup and Spring PropertySource to its own module.
+      </action>
+      <action issue="LOG4J2-2910" dev="rgoers" type="fix">
+        Log4j-web should now stores the servlet context as a map entry instead of in the single external context field.
+      </action>
       <action issue="LOG4J2-2822" dev="rgoers" type="fix">
         Javadoc link in ThreadContext description was incorrect.
       </action>