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/07 00:39:49 UTC

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

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 932524d  Use HTTPS to access Apache resources.
932524d is described below

commit 932524db1d61df6087acf7281b665f809fccf729
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 6 20:39:45 2019 -0400

    Use HTTPS to access Apache resources.
---
 RELEASE-NOTES.txt                                                     | 4 ++--
 .../java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java  | 2 +-
 src/site/xdoc/index.xml                                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c785c05..396f76c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -273,8 +273,8 @@ Testing of BeanUtils 1.8.1 revealed that the leak still appears to exist
 in IBM's JDK 1.6 implementation.
 
 
-see http://issues.apache.org/jira/browse/BEANUTILS-291
-    http://issues.apache.org/jira/browse/BEANUTILS-366
+see https://issues.apache.org/jira/browse/BEANUTILS-291
+    https://issues.apache.org/jira/browse/BEANUTILS-366
 
 
 BUGS FIXED:
diff --git a/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java b/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java
index 8d557cd..a798409 100644
--- a/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java
+++ b/src/main/java/org/apache/commons/beanutils2/MappedPropertyDescriptor.java
@@ -418,7 +418,7 @@ public class MappedPropertyDescriptor extends PropertyDescriptor {
      * tries to re-create the method if the method reference has been
      * released.
      *
-     * See http://issues.apache.org/jira/browse/BEANUTILS-291
+     * See https://issues.apache.org/jira/browse/BEANUTILS-291
      */
     private static class MappedMethodReference {
         private String className;
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e9662ec..e93fefc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -68,7 +68,7 @@ The main <code>commons-beanutils.jar</code> has an <b><i>optional</i></b> depend
 </p>
 <p>
 Version 1.9.0 reverts this split for reasons outlined at
-<a href="http://issues.apache.org/jira/browse/BEANUTILS-379">BEANUTILS-379</a>.
+<a href="https://issues.apache.org/jira/browse/BEANUTILS-379">BEANUTILS-379</a>.
 There is now only one jar for the BeanUtils library.
 </p>
 <p>