You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/09/08 18:56:45 UTC

logging-log4j2 git commit: Revert [LOG4J2-1546] Remove deprecated Core API org.apache.logging.log4j.core.config.LoggerConfig.createLogger(String, Level, String, String , AppenderRef[] refs, Property[], Configuration config, Filter).

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 08cad9804 -> d7cd3e3e5


Revert [LOG4J2-1546] Remove deprecated Core API
org.apache.logging.log4j.core.config.LoggerConfig.createLogger(String,
Level, String, String , AppenderRef[] refs, Property[], Configuration
config, Filter).
      </action>


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

Branch: refs/heads/master
Commit: d7cd3e3e572f9b6f96cede2e4b93b93623f47ed7
Parents: 08cad98
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Sep 8 11:56:43 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Sep 8 11:56:43 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d7cd3e3e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa53129..130df6e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -231,9 +231,6 @@
       <action issue="LOG4J2-1545" dev="ggregory" type="update">
         Remove deprecated Web API org.apache.logging.log4j.web.WebLookup.getServletContext().
       </action>
-      <action issue="LOG4J2-1546" dev="ggregory" type="update">
-        Remove deprecated Core API org.apache.logging.log4j.core.config.LoggerConfig.createLogger(String, Level, String, String , AppenderRef[] refs, Property[], Configuration config, Filter).
-      </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">