commons-rng git commit: Upgrade Jacoco.

2018-02-09 Thread erans
Repository: commons-rng Updated Branches: refs/heads/master 07431135c -> 2fa1dd8e9 Upgrade Jacoco. Fixes the issue referred to in previous commit. Thanks to Bindul Bhowmik. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons

svn commit: r24900 - in /release/commons/text: binaries/ source/

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 21:52:35 2018 New Revision: 24900 Log: Archive text release 1.1 Removed: release/commons/text/binaries/commons-text-1.1-bin.tar.gz release/commons/text/binaries/commons-text-1.1-bin.tar.gz.asc release/commons/text/binaries/commons-text-1.1-bin.tar.gz.md5

svn commit: r24899 - in /release/commons/math: binaries/ source/

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 21:51:51 2018 New Revision: 24899 Log: Archive math release 3.6 Removed: release/commons/math/binaries/commons-math3-3.6-bin.tar.gz release/commons/math/binaries/commons-math3-3.6-bin.tar.gz.asc release/commons/math/binaries/commons-math3-3.6-bin.tar.gz.m

svn commit: r24898 - in /release/commons/math: binaries/ source/

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 21:49:59 2018 New Revision: 24898 Log: Archive math release 3.5 Removed: release/commons/math/binaries/commons-math3-3.5-bin.tar.gz release/commons/math/binaries/commons-math3-3.5-bin.tar.gz.asc release/commons/math/binaries/commons-math3-3.5-bin.tar.gz.m

svn commit: r24897 - in /release/commons/jexl: binaries/ source/

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 21:49:23 2018 New Revision: 24897 Log: Archive jexl release 3.0 Removed: release/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz release/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz.asc release/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz.md5

svn commit: r24896 - in /release/commons/dbutils: binaries/ source/

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 21:48:06 2018 New Revision: 24896 Log: Archive dbutils release 1.6 Removed: release/commons/dbutils/binaries/commons-dbutils-1.6-bin.tar.gz release/commons/dbutils/binaries/commons-dbutils-1.6-bin.tar.gz.asc release/commons/dbutils/binaries/commons-dbutil

svn commit: r24895 - in /release/commons/cli: binaries/ source/

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 21:46:24 2018 New Revision: 24895 Log: Archive cli release 1.3.1 Removed: release/commons/cli/binaries/commons-cli-1.3.1-bin.tar.gz release/commons/cli/binaries/commons-cli-1.3.1-bin.tar.gz.asc release/commons/cli/binaries/commons-cli-1.3.1-bin.tar.gz.md5

svn commit: r1823700 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSSocketFactory.java

2018-02-09 Thread sebb
Author: sebb Date: Fri Feb 9 20:59:48 2018 New Revision: 1823700 URL: http://svn.apache.org/viewvc?rev=1823700&view=rev Log: Doc fix Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSSocketFactory.java Modified: commons/proper/net/trunk/src/main/java/org/apac

commons-rng git commit: Workaround build failure.

2018-02-09 Thread erans
Repository: commons-rng Updated Branches: refs/heads/master b28f668ee -> 07431135c Workaround build failure. Thanks to Bindul Bhowmik. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/07431135 Tree: http://git-

commons-csv git commit: CSV-216: Avoid sharing CSVRecord.comment field

2018-02-09 Thread stain
Repository: commons-csv Updated Branches: refs/heads/CSV-216 c66ea98c0 -> 637ad2d7a CSV-216: Avoid sharing CSVRecord.comment field final modifiers to most methods ... not sure what CSVMutableRecord class is needed for now! Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Com

[3/3] commons-csv git commit: CSV-216 test mutators

2018-02-09 Thread stain
CSV-216 test mutators Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c66ea98c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c66ea98c Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/c6

[1/3] commons-csv git commit: CSV-216 add mutator functions

2018-02-09 Thread stain
Repository: commons-csv Updated Branches: refs/heads/CSV-216 c290f133c -> c66ea98c0 CSV-216 add mutator functions if the record is already mutable, they will return the current object, otherwise a copy will be made using private CSVMutableRecord subclass. The method mutable() and immutable()

[2/3] commons-csv git commit: CSV-216: Avoid references to CSVMutableRecord

2018-02-09 Thread stain
CSV-216: Avoid references to CSVMutableRecord as mutator functions are directly in CSVRecord Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/6eebeb04 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/6

[3/3] commons-csv git commit: CSV-216 test mutators

2018-02-09 Thread stain
CSV-216 test mutators Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c66ea98c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c66ea98c Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/c6

[1/3] commons-csv git commit: CSV-216 add mutator functions

2018-02-09 Thread stain
Repository: commons-csv Updated Branches: refs/heads/CSV-216-with [created] c66ea98c0 CSV-216 add mutator functions if the record is already mutable, they will return the current object, otherwise a copy will be made using private CSVMutableRecord subclass. The method mutable() and immutable(

[2/3] commons-csv git commit: CSV-216: Avoid references to CSVMutableRecord

2018-02-09 Thread stain
CSV-216: Avoid references to CSVMutableRecord as mutator functions are directly in CSVRecord Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/6eebeb04 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/6

commons-csv git commit: CSV-216: Javadoc of @param mutableREcords

2018-02-09 Thread stain
Repository: commons-csv Updated Branches: refs/heads/CSV-216 d482fd289 -> c290f133c CSV-216: Javadoc of @param mutableREcords Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c290f133 Tree: http://git-wip-us.apa

[25/34] commons-csv git commit: Fix Javadocs typos

2018-02-09 Thread stain
Fix Javadocs typos Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0051a83d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0051a83d Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0051a

[32/34] commons-csv git commit: Update to commons-parent version 43

2018-02-09 Thread stain
Update to commons-parent version 43 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f3f48be1 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f3f48be1 Diff: http://git-wip-us.apache.org/repos/asf/commo

[20/34] commons-csv git commit: Use final.

2018-02-09 Thread stain
Use final. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0c216e78 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0c216e78 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0c216e78 Bran

[18/34] commons-csv git commit: Next version will be 1.6 due to new auto-flush feature just added.

2018-02-09 Thread stain
Next version will be 1.6 due to new auto-flush feature just added. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/5ca0f91f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/5ca0f91f Diff: http://git-wip

[26/34] commons-csv git commit: Remove trailing white spaces on all lines.

2018-02-09 Thread stain
Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c6cd6ce8 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c6cd6ce8 Diff: http://git-wip-us.apache.org/repos/asf

[22/34] commons-csv git commit: travis: add java 9 to build (closes #23)

2018-02-09 Thread stain
travis: add java 9 to build (closes #23) pom.xml: add java 9 profile and override jacoco version to make build pass Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/d20e5aba Tree: http://git-wip-us.apache.org/repos

[24/34] commons-csv git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-csv.git

2018-02-09 Thread stain
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-csv.git Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/1521cc28 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/1521cc28 Diff:

[21/34] commons-csv git commit: findbugs-maven-plugin 3.0.4 -> 3.0.5.

2018-02-09 Thread stain
findbugs-maven-plugin 3.0.4 -> 3.0.5. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/27cdc557 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/27cdc557 Diff: http://git-wip-us.apache.org/repos/asf/comm

[30/34] commons-csv git commit: Sort methods.

2018-02-09 Thread stain
Sort methods. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/34262e8c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/34262e8c Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/34262e8c B

[23/34] commons-csv git commit: Update tests from Apache Commons IO 2.5 to 2.6.

2018-02-09 Thread stain
Update tests from Apache Commons IO 2.5 to 2.6. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0e39fe3b Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0e39fe3b Diff: http://git-wip-us.apache.org/repo

[34/34] commons-csv git commit: Merge branch 'master' into CSV-216

2018-02-09 Thread stain
Merge branch 'master' into CSV-216 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/d482fd28 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/d482fd28 Diff: http://git-wip-us.apache.org/repos/asf/common

[02/34] commons-csv git commit: Fix last checkstyle error

2018-02-09 Thread stain
Fix last checkstyle error Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f7d7d63e Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f7d7d63e Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/dif

[33/34] commons-csv git commit: Slightly better Javadoc.

2018-02-09 Thread stain
Slightly better Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/eede739d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/eede739d Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/

[29/34] commons-csv git commit: Sort methods.

2018-02-09 Thread stain
Sort methods. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/4f58df6d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/4f58df6d Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/4f58df6d B

[27/34] commons-csv git commit: Update tests from Apache Commons Lang 3.6 to 3.7.

2018-02-09 Thread stain
Update tests from Apache Commons Lang 3.6 to 3.7. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/e76c4d80 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/e76c4d80 Diff: http://git-wip-us.apache.org/re

[19/34] commons-csv git commit: [CSV-217] Add autoFlush option for CsvPrinter. Use current version of Mockito.

2018-02-09 Thread stain
[CSV-217] Add autoFlush option for CsvPrinter. Use current version of Mockito. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/b4a084ed Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/b4a084ed Diff: ht

[28/34] commons-csv git commit: [CSV-219] The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s). [CSV-172] Don't quote cells just because they have U

2018-02-09 Thread stain
[CSV-219] The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s). [CSV-172] Don't quote cells just because they have UTF-8 encoded characters. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/re

[08/34] commons-csv git commit: Update change log for release 1.5

2018-02-09 Thread stain
Update change log for release 1.5 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/10671384 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/10671384 Diff: http://git-wip-us.apache.org/repos/asf/commons

[14/34] commons-csv git commit: Add version 1.6 to changes.

2018-02-09 Thread stain
Add version 1.6 to changes. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/10977ae1 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/10977ae1 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/di

[31/34] commons-csv git commit: [CSV-220] Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator().

2018-02-09 Thread stain
[CSV-220] Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator(). Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3a203443 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3a203443 Diff: h

[17/34] commons-csv git commit: [CSV-217] Add autoFlush option for CsvPrinter. Remove println() in test.

2018-02-09 Thread stain
[CSV-217] Add autoFlush option for CsvPrinter. Remove println() in test. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3c0a73b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3c0a73b3 Diff: http://g

[09/34] commons-csv git commit: Update CONTRIBUTING.md for 1.5 release

2018-02-09 Thread stain
Update CONTRIBUTING.md for 1.5 release Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/067b0462 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/067b0462 Diff: http://git-wip-us.apache.org/repos/asf/co

[15/34] commons-csv git commit: [CSV-217] Add autoFlush option for CsvPrinter. Applying modified patch This closes #24.

2018-02-09 Thread stain
[CSV-217] Add autoFlush option for CsvPrinter. Applying modified patch This closes #24. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/7e471527 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/7e471527

[10/34] commons-csv git commit: Updated README.md for release 1.5

2018-02-09 Thread stain
Updated README.md for release 1.5 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9479bfaa Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/9479bfaa Diff: http://git-wip-us.apache.org/repos/asf/commons

[07/34] commons-csv git commit: Update version for Commons Csv release 1.5

2018-02-09 Thread stain
Update version for Commons Csv release 1.5 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/dfcd0793 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/dfcd0793 Diff: http://git-wip-us.apache.org/repos/as

[01/34] commons-csv git commit: Fix checkstyle errors by replacing tabs by spaces

2018-02-09 Thread stain
Repository: commons-csv Updated Branches: refs/heads/CSV-216 41101f124 -> d482fd289 Fix checkstyle errors by replacing tabs by spaces Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/87b75e02 Tree: http://git-wi

[12/34] commons-csv git commit: Bump to next development version

2018-02-09 Thread stain
Bump to next development version Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3e3c2365 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3e3c2365 Diff: http://git-wip-us.apache.org/repos/asf/commons-

[11/34] commons-csv git commit: Updated site in preparation for 1.5 release

2018-02-09 Thread stain
Updated site in preparation for 1.5 release Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f76a1357 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f76a1357 Diff: http://git-wip-us.apache.org/repos/a

[13/34] commons-csv git commit: Update CSV 1.5 release date in changes.xml

2018-02-09 Thread stain
Update CSV 1.5 release date in changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/edb87f3a Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/edb87f3a Diff: http://git-wip-us.apache.org/repos/as

[06/34] commons-csv git commit: Update download page in preparation for 1.5 release

2018-02-09 Thread stain
Update download page in preparation for 1.5 release Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/07101efb Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/07101efb Diff: http://git-wip-us.apache.org

[16/34] commons-csv git commit: Next version will be 1.6 due to new auto-flush feature just added.

2018-02-09 Thread stain
Next version will be 1.6 due to new auto-flush feature just added. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9c203414 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/9c203414 Diff: http://git-wip

[03/34] commons-csv git commit: Add missing CSV test files to RAT report exclusions list

2018-02-09 Thread stain
Add missing CSV test files to RAT report exclusions list Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9d2b6d75 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/9d2b6d75 Diff: http://git-wip-us.apach

[04/34] commons-csv git commit: Updated RELEASE-NOTES.txt in preparation for 1.5 release

2018-02-09 Thread stain
Updated RELEASE-NOTES.txt in preparation for 1.5 release Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3894acc5 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3894acc5 Diff: http://git-wip-us.apach

[05/34] commons-csv git commit: Update NOTICE.txt copyright year for 1.5 release

2018-02-09 Thread stain
Update NOTICE.txt copyright year for 1.5 release Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/d032c24a Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/d032c24a Diff: http://git-wip-us.apache.org/re