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/12 14:59:49 UTC

[1/4] logging-log4j2 git commit: Better Javadoc.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 69ddd6f9f -> 019a73ac1


Better Javadoc.

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

Branch: refs/heads/master
Commit: da8ce68e5e555d2b354ca662cd719d27d10fe460
Parents: d5c4293
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Nov 12 07:54:20 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Nov 12 07:54:20 2017 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/appserver/tomcat/package-info.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/da8ce68e/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/package-info.java
----------------------------------------------------------------------
diff --git a/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/package-info.java b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/package-info.java
index ff3e351..ca9ff7c 100644
--- a/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/package-info.java
+++ b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/package-info.java
@@ -15,6 +15,6 @@
  * limitations under the license.
  */
 /**
- * Log4j integration with Tomcat 8.5 or greater.
+ * Log4j integration with Apache Tomcat 8.5 or greater.
  */
 package org.apache.logging.log4j.appserver.tomcat;


[3/4] 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/d104162a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d104162a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d104162a

Branch: refs/heads/master
Commit: d104162afa6912ad71aa5e6cc8b99b777e8ba815
Parents: a4cfa89 69ddd6f
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Nov 12 07:55:25 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Nov 12 07:55:25 2017 -0700

----------------------------------------------------------------------
 .../core/pattern/MessagePatternConverter.java   |  3 +-
 .../logging/log4j/core/util/Constants.java      |  9 +++++
 .../pattern/MessagePatternConverterTest.java    | 41 ++++++++++++++++++++
 src/changes/changes.xml                         |  3 ++
 src/site/xdoc/manual/configuration.xml.vm       |  8 ++++
 5 files changed, 63 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[4/4] logging-log4j2 git commit: Document log4j-appserver.

Posted by gg...@apache.org.
Document log4j-appserver.

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

Branch: refs/heads/master
Commit: 019a73ac1b780fce213227b3f3479a42f316d8da
Parents: d104162
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Nov 12 07:59:45 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Nov 12 07:59:45 2017 -0700

----------------------------------------------------------------------
 src/site/markdown/index.md.vm | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/019a73ac/src/site/markdown/index.md.vm
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 7dabeb2..ad28be4 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -92,6 +92,10 @@ $h3 Garbage-free
 During steady state logging, Log4j 2 is [garbage-free](manual/garbagefree.html) in stand-alone applications, and low
 garbage in web applications. This reduces pressure on the garbage collector and can give better response time performance.
 
+#h3 Integrating with Application Servers
+
+Version 2.10.0 introduces a the module log4j-appserver to improve integration with Apache Tomcat and Eclipse Jetty.
+
 $h2 Documentation
 
 The Log4j 2 User's Guide is available on this [site](manual/index.html) or as a downloadable


[2/4] logging-log4j2 git commit: Add Javadoc package-info.java.

Posted by gg...@apache.org.
Add Javadoc package-info.java.

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

Branch: refs/heads/master
Commit: a4cfa8957ec1f2904ce4a6a50a4e2c6dbf48a88a
Parents: da8ce68
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Nov 12 07:55:05 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Nov 12 07:55:05 2017 -0700

----------------------------------------------------------------------
 .../log4j/appserver/jetty/package-info.java     | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a4cfa895/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java
----------------------------------------------------------------------
diff --git a/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java
new file mode 100644
index 0000000..d51065b
--- /dev/null
+++ b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache license, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the license for the specific language governing permissions and
+ * limitations under the license.
+ */
+/**
+ * Log4j integration with Eclipse Jetty.
+ */
+package org.apache.logging.log4j.appserver.jetty;