commons-csv git commit: Break up testEscapeBackslash() method into individual tests.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master d067c3ffe -> 1023690dc Break up testEscapeBackslash() method into individual tests. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/1023690d Tree: http

commons-csv git commit: Remove extra blank line.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 0c3bf8266 -> d067c3ffe Remove extra blank line. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/d067c3ff Tree: http://git-wip-us.apache.org/repos/asf/c

commons-csv git commit: Add testPrintOnePositiveInteger().

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 47d11b853 -> 0c3bf8266 Add testPrintOnePositiveInteger(). Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0c3bf826 Tree: http://git-wip-us.apache.org/r

commons-csv git commit: Sort method.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master a9b0be192 -> 47d11b853 Sort method. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/47d11b85 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/t

commons-csv git commit: Javadocs.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master a318a437a -> a9b0be192 Javadocs. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/a9b0be19 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree

commons-csv git commit: [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat). Adjust API to be Charset-based instead of String (charset name), just like it says in the Jira title.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 86ef75f80 -> a318a437a [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat). Adjust API to be Charset-based instead of String (charset name), just like it says in the Jira title. Project: http://git-wip-us.apache.or

commons-csv git commit: [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat). Adjust API to be Charset-based instead of String (charset name), just like it says in the Jira title.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 6780f0d96 -> 86ef75f80 [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat). Adjust API to be Charset-based instead of String (charset name), just like it says in the Jira title. Project: http://git-wip-us.apache.or

svn commit: r14584 - in /dev/commons/dbcp: ./ DBCP_2_2_RC1/ binaries/ source/

2016-07-30 Thread mattsicker
Author: mattsicker Date: Sat Jul 30 21:56:44 2016 New Revision: 14584 Log: Move RC artifacts to location specified in guide As said in , these files belong in a tagged directory. Added: dev/commons/dbcp/DBCP_2_2_RC1/ dev/commons/dbcp/DBC

svn commit: r14582 - in /dev/commons/configuration: binaries/ source/

2016-07-30 Thread oheger
Author: oheger Date: Sat Jul 30 19:43:57 2016 New Revision: 14582 Log: Distributions for Commons Configuration 2.1-RC2. Modified: dev/commons/configuration/binaries/commons-configuration2-2.1-bin.tar.gz dev/commons/configuration/binaries/commons-configuration2-2.1-bin.tar.gz.asc dev/c

Nexus: Staging Completed

2016-07-30 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Commons Configuration 2.1-RC2Deployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.8.0_92; Windows 10 10.0)""userId" = "oheger""ip" = "178.10.26.198"Details:The following artifacts have been staged/org/apache/commons/commons-configurati

svn commit: r1754628 - in /commons/proper/configuration/tags/CONFIGURATION_2_1_RC2: ./ pom.xml

2016-07-30 Thread oheger
Author: oheger Date: Sat Jul 30 19:24:35 2016 New Revision: 1754628 URL: http://svn.apache.org/viewvc?rev=1754628&view=rev Log: Creating configuration-2.1-RC2 tag. Added: commons/proper/configuration/tags/CONFIGURATION_2_1_RC2/ (props changed) - copied from r1754627, commons/proper/co

commons-csv git commit: Remove unused import.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master bb316857d -> 6780f0d96 Remove unused import. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/6780f0d9 Tree: http://git-wip-us.apache.org/repos/asf/comm

commons-csv git commit: Javadocs.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 59e1f7941 -> bb316857d Javadocs. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/bb316857 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree

commons-csv git commit: Add @SuppressWarnings.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 9b37b1eb1 -> 59e1f7941 Add @SuppressWarnings. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/59e1f794 Tree: http://git-wip-us.apache.org/repos/asf/com

commons-csv git commit: [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat)

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 81f24008c -> 9b37b1eb1 [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat) Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9b37b1eb

commons-csv git commit: Add missing JIRA IDs.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master d6278c817 -> 81f24008c Add missing JIRA IDs. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/81f24008 Tree: http://git-wip-us.apache.org/repos/asf/comm

commons-csv git commit: Sort static methods.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 67e7c5509 -> d6278c817 Sort static 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/d6278c81 Tree: http://git-wip-us.apache.org/repos/asf/commo

commons-csv git commit: Javadocs.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master b0b36b226 -> 67e7c5509 Javadocs. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/67e7c550 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree

commons-csv git commit: Javadocs.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master ac46f73b2 -> b0b36b226 Javadocs. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/b0b36b22 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree

commons-csv git commit: [CSV-189] CSVParser: Add factory method accepting InputStream.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 0d7c984c6 -> ac46f73b2 [CSV-189] CSVParser: Add factory method accepting InputStream. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/ac46f73b Tree: ht

commons-csv git commit: Ignore Eclipse files and folders.

2016-07-30 Thread ggregory
Repository: commons-csv Updated Branches: refs/heads/master 96563ca5a -> 0d7c984c6 Ignore Eclipse files and folders. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0d7c984c Tree: http://git-wip-us.apache.org/re