You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/04 13:37:52 UTC

[commons-beanutils] branch master updated: Use HTTPS links to Apache.

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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new a6ac45c  Use HTTPS links to Apache.
a6ac45c is described below

commit a6ac45c7fcda0f63c7015830163dad44aebf6bd0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 4 09:37:49 2019 -0400

    Use HTTPS links to Apache.
---
 RELEASE-NOTES.txt                                  |  4 +-
 pom.xml                                            |  2 +-
 src/changes/changes.xml                            | 16 ++++----
 .../apache/commons/beanutils2/package-info.java    | 10 ++---
 src/site/site.xml                                  | 26 ++++++------
 src/site/xdoc/bean-collections.xml                 |  6 +--
 src/site/xdoc/building.xml                         |  2 +-
 src/site/xdoc/index.xml                            | 46 +++++++++++-----------
 src/site/xdoc/mail-lists.xml                       |  2 +-
 9 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index da5b976..c785c05 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -47,7 +47,7 @@ Changes:
   Thanks to Stian Soiland-Reyes.
 
 
-Historical list of changes: http://commons.apache.org/proper/commons-beanutils/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-beanutils/changes-report.html
 
 For complete information on Apache Commons BeanUtils, including instructions on
 how to submit bug reports, patches, or suggestions for improvement, see the
@@ -68,7 +68,7 @@ This document contains the release notes for this version of the Commons
 BeanUtils package, and highlights changes since the previous version.
 
 For more information on Commons BeanUtils, see
-o http://commons.apache.org/beanutils/
+o https://commons.apache.org/beanutils/
 
 Release 1.9.2 mainly addresses a potential security issue when accessing
 properties in an uncontrolled way. In a nutshell, if an application that uses
diff --git a/pom.xml b/pom.xml
index 3a1d89f..5ca9255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
                     <linksource>true</linksource>
                     <links>
                         <link>https://docs.oracle.com/javase/7/docs/api/</link>
-                        <link>http://commons.apache.org/collections/api-release/</link>
+                        <link>https://commons.apache.org/collections/api-release/</link>
                     </links>
                 </configuration>
             </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6fbc44c..b043617 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -548,49 +548,49 @@
 
     <release version="1.7.0" date="2004-08-02">
       <action type="update">
-        See href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/RELEASE-NOTES.txt
+        See href="https://commons.apache.org/beanutils/commons-beanutils-1.7.0/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.6.1" date="2003-02-18">
       <action type="update">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.6.1/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.6.1/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.6" date="2003-01-21">
       <action type="update">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.6/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.6/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.5" date="2002-10-23">
       <action type="update">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.5/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.5/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.4.1" date="2002-08-28">
       <action type="fix">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.4.1/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.4.1/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.4" date="2002-08-13">
       <action type="update">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.4/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.4/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.3" date="2002-04-29">
       <action type="update">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.3/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.3/RELEASE-NOTES.txt
       </action>
     </release>
 
     <release version="1.2" date="2001-12-24">
       <action type="update">
-        See http://commons.apache.org/beanutils/commons-beanutils-1.2/RELEASE-NOTES.txt
+        See https://commons.apache.org/beanutils/commons-beanutils-1.2/RELEASE-NOTES.txt
       </action>
     </release>
 
diff --git a/src/main/java/org/apache/commons/beanutils2/package-info.java b/src/main/java/org/apache/commons/beanutils2/package-info.java
index 4092387..caf0002 100644
--- a/src/main/java/org/apache/commons/beanutils2/package-info.java
+++ b/src/main/java/org/apache/commons/beanutils2/package-info.java
@@ -177,9 +177,9 @@
  * additional packages be available in the application's class path at runtime:
  * </p>
  * <ul>
- * <li><a href="http://commons.apache.org/downloads/download_logging.cgi">
+ * <li><a href="https://commons.apache.org/downloads/download_logging.cgi">
  * Logging Package (Apache Commons)</a>, version 1.0 or later</li>
- * <li><a href="http://commons.apache.org/downloads/download_collections.cgi">
+ * <li><a href="https://commons.apache.org/downloads/download_collections.cgi">
  * Collections Package (Apache Commons)</a>, version 1.0 or later</li>
  * </ul>
  *
@@ -924,7 +924,7 @@
  * The <code>Closure</code> interface in <code>commons-collections</code> encapsulates a block of code that
  * executes on an arbitrary input Object. <code>Commons-collections</code> contains code that allows
  * <code>Closures</code> to be applied to the contents of a Collection. For more details, see the
- * <a href='http://commons.apache.org/collections/'>commons-collections</a>
+ * <a href='https://commons.apache.org/collections/'>commons-collections</a>
  * documentation.
  * </p>
  * <p>
@@ -949,7 +949,7 @@
  * of an input Object that returns either true or false. <code>Commons-collections</code> contains code
  * that allows
  * <code>Predicates</code> to be applied to be used to filter collections. For more details, see the
- * <a href='http://commons.apache.org/collections/'>commons-collections</a>
+ * <a href='https://commons.apache.org/collections/'>commons-collections</a>
  * documentation.
  * </p>
  * <p>
@@ -975,7 +975,7 @@
  * that allows
  * <code>Transformers</code> to be applied produce a collection of outputs from a collection of inputs.
  * For more details, see the
- * <a href='http://commons.apache.org/collections/'>commons-collections</a>
+ * <a href='https://commons.apache.org/collections/'>commons-collections</a>
  * documentation.
  * </p>
  * <p>
diff --git a/src/site/site.xml b/src/site/site.xml
index 0ee09c8..9ecb5bb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,7 +25,7 @@
     <body>
         <menu name="BeanUtils">
             <item name="Overview"             href="/index.html"/>
-            <item name="Download"             href="http://commons.apache.org/beanutils/download_beanutils.cgi"/>
+            <item name="Download"             href="https://commons.apache.org/beanutils/download_beanutils.cgi"/>
             <item name="Dependencies"         href="/dependencies.html"/>
             <item name="Mailing Lists"        href="/mail-lists.html"/>
             <item name="Issue Tracking"       href="/issue-tracking.html"/>
@@ -37,24 +37,24 @@
             <item name="Building"             href="/building.html"/>
             <item name="History"              href="/changes-report.html"/>
             <item name="2.0.0" collapse="true" href="/index.html">
-                <item name="Release Notes"    href="http://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt"/>
-                <item name="User Guide"       href="http://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/org/apache/commons/beanutils2/package-summary.html#package_description"/>
-                <item name="API"              href="http://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html"/>
+                <item name="Release Notes"    href="https://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt"/>
+                <item name="User Guide"       href="https://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/org/apache/commons/beanutils2/package-summary.html#package_description"/>
+                <item name="API"              href="https://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html"/>
             </item>
             <item name="1.9.3" collapse="true" href="/index.html">
-                <item name="Release Notes"    href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt"/>
-                <item name="User Guide"       href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
-                <item name="API"              href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html"/>
+                <item name="Release Notes"    href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt"/>
+                <item name="User Guide"       href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
+                <item name="API"              href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html"/>
             </item>
             <item name="1.9.2" collapse="true" href="/index.html">
-                <item name="Release Notes"    href="http://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt"/>
-                <item name="User Guide"       href="http://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
-                <item name="API"              href="http://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html"/>
+                <item name="Release Notes"    href="https://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt"/>
+                <item name="User Guide"       href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
+                <item name="API"              href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html"/>
             </item>
             <item name="1.8.3" collapse="true" href="/index.html">
-                <item name="Release Notes"    href="http://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt"/>
-                <item name="User Guide"       href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
-                <item name="API"              href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html"/>
+                <item name="Release Notes"    href="https://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt"/>
+                <item name="User Guide"       href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
+                <item name="API"              href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html"/>
             </item>
         </menu>
 
diff --git a/src/site/xdoc/bean-collections.xml b/src/site/xdoc/bean-collections.xml
index 45e0a6b..e99b40e 100644
--- a/src/site/xdoc/bean-collections.xml
+++ b/src/site/xdoc/bean-collections.xml
@@ -58,7 +58,7 @@ The word <code>functor</code> is mathematical in origin but comes into object or
 development from functional and logic coding. In Java terms, a functor 
 is a function that is encapsulated as an object (and so can be manipulated as an object).
 This allows elegant, concise and powerful techniques to be used. For example, 
-<a href='http://commons.apache.org/collections'>Commons Collections</a>
+<a href='https://commons.apache.org/collections'>Commons Collections</a>
 contains utilities that allow functions (as functors) to be easily applied to 
 Collections.
         </p>
@@ -70,7 +70,7 @@ You might just like them!
         </p>
         <p>
 For more information about functors, please read the introduction to the
-<a href='http://commons.apache.org/sandbox/functor/'>Commons Functor component</a>.
+<a href='https://commons.apache.org/sandbox/functor/'>Commons Functor component</a>.
         </p>
     </subsection>
 </section>
@@ -78,7 +78,7 @@ For more information about functors, please read the introduction to the
         <p>
 BeanUtils Bean-Collections is distributed as an optional jar within the main 
 beanutils distribution. For details, see the 
-<a href='http://commons.apache.org/beanutils/index.html'>main BeanUtils website</a>
+<a href='https://commons.apache.org/beanutils/index.html'>main BeanUtils website</a>
         </p>
 </section>
 
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 1509fda..4e78106 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -31,7 +31,7 @@ limitations under the License.
       </p>
       <p>
         Further details can be found in the
-        <a href="http://commons.apache.org/building.html">commons build instructions</a>.
+        <a href="https://commons.apache.org/building.html">commons build instructions</a>.
       </p>
     </section>
     <!-- ================================================== -->
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 76b8a43..e9662ec 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -64,7 +64,7 @@ The 1.7.x and 1.8.x releases of BeanUtils distributed three jars:
   <li><code>commons-beanutils-bean-collections.jar</code> - only <i>Bean Collections</i> classes</li>
 </ul>
 The main <code>commons-beanutils.jar</code> has an <b><i>optional</i></b> dependency on
-<a href='http://commons.apache.org/collections'>Commons Collections</a>
+<a href='https://commons.apache.org/collections'>Commons Collections</a>
 </p>
 <p>
 Version 1.9.0 reverts this split for reasons outlined at
@@ -82,7 +82,7 @@ to <code>org.apache.commons.beanutils2</code>.
 <subsection name='Bean Collections'>
 <p>
 Bean collections is a library combining BeanUtils with 
-<a href='http://commons.apache.org/collections'>Commons Collections</a>
+<a href='https://commons.apache.org/collections'>Commons Collections</a>
 to provide services for collections of beans. One class (<code>BeanComparator</code>)
 was previously released, the rest are new. This new distribution strategy should allow
 this sub-component to evolve naturally without the concerns about size and scope
@@ -90,7 +90,7 @@ that might otherwise happen.
 </p>
 <p>
 Bean Collections has an additional dependency on 
-<a href='http://commons.apache.org/collections'>Commons Collections</a>.
+<a href='https://commons.apache.org/collections'>Commons Collections</a>.
 </p>
 </subsection>
 </section>
@@ -103,13 +103,13 @@ Bean Collections has an additional dependency on
   </p>
   <p>
     The latest BeanUtils release is available to download
-    <a href="http://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
+    <a href="https://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
   </p>
   <ul>
     <li>2.0.0
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
   </ul>
@@ -122,31 +122,31 @@ Bean Collections has an additional dependency on
   </p>
   <p>
     The latest BeanUtils release is available to download
-    <a href="http://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
+    <a href="https://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
   </p>
   <ul>
     <li>1.9.3
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
     <li>1.9.2
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
     <li>1.9.1
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.1/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.1/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.1/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.1/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
     <li>1.9.0
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
   </ul>
@@ -159,26 +159,26 @@ Bean Collections has an additional dependency on
   <ul>
     <li>1.8.3
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
     <li>1.8.2
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.2/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.2/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.2/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.2/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
     <li>1.8.1
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.1/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.1/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.1/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.1/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
     <li>1.8.0
       <ul>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.0/RELEASE-NOTES.txt">Release Notes</a></li>
-        <li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.0/apidocs/index.html">Javadoc</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.0/RELEASE-NOTES.txt">Release Notes</a></li>
+        <li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.0/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
   </ul>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 862d308..4188726 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <section name="Overview">
       <p>
         <a href="index.html">Apache Commons BeanUtils</a> shares mailing lists with all the other
-        <a href="http://commons.apache.org/components.html">Commons Components</a>.
+        <a href="https://commons.apache.org/components.html">Commons Components</a>.
         To make it easier for people to only read messages related to components they are interested in,
         the convention in Commons is to prefix the subject line of messages with the component's name,
         for example: