diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7b78587cb..5a5e3b55f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -13,7 +13,7 @@ Lang 3.9 and onwards now targets Java 8.0, making use of features that arrived w For the advice on upgrading from 2.x to 3.x, see the following page: - http://commons.apache.org/lang/article3_0.html + https://commons.apache.org/lang/article3_0.html Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so @@ -40,12 +40,12 @@ o LANG-1436: Consolidate the StringUtils equals and equalsIgnoreCase Javadoc and o (doc) Fix javadoc for 'startIndex' parameter of StringUtils.join() methods. GitHub PR #412. Thanks to Andrei Troie aft90. -Historical list of changes: http://commons.apache.org/proper/commons-lang/changes-report.html +Historical list of changes: https://commons.apache.org/proper/commons-lang/changes-report.html For complete information on Apache Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Lang website: -http://commons.apache.org/proper/commons-lang/ +https://commons.apache.org/proper/commons-lang/ ============================================================================= @@ -64,7 +64,7 @@ Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived w For the advice on upgrading from 2.x to 3.x, see the following page: - http://commons.apache.org/lang/article3_0.html + https://commons.apache.org/lang/article3_0.html Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so @@ -95,7 +95,7 @@ Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived w For the advice on upgrading from 2.x to 3.x, see the following page: - http://commons.apache.org/lang/article3_0.html + https://commons.apache.org/lang/article3_0.html Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so @@ -155,7 +155,7 @@ variable arguments, autoboxing, concurrency and formatted output. For the advice on upgrading from 2.x to 3.x, see the following page: - http://commons.apache.org/lang/article3_0.html + https://commons.apache.org/lang/article3_0.html Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so @@ -201,7 +201,7 @@ only required Java 1.6. For the advice on upgrading from 2.x to 3.x, see the following page: - http://commons.apache.org/lang/article3_0.html + https://commons.apache.org/lang/article3_0.html HIGHLIGHTS ========== @@ -231,7 +231,7 @@ o The methods org.apache.commons.lang3.StringUtils.getJaroWinklerDistance and For more information see the Commons Text website: - http://commons.apache.org/text + https://commons.apache.org/text The class org.apache.commons.lang3.CharEncoding has been deprecated in favor of java.nio.charset.StandardCharsets. @@ -1280,13 +1280,13 @@ o LANG-715: CharSetUtils.squeeze() speedup. o LANG-716: swapCase and *capitalize speedups. -Historical list of changes: http://commons.apache.org/lang/changes-report.html +Historical list of changes: https://commons.apache.org/lang/changes-report.html For complete information on Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Lang website: -http://commons.apache.org/lang/ +https://commons.apache.org/lang/ Have fun! -Apache Commons Lang team diff --git a/pom.xml b/pom.xml index dac91cbd0..1a96182e7 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ standard as to justify existence in java.lang. - http://commons.apache.org/proper/commons-lang/ + https://commons.apache.org/proper/commons-lang/ jira diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d31680bb4..3dd901c56 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -769,7 +769,7 @@ The type attribute can be add,update,fix,remove. Extension to ClassUtils: Obtain the primitive class from a wrapper. Javadoc bugs - cannot find object. Optimize HashCodeBuilder.append(Object). - http://commons.apache.org/lang/developerguide.html "Building" section is incorrect and incomplete. + https://commons.apache.org/lang/developerguide.html "Building" section is incorrect and incomplete. Ambiguous / confusing names in StringUtils replace* methods. Add new splitByWholeSeparatorPreserveAllTokens() methods to StringUtils. Add getStartTime to StopWatch. diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index e1104fc4f..75b933903 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -47,7 +47,7 @@ Lang 3.9 and onwards now targets Java 8.0, making use of features that arrived w For the advice on upgrading from 2.x to 3.x, see the following page: - http://commons.apache.org/lang/article3_0.html + https://commons.apache.org/lang/article3_0.html $introduction.replaceAll("(?Extends {@link java.math} for business mathematical classes. * This package is intended for business mathematical use, not scientific use. - * See Commons Math for a more complete set of mathematical classes. + * See Commons Math for a more complete set of mathematical classes. * These classes are immutable, and therefore thread-safe.

* *

Although Commons Math also exists, some basic mathematical functions are contained within Lang. diff --git a/src/main/java/org/apache/commons/lang3/text/WordUtils.java b/src/main/java/org/apache/commons/lang3/text/WordUtils.java index f7c420c5b..47150e770 100644 --- a/src/main/java/org/apache/commons/lang3/text/WordUtils.java +++ b/src/main/java/org/apache/commons/lang3/text/WordUtils.java @@ -83,14 +83,14 @@ public WordUtils() { * "Here is one line of\ntext that is going\nto be wrapped after\n20 columns." * * - * "Click here to jump to the commons website - http://commons.apache.org" + * "Click here to jump to the commons website - https://commons.apache.org" * 20 - * "Click here to jump\nto the commons\nwebsite -\nhttp://commons.apache.org" + * "Click here to jump\nto the commons\nwebsite -\nhttps://commons.apache.org" * * - * "Click here, http://commons.apache.org, to jump to the commons website" + * "Click here, https://commons.apache.org, to jump to the commons website" * 20 - * "Click here,\nhttp://commons.apache.org,\nto jump to the\ncommons website" + * "Click here,\nhttps://commons.apache.org,\nto jump to the\ncommons website" * * * @@ -155,14 +155,14 @@ public static String wrap(final String str, final int wrapLength) { * "Here is one line of" + systemNewLine + "text that is going" + systemNewLine + "to be wrapped after" + systemNewLine + "20 columns." * * - * "Click here to jump to the commons website - http://commons.apache.org" + * "Click here to jump to the commons website - https://commons.apache.org" * 20 * "\n" * false - * "Click here to jump\nto the commons\nwebsite -\nhttp://commons.apache.org" + * "Click here to jump\nto the commons\nwebsite -\nhttps://commons.apache.org" * * - * "Click here to jump to the commons website - http://commons.apache.org" + * "Click here to jump to the commons website - https://commons.apache.org" * 20 * "\n" * true @@ -238,15 +238,15 @@ public static String wrap(final String str, final int wrapLength, final String n * "Here is one line of" + systemNewLine + "text that is going" + systemNewLine + "to be wrapped after" + systemNewLine + "20 columns." * * - * "Click here to jump to the commons website - http://commons.apache.org" + * "Click here to jump to the commons website - https://commons.apache.org" * 20 * "\n" * false * " " - * "Click here to jump\nto the commons\nwebsite -\nhttp://commons.apache.org" + * "Click here to jump\nto the commons\nwebsite -\nhttps://commons.apache.org" * * - * "Click here to jump to the commons website - http://commons.apache.org" + * "Click here to jump to the commons website - https://commons.apache.org" * 20 * "\n" * true diff --git a/src/site/resources/lang2-lang3-clirr-report.html b/src/site/resources/lang2-lang3-clirr-report.html index ab5bd7b7e..e97b4b34b 100644 --- a/src/site/resources/lang2-lang3-clirr-report.html +++ b/src/site/resources/lang2-lang3-clirr-report.html @@ -39,7 +39,7 @@