You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/27 08:19:29 UTC

[02/50] [abbrv] logging-log4j2 git commit: [LOG4J2-1545] Remove deprecated Web API org.apache.logging.log4j.web.WebLookup.getServletContext(). Update changes.xml.

[LOG4J2-1545] Remove deprecated Web API
org.apache.logging.log4j.web.WebLookup.getServletContext(). Update
changes.xml.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/edb3a8c2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/edb3a8c2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/edb3a8c2

Branch: refs/heads/LOG4J2-1512
Commit: edb3a8c23f408582c71503000bb096d3c316418e
Parents: 2c85c5b
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Aug 23 08:28:56 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Aug 23 08:28:56 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/edb3a8c2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd19819..ef82246 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -138,6 +138,9 @@
       <action issue="LOG4J2-1544" dev="ggregory" type="update" due-to="Gary Gregory">
         Remove deprecated Core API org.apache.logging.log4j.core.util.Assert.requireNonNull(T, String).
       </action>
+      <action issue="LOG4J2-1545" dev="ggregory" type="update" due-to="Gary Gregory">
+        Remove deprecated Web API org.apache.logging.log4j.web.WebLookup.getServletContext().
+      </action>
     </release>
     <release version="2.6.2" date="2016-07-05" description="GA Release 2.6.2">
       <action issue="LOG4J2-904" dev="rgoers" type="fix" due-to="Bernhard M�hr">