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 2014/09/29 03:19:57 UTC

[1/2] git commit: Javadoc plugin 2.10 has some problems, revert to 2.9.1 while the vote for 2.10.1 is underway.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7e9223db0 -> c1f83a9cb


Javadoc plugin 2.10 has some problems, revert to 2.9.1 while the vote
for 2.10.1 is underway.

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

Branch: refs/heads/master
Commit: 1d8140ae7ca8f01e7adddc84a7c698f32cec3a0a
Parents: 7e9223d
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Sep 28 21:16:34 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Sep 28 21:16:34 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d8140ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9a9a8c..e710812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
     <pmd.plugin.version>3.2</pmd.plugin.version>
     <findbugs.plugin.version>2.5.5</findbugs.plugin.version>
     <changes.plugin.version>2.11</changes.plugin.version>
-    <javadoc.plugin.version>2.10</javadoc.plugin.version>
+    <javadoc.plugin.version>2.9.1</javadoc.plugin.version>
     <surefire.plugin.version>2.17</surefire.plugin.version>
     <checkstyle.plugin.version>2.13</checkstyle.plugin.version>
     <rat.plugin.version>0.11</rat.plugin.version>


[2/2] git commit: Fix for Javadoc 8.

Posted by gg...@apache.org.
Fix for Javadoc 8.

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

Branch: refs/heads/master
Commit: c1f83a9cbbcc9b60b151a3f5c36508e95d3cb1db
Parents: 1d8140a
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Sep 28 21:19:54 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Sep 28 21:19:54 2014 -0400

----------------------------------------------------------------------
 log4j-1.2-api/src/main/java/org/apache/log4j/NDC.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c1f83a9c/log4j-1.2-api/src/main/java/org/apache/log4j/NDC.java
----------------------------------------------------------------------
diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/NDC.java b/log4j-1.2-api/src/main/java/org/apache/log4j/NDC.java
index 0b8b4e8..afd3e13 100644
--- a/log4j-1.2-api/src/main/java/org/apache/log4j/NDC.java
+++ b/log4j-1.2-api/src/main/java/org/apache/log4j/NDC.java
@@ -91,7 +91,8 @@ public final class NDC {
 
 
     /**
-     * <font color="#FF4040"><b>Never use this method directly.</b>
+     * <font color="#FF4040"><b>Never use this method directly.</b></font>
+     * 
      * @return The string value of the specified key.
      */
     public static String get() {