Skip to content

Commit cb056c3

Browse files
committed
Use HTTPS in URL
1 parent 81389fe commit cb056c3

File tree

7 files changed

+57
-57
lines changed

7 files changed

+57
-57
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ src/test/java/org/apache/commons/beanutils/bugs/Jira520TestCase.java.">
589589

590590
<release version="1.7.0" date="2004-08-02">
591591
<action type="update">
592-
See http://commons.apache.org/beanutils/commons-beanutils-1.7.0/RELEASE-NOTES.txt
592+
See href="https://commons.apache.org/beanutils/commons-beanutils-1.7.0/RELEASE-NOTES.txt
593593
</action>
594594
</release>
595595

src/main/java/org/apache/commons/beanutils/WeakFastHashMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* unexpectedly, as it may be reading the state of the internal collection
5656
* before the internal collection is fully formed.
5757
* For more information on the double-checked locking idiom, see the
58-
* <a href="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html">
58+
* <a href="https://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html">
5959
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
6060
*
6161
* @param <K> the type of keys maintained by this map

src/main/java/org/apache/commons/beanutils/package-info.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
* <h2>1.1 Background</h2>
8080
*
8181
* <p>The <em>JavaBeans</em> name comes from a
82-
* <a href="http://java.sun.com/products/javabeans/">Java API</a>
82+
* <a href="https://java.sun.com/products/javabeans/">Java API</a>
8383
* for a component architecture for the Java language. Writing Java classes that
8484
* conform to the JavaBeans design patterns makes it easier for Java developers
8585
* to understand the functionality provided by your class, as well as allowing
8686
* JavaBeans-aware tools to use Java's <em>introspection</em> capabilities to
8787
* learn about the properties and operations provided by your class, and present
8888
* them in a visually appealing manner in development tools.</p>
8989
*
90-
* <p>The <a href="http://java.sun.com/products/javabeans/docs/spec.html">JavaBeans
90+
* <p>The <a href="https://java.sun.com/products/javabeans/docs/spec.html">JavaBeans
9191
* Specification</a> describes the complete set of characteristics that makes
9292
* an arbitrary Java class a JavaBean or not -- and you should consider reading
9393
* this document to be an important part of developing your Java programming
@@ -174,9 +174,9 @@
174174
* additional packages be available in the application's class path at runtime:
175175
* </p>
176176
* <ul>
177-
* <li><a href="http://commons.apache.org/downloads/download_logging.cgi">
177+
* <li><a href="https://commons.apache.org/downloads/download_logging.cgi">
178178
* Logging Package (Apache Commons)</a>, version 1.0 or later</li>
179-
* <li><a href="http://commons.apache.org/downloads/download_collections.cgi">
179+
* <li><a href="https://commons.apache.org/downloads/download_collections.cgi">
180180
* Collections Package (Apache Commons)</a>, version 1.0 or later</li>
181181
* </ul>
182182
*
@@ -578,7 +578,7 @@
578578
* rows are being processed by your application. This hinders the ability to use
579579
* {@code ResultSetDynaClass} as a means of communicating information from
580580
* the model layer to the view layer in a model-view-controller architecture
581-
* such as that provided by the <a href="http://struts.apache.org/">Struts
581+
* such as that provided by the <a href="https://struts.apache.org/">Struts
582582
* Framework</a>, because there is no easy mechanism to assure that the result set
583583
* is finally closed (and the underlying {@code Connection} returned to its
584584
* connection pool, if you are using one).</p>
@@ -802,7 +802,7 @@
802802
* {@code javax.servlet.HttpServletRequest} received by a web application
803803
* into a set of corresponding property setter calls on an arbitrary JavaBean.
804804
* (This is one of the fundamental services provided by the
805-
* <a href="http://struts.apache.org/">Struts Framework</a>, which uses
805+
* <a href="https://struts.apache.org/">Struts Framework</a>, which uses
806806
* <em>BeanUtils</em> internally to implement this functionality.)</p>
807807
*
808808
* <p>In an HTTP request, the set of included parameters is made available as a

src/site/site.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,28 +55,28 @@
5555
<item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html" />
5656
</item>
5757
<item name="1.9.4" collapse="true" href="/index.html">
58-
<item name="Release Notes" href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt" />
58+
<item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt" />
5959
<item name="User Guide"
6060
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.9.4/index.html#package_description" />
61-
<item name="API" href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html" />
61+
<item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html" />
6262
</item>
6363
<item name="1.9.3" collapse="true" href="/index.html">
64-
<item name="Release Notes" href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt" />
64+
<item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt" />
6565
<item name="User Guide"
66-
href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
67-
<item name="API" href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html" />
66+
href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
67+
<item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html" />
6868
</item>
6969
<item name="1.9.2" collapse="true" href="/index.html">
70-
<item name="Release Notes" href="http://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt" />
70+
<item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt" />
7171
<item name="User Guide"
72-
href="http://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
73-
<item name="API" href="http://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html" />
72+
href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
73+
<item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html" />
7474
</item>
7575
<item name="1.8.3" collapse="true" href="/index.html">
76-
<item name="Release Notes" href="http://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt" />
76+
<item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt" />
7777
<item name="User Guide"
78-
href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
79-
<item name="API" href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html" />
78+
href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
79+
<item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html" />
8080
</item>
8181
</menu>
8282
</body>

src/site/xdoc/building.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ limitations under the License.
2626
<section name="Overview">
2727
<p>
2828
Commons BeanUtils can be built using
29-
<a href="http://maven.apache.org">Maven 3</a>
29+
<a href="https://maven.apache.org">Maven 3</a>
3030
(Recommended: Maven 3.9.9)
3131
and JDK 8 / OpenJDK 8 or later (recommended: JDK 21).
3232
</p>
3333
<p>
3434
Further details can be found in the
35-
<a href="http://commons.apache.org/building.html">commons build instructions</a>.
35+
<a href="https://commons.apache.org/building.html">commons build instructions</a>.
3636
</p>
3737
</section>
3838
<section name="Maven 3 Goals">
3939
<p>
4040
Build using
41-
<a href="http://maven.apache.org">Maven 3</a>
41+
<a href="https://maven.apache.org">Maven 3</a>
4242
is the preferred build method.
4343
The compiled BeanUtils JAR should work with Java 6 or later.
4444
</p>

src/site/xdoc/index.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The main <code>commons-beanutils.jar</code> has an <b><i>optional</i></b> depend
7171
<a href='http://commons.apache.org/collections'>Commons Collections</a>
7272
<p>
7373
Version 1.9.0 reverts this split for reasons outlined at
74-
<a href="http://issues.apache.org/jira/browse/BEANUTILS-379">BEANUTILS-379</a>.
74+
<a href="https://issues.apache.org/jira/browse/BEANUTILS-379">BEANUTILS-379</a>.
7575
There is now only one jar for the BeanUtils library.
7676
</p>
7777
</subsection>
@@ -95,12 +95,12 @@ Bean Collections has an additional dependency on
9595
<subsection name="1.9.x releases">
9696
<p>
9797
The latest BeanUtils release is available to download
98-
<a href="http://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.<br/>
98+
<a href="https://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.<br/>
9999
<em><strong>1.9.4</strong></em><br/><br/>
100100
</p>
101101
<ul>
102-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt">Release Notes</a></li>
103-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html">JavaDoc</a></li>
102+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt">Release Notes</a></li>
103+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html">JavaDoc</a></li>
104104
</ul>
105105
<p>
106106
<strong>CVE-2019-10086.</strong> Apache Commons Beanutils does not suppresses
@@ -154,7 +154,7 @@ public void testAllowAccessToClassProperty() throws Exception {
154154
</p>
155155
<p>
156156
The latest BeanUtils release is available to download
157-
<a href="http://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
157+
<a href="https://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
158158
</p>
159159
<ul>
160160
<li>1.10.1
@@ -171,32 +171,32 @@ public void testAllowAccessToClassProperty() throws Exception {
171171
</li>
172172
<li>1.9.4
173173
<ul>
174-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt">Release Notes</a></li>
175-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html">JavaDoc</a></li>
174+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt">Release Notes</a></li>
175+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html">JavaDoc</a></li>
176176
</ul>
177177
</li>
178178
<li>1.9.3
179179
<ul>
180-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt">Release Notes</a></li>
181-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html">JavaDoc</a></li>
180+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt">Release Notes</a></li>
181+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html">JavaDoc</a></li>
182182
</ul>
183183
</li>
184184
<li>1.9.2
185185
<ul>
186-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt">Release Notes</a></li>
187-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html">JavaDoc</a></li>
186+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt">Release Notes</a></li>
187+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html">JavaDoc</a></li>
188188
</ul>
189189
</li>
190190
<li>1.9.1
191191
<ul>
192-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.1/RELEASE-NOTES.txt">Release Notes</a></li>
193-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.1/apidocs/index.html">JavaDoc</a></li>
192+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.1/RELEASE-NOTES.txt">Release Notes</a></li>
193+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.1/apidocs/index.html">JavaDoc</a></li>
194194
</ul>
195195
</li>
196196
<li>1.9.0
197197
<ul>
198-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt">Release Notes</a></li>
199-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/index.html">JavaDoc</a></li>
198+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt">Release Notes</a></li>
199+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/index.html">JavaDoc</a></li>
200200
</ul>
201201
</li>
202202
</ul>
@@ -209,26 +209,26 @@ public void testAllowAccessToClassProperty() throws Exception {
209209
<ul>
210210
<li>1.8.3
211211
<ul>
212-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt">Release Notes</a></li>
213-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html">JavaDoc</a></li>
212+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt">Release Notes</a></li>
213+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html">JavaDoc</a></li>
214214
</ul>
215215
</li>
216216
<li>1.8.2
217217
<ul>
218-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.2/RELEASE-NOTES.txt">Release Notes</a></li>
219-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.2/apidocs/index.html">JavaDoc</a></li>
218+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.2/RELEASE-NOTES.txt">Release Notes</a></li>
219+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.2/apidocs/index.html">JavaDoc</a></li>
220220
</ul>
221221
</li>
222222
<li>1.8.1
223223
<ul>
224-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.1/RELEASE-NOTES.txt">Release Notes</a></li>
225-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.1/apidocs/index.html">JavaDoc</a></li>
224+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.1/RELEASE-NOTES.txt">Release Notes</a></li>
225+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.1/apidocs/index.html">JavaDoc</a></li>
226226
</ul>
227227
</li>
228228
<li>1.8.0
229229
<ul>
230-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.0/RELEASE-NOTES.txt">Release Notes</a></li>
231-
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.8.0/apidocs/index.html">JavaDoc</a></li>
230+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.0/RELEASE-NOTES.txt">Release Notes</a></li>
231+
<li><a href="https://commons.apache.org/beanutils/javadocs/v1.8.0/apidocs/index.html">JavaDoc</a></li>
232232
</ul>
233233
</li>
234234
</ul>
@@ -263,18 +263,18 @@ commons collections 3.
263263
<subsection name='Older Releases (Not Mirrored)'>
264264
<ul>
265265
<li>Version 1.6.1 - 18 Feb 2003
266-
<a href="http://archive.apache.org/dist/commons/beanutils/binaries/">binary</a> and
267-
<a href="http://archive.apache.org/dist/commons/beanutils/source/">source</a></li>
266+
<a href="https://archive.apache.org/dist/commons/beanutils/binaries/">binary</a> and
267+
<a href="https://archive.apache.org/dist/commons/beanutils/source/">source</a></li>
268268
<li>Version 1.6 - 21 Jan 2003
269-
<a href="http://archive.apache.org/dist/commons/beanutils/binaries/">binary</a> and
270-
<a href="http://archive.apache.org/dist/commons/beanutils/source/">source</a></li>
271-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.5/">Version 1.5 </a> - 23 Oct 2002</li>
272-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.4.1/">Version 1.4.1</a> - 28 Aug 2002</li>
273-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.4/">Version 1.4</a> - 13 Aug 2002</li>
274-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.3/">Version 1.3</a> - 29 Apr 2002</li>
275-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.2/">Version 1.2</a> - 24 Dec 2001</li>
276-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.1/">Version 1.1</a> - 22 Sep 2001</li>
277-
<li><a href="http://archive.apache.org/dist/commons/beanutils/old/v1.0/">Version 1.0</a> - 14 July 2001</li>
269+
<a href="https://archive.apache.org/dist/commons/beanutils/binaries/">binary</a> and
270+
<a href="https://archive.apache.org/dist/commons/beanutils/source/">source</a></li>
271+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.5/">Version 1.5 </a> - 23 Oct 2002</li>
272+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.4.1/">Version 1.4.1</a> - 28 Aug 2002</li>
273+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.4/">Version 1.4</a> - 13 Aug 2002</li>
274+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.3/">Version 1.3</a> - 29 Apr 2002</li>
275+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.2/">Version 1.2</a> - 24 Dec 2001</li>
276+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.1/">Version 1.1</a> - 22 Sep 2001</li>
277+
<li><a href="https://archive.apache.org/dist/commons/beanutils/old/v1.0/">Version 1.0</a> - 14 July 2001</li>
278278
</ul>
279279
</subsection>
280280
</section>

src/site/xdoc/proposal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ several future proposed components for the Jakarta Commons subproject.</p>
9595

9696
<p>The three original Java classes (<code>BeanUtils</code>,
9797
<code>ConvertUtils</code>, and <code>PropertyUtils</code>) are an integral
98-
part of the <a href="http://jakarta.apache.org/struts">Struts Framework</a>.
98+
part of the <a href="https://jakarta.apache.org/struts">Struts Framework</a>.
9999
However, they have very few dependencies on other aspects of Struts, and
100100
those dependencies have been removed in the proposed code base.
101101
Once accepted and released as a Jakarta Commons component, Struts will

0 commit comments

Comments
 (0)