8000 Use HTTPS links to Apache. · piomar123/commons-csv@7e66956 · GitHub
Skip to content

Commit 7e66956

Browse files
author
Gary Gregory
committed
Use HTTPS links to Apache.
1 parent 7754cd4 commit 7e66956

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

8000

RELEASE-NOTES.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ o CSV-237: Update to Java 8. Thanks to Gary Gregory.
3636
o Update tests from H2 1.4.198 to 1.4.199. Thanks to Gary Gregory.
3737

3838

39-
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
39+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
4040

4141
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
4242
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
4343

44-
http://commons.apache.org/proper/commons-csv/
44+
https://commons.apache.org/proper/commons-csv/
4545

46-
Download it from http://commons.apache.org/proper/commons-csv/download_csv.cgi
46+
Download it from https://commons.apache.org/proper/commons-csv/download_csv.cgi
4747

4848
Have fun!
4949
-Apache Commons CSV team
@@ -150,12 +150,12 @@ o CSV-187: Update platform requirement from Java 6 to 7. Thanks to Gary Gregory.
150150
o CSV-201: Do not use RuntimeException in CSVParser.iterator().new Iterator() {...}.getNextRecord(). Thanks to Benedikt Ritter, Gary Gregory.
151151

152152

153-
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
153+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
154154

155155
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
156156
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
157157

158-
http://commons.apache.org/proper/commons-csv/
158+
https://commons.apache.org/proper/commons-csv/
159159

160160
Have fun!
161161
-Apache Commons CSV team
@@ -194,12 +194,12 @@ o CSV-181: Make CSVPrinter.print(Object) GC-free. Thanks to Gary Gregory.
194194
o CSV-183: Drop ferc.gov tests.
195195

196196

197-
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
197+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
198198

199199
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
200200
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
201201

202-
http://commons.apache.org/proper/commons-csv/
202+
https://commons.apache.org/proper/commons-csv/
203203

204204
Have fun!
205205
-Apache Commons CSV team
@@ -286,12 +286,12 @@ o CSV-145: CSVFormat.with* methods clear the header comments. Thanks to Frank U
286286
o CSV-156: Incorrect Javadoc on QuoteMode.NONE. Thanks to Jason Steenstra-Pickens.
287287

288288

289-
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
289+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
290290

291291
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
292292
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
293293

294-
http://commons.apache.org/proper/commons-csv/
294+
https://commons.apache.org/proper/commons-csv/
295295

296296
Have fun!
297297
-Apache Commons CSV team
@@ -332,12 +332,12 @@ Changes:
332332
o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to Kalyan.
333333
o [CSV-134] Unified parameter validation. Thanks to wu wen.
334334

335-
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
335+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
336336

337337
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
338338
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
339339

340-
http://commons.apache.org/proper/commons-csv/
340+
https://commons.apache.org/proper/commons-csv/
341341

342342
Have fun!
343343
-Apache Commons CSV team
@@ -427,12 +427,12 @@ o CSV-26: ExtendedBufferedReader does too much
427427
o CSV-27: Decide whether to keep the csv.writer subpackage
428428

429429

430-
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
430+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
431431

432432
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
433433
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
434434

435-
http://commons.apache.org/proper/commons-csv/
435+
https://commons.apache.org/proper/commons-csv/
436436

437437
Have fun!
438438
-Apache Commons CSV team

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>commons-csv</artifactId>
2626
<version>1.8-SNAPSHOT</version>
2727
<name>Apache Commons CSV</name>
28-
<url>http://commons.apache.org/proper/commons-csv/</url>
28+
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<description>
3030
The Apache Commons CSV library provides a simple interface for reading and writing
3131
CSV files of various types.

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The <a href="source-repository.html">git repository</a> can be
6767
<!-- ================================================== -->
6868
<section name="Releases">
6969
<ul>
70-
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.7 (mirrors)</a> requires Java 8</li>
70+
<li><a href="https://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.7 (mirrors)</a> requires Java 8</li>
7171
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.6 (archives)</a> requires Java 7</li>
7272
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.5 (archives)</a> requires Java 7</li>
7373
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.4 (archives)</a> requires Java 6</li>
@@ -78,7 +78,7 @@ The <a href="source-repository.html">git repository</a> can be
7878
</ul>
7979
<p>
8080
See the
81-
<a href="http://commons.apache.org/csv/download_csv.cgi">Download Page</a>
81+
<a href="https://commons.apache.org/csv/download_csv.cgi">Download Page</a>
8282
for the latest releases.<br />
8383
</p>
8484
<p>

src/site/xdoc/mail-lists.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<section name="Overview">
5050
<p>
5151
<a href="index.html">Apache Commons CSV</a> shares mailing lists with all the other
52-
<a href="http://commons.apache.org/components.html">Commons Components</a>.
52+
<a href="https://commons.apache.org/components.html">Commons Components</a>.
5353
To make it easier for people to only read messages related to components they are interested in,
5454
the convention in Commons is to prefix the subject line of messages with the component's name,
5555
for example:

src/site/xdoc/user-guide.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ limitations under the License.
3434
The CSVFormat class provides some commonly used CSV variants:
3535

3636
<dl>
37-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></dt><dd>Standard Comma Separated Value format, as for RFC4180 but allowing empty lines.</dd>
38-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></dt><dd>The Microsoft Excel CSV format.</dd>
39-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD">INFORMIX_UNLOAD<sup>1.3</sup></a></dt><dd>Informix <a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">UNLOAD</a> format used by the <code>UNLOAD TO file_name</code> operation.</dd>
40-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD_CSV">INFORMIX_UNLOAD_CSV<sup>1.3</sup></a></dt><dd>Informix <a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">CSV UNLOAD</a> format used by the <code>UNLOAD TO file_name</code> operation (escaping is disabled.)</dd>
41-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#MYSQL">MONGO_CSV<sup>1.7</sup></a></dt><dd>MongoDB CSV format used by the <code>mongoexport</code> operation.</dd>
42-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#MYSQL">MONGO_TSV<sup>1.7</sup></a></dt><dd>MongoDB TSV format used by the <code>mongoexport</code> operation.</dd>
43-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></dt><dd>The MySQL CSV format.</dd>
44-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#ORACLE">ORACLE<sup>1.6</sup></a></dt><dd>Default Oracle format used by the SQL*Loader utility.</dd>
45-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#POSTGRESSQL_CSV">POSTGRESSQL_CSV<sup>1.5</sup></a></dt><dd>Default PostgreSQL CSV format used by the COPY operation.</dd>
46-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#POSTGRESSQL_TEXT">POSTGRESSQL_TEXT<sup>1.5</sup></a></dt><dd>Default PostgreSQL text format used by the COPY operation.</dd>
47-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#RFC4180">RFC-4180</a></dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a>.</dd>
48-
<dt><a href="http://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></dt><dd>A tab delimited format.</dd>
37+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></dt><dd>Standard Comma Separated Value format, as for RFC4180 but allowing empty lines.</dd>
38+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></dt><dd>The Microsoft Excel CSV format.</dd>
39+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD">INFORMIX_UNLOAD<sup>1.3</sup></a></dt><dd>Informix <a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">UNLOAD</a> format used by the <code>UNLOAD TO file_name</code> operation.</dd>
40+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD_CSV">INFORMIX_UNLOAD_CSV<sup>1.3</sup></a></dt><dd>Informix <a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">CSV UNLOAD</a> format used by the <code>UNLOAD TO file_name</code> operation (escaping is disabled.)</dd>
41+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#MYSQL">MONGO_CSV<sup>1.7</sup></a></dt><dd>MongoDB CSV format used by the <code>mongoexport</code> operation.</dd>
42+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#MYSQL">MONGO_TSV<sup>1.7</sup></a></dt><dd>MongoDB TSV format used by the <code>mongoexport</code> operation.</dd>
43+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></dt><dd>The MySQL CSV format.</dd>
44+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#ORACLE">ORACLE<sup>1.6</sup></a></dt><dd>Default Oracle format used by the SQL*Loader utility.</dd>
45+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#POSTGRESSQL_CSV">POSTGRESSQL_CSV<sup>1.5</sup></a></dt><dd>Default PostgreSQL CSV format used by the COPY operation.</dd>
46+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#POSTGRESSQL_TEXT">POSTGRESSQL_TEXT<sup>1.5</sup></a></dt><dd>Default PostgreSQL text format used by the COPY operation.</dd>
47+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#RFC4180">RFC-4180</a></dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a>.</dd>
48+
<dt><a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></dt><dd>A tab delimited format.</dd>
4949
</dl>
5050

5151
<subsection name="Example: Parsing an Excel CSV File">

src/test/java/org/apache/commons/csv/CSVParserTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ public void testParseNullUrlCharsetFormat() throws Exception {
10121012

10131013
@Test(expected = IllegalArgumentException.class)
10141014
public void testParserUrlNullCharsetFormat() throws Exception {
1015-
try (final CSVParser parser = CSVParser.parse(new URL("http://commons.apache.org"), null, CSVFormat.DEFAULT)) {
1015+
try (final CSVParser parser = CSVParser.parse(new URL("https://commons.apache.org"), null, CSVFormat.DEFAULT)) {
10161016
Assert.fail("This test should have thrown an exception.");
10171017
}
10181018
}
@@ -1026,7 +1026,7 @@ public void testParseStringNullFormat() throws Exception {
10261026

10271027
@Test(expected = IllegalArgumentException.class)
10281028
public void testParseUrlCharsetNullFormat() throws Exception {
1029-
try (final CSVParser parser = CSVParser.parse(new URL("http://commons.apache.org"), Charset.defaultCharset(), null)) {
1029+
try (final CSVParser parser = CSVParser.parse(new URL("https://commons.apache.org"), Charset.defaultCharset(), null)) {
10301030
Assert.fail("This test should have thrown an exception.");
10311031
}
10321032
}

0 commit comments

Comments
 (0)