You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/12/20 21:47:43 UTC

[logging-log4j2] branch log4j-2.3.x updated: Fix javadoc failures.

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch log4j-2.3.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/log4j-2.3.x by this push:
     new 275c3ac  Fix javadoc failures.
275c3ac is described below

commit 275c3ac9ddb2bb7d7d051cb9b2a6937d5f49a2b4
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Dec 20 22:47:31 2021 +0100

    Fix javadoc failures.
---
 log4j-api/pom.xml                                                     | 2 +-
 log4j-core/pom.xml                                                    | 4 ++--
 .../src/main/java/org/apache/logging/log4j/core/util/Constants.java   | 1 -
 pom.xml                                                               | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index 4748b3f..2c339cb 100644
--- a/log4j-api/pom.xml
+++ b/log4j-api/pom.xml
@@ -166,7 +166,7 @@
           <detectOfflineLinks>false</detectOfflineLinks>
           <linksource>true</linksource>
           <links>
-            <link>http://www.osgi.org/javadoc/r4v43/core/</link>
+            <link>https://docs.osgi.org/javadoc/r4v43/core/</link>
           </links>
         </configuration>
         <reportSets>
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index f3acfd3..828b010 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -365,8 +365,8 @@
           <detectOfflineLinks>false</detectOfflineLinks>
           <linksource>true</linksource>
           <links>
-            <link>http://docs.oracle.com/javaee/6/api/</link>
-            <link>http://www.osgi.org/javadoc/r4v43/core/</link>
+            <link>https://docs.oracle.com/javaee/6/api/</link>
+            <link>https://docs.osgi.org/javadoc/r4v43/core/</link>
           </links>
           <groups>
             <group>
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
index 562adfe..f1fad84 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Constants.java
@@ -54,7 +54,6 @@ public final class Constants {
     
     /**
      * Equivalent to StandardCharsets.UTF_8.
-     * @ToDo - Initialize with StandardCharsets.UTF_8 when Java 7 is the minimum version.
      */
     public static final Charset UTF_8 = Charset.forName("UTF-8");
 
diff --git a/pom.xml b/pom.xml
index 2601762..f01d9f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
     <pmd.plugin.version>3.4</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.3</javadoc.plugin.version>
+    <javadoc.plugin.version>3.3.1</javadoc.plugin.version>
     <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
     <surefire.plugin.version>2.18.1</surefire.plugin.version>
     <failsafe.plugin.version>2.18.1</failsafe.plugin.version>