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/23 16:20:09 UTC

[03/10] logging-log4j2 git commit: [LOG4J2-1544] Remove deprecated Core API org.apache.logging.log4j.core.util.Assert.requireNonNull(T, String). Update changes.xml.

[LOG4J2-1544] Remove deprecated Core API
org.apache.logging.log4j.core.util.Assert.requireNonNull(T, String).
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/2c85c5bb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2c85c5bb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2c85c5bb

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 2c85c5bb299e4beda110b2cc94b89e2b07725cc4
Parents: ed056d7
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Aug 23 08:25:21 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Aug 23 08:25:21 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2c85c5bb/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a12926b..fd19819 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -135,6 +135,9 @@
       <action issue="LOG4J2-1543" dev="ggregory" type="update" due-to="Gary Gregory">
         Remove deprecated Core API org.apache.logging.log4j.core.util.Constants.UTF_8.
       </action>
+      <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>
     </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">