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 2017/11/11 21:14:43 UTC

[1/2] logging-log4j2 git commit: Add @since tag.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 23bcd257f -> d24ebef87


Add @since tag.

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

Branch: refs/heads/master
Commit: d6af6e7ee0c6b60e62a67ee64440d4a7e67ce9ff
Parents: 7d52f13
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:03:28 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:03:28 2017 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d6af6e7e/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java
----------------------------------------------------------------------
diff --git a/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java
index 7d1ce14..4c858de 100644
--- a/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java
+++ b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java
@@ -23,6 +23,8 @@ import org.eclipse.jetty.util.log.Logger;
 
 /**
  * Provides a native Apache Log4j 2 for Jetty logging.
+ * 
+ * @since 2.10.0
  */
 public class Log4j2Logger extends AbstractLogger {
 


[2/2] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

Posted by gg...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

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

Branch: refs/heads/master
Commit: d24ebef87bc9e560580c4439c31fb6fb8fe3c30b
Parents: d6af6e7 23bcd25
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:05:52 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:05:52 2017 -0700

----------------------------------------------------------------------
 .../log4j/core/tools/picocli/CommandLine.java   | 241 +++--
 .../tools/picocli/CommandLineArityTest.java     | 934 ++++++++++++++++++
 .../core/tools/picocli/CommandLineHelpTest.java |  93 +-
 .../core/tools/picocli/CommandLineTest.java     | 963 ++-----------------
 .../logging/log4j/core/tools/picocli/Demo.java  |   3 +
 src/changes/changes.xml                         |   6 +-
 6 files changed, 1281 insertions(+), 959 deletions(-)
----------------------------------------------------------------------