This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 3991959 Use HTTPS in URL
3991959 is described below
commit 3991959c6c2bb971b962ccca915e01cf1feee9b0
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:30:22 2025 -0500
Use HTTPS in URL
---
PROPOSAL.html | 2 +-
STATUS.html | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/PROPOSAL.html b/PROPOSAL.html
index 1d6189a..3fe0228 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -81,7 +81,7 @@ Non-goals:
is selected at runtime).
<li>Log4J (compile-time dependency only unless this Log
implementation is selected at runtime)</li>
- <li><a href="http://sourceforge.net/projects/lumberjack/">Lumberjack</a>
+ <li><a href="https://sourceforge.net/projects/lumberjack/">Lumberjack</a>
(compile-time dependency only unless this Log
implementation is selected at runtime)</li>
</ul>
diff --git a/STATUS.html b/STATUS.html
index 87722af..90e5cbe 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -61,7 +61,7 @@ The package does :
<li>Provide support for JDK 1.4 logging</li>
<li>Provide support for Log4J</li>
<li>Provide support for Avalon-Framework's Logger</li>
-<li>Provide support for <a href="http://sourceforge.net/projects/lumberjack/">
+<li>Provide support for <a href="https://sourceforge.net/projects/lumberjack/">
LumberJack</a> logger</li>
<li>Provide pluggable support for other logging APIs</li>
<li>Provide a simple System.out logger</li>
@@ -82,16 +82,16 @@ Non-goals:
<p>The <em>Logging</em> component is dependent upon the following external
components for compilation:</p>
<ul>
-<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
+<li><a href="https://java.sun.com/j2se">Java Development Kit</a>
(Version 1.2 or later)</li>
-<li><a href="http://logging.apache.org/log4j/">Apache Logging Log4j</a>
+<li><a href="https://logging.apache.org/log4j/">Apache Logging Log4j</a>
(Optional, Version 1.2.6 or later)</li>
-<li><a href="http://avalon.apache.org/">Apache Avalon
+<li><a href="https://avalon.apache.org/">Apache Avalon
LogKit</a> (Optional, Version 1.0.1 or later)</li>
-<li><a href="http://avalon.apache.org/">Apache Avalon
+<li><a href="https://avalon.apache.org/">Apache Avalon
Framework</a> (Optional, Version 4.0 or later)</li>
-<li><a href="http://projects.sourceforge.net/lumberjack/">LumberJack</a></li>
-<li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version 1.4
+<li><a href="https://projects.sourceforge.net/lumberjack/">LumberJack</a></li>
+<li><a href="https://java.sun.com/j2se">Java Development Kit</a> (Version 1.4
or later) logging APIs (Optional)</li>
</ul>