svn commit: r1833301 - /commons/proper/configuration/trunk/pom.xml

2018-06-10 Thread oheger
Author: oheger Date: Sun Jun 10 20:24:14 2018 New Revision: 1833301 URL: http://svn.apache.org/viewvc?rev=1833301&view=rev Log: Added new contributor, changed my organization. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http

commons-dbcp git commit: Use final.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 9773e41c0 -> 5d98623c3 Use final. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/5d98623c Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp

commons-dbcp git commit: Always use blocks.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 57132135b -> 9773e41c0 Always use blocks. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/9773e41c Tree: http://git-wip-us.apache.org/repos/asf/comm

commons-dbcp git commit: Remove trailing white spaces on all lines.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 3f28c60b2 -> 57132135b Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/57132135 Tree: http://git-wip-us.a

commons-dbcp git commit: [DBCP-502] org.apache.commons.dbcp2.datasources internals should use a char[] instead of a String to store passwords.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 064c81483 -> 3f28c60b2 [DBCP-502] org.apache.commons.dbcp2.datasources internals should use a char[] instead of a String to store passwords. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.

commons-dbcp git commit: Better param name.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 954012287 -> 064c81483 Better param name. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/064c8148 Tree: http://git-wip-us.apache.org/repos/asf/comm

commons-dbcp git commit: Better param name.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 633799626 -> 954012287 Better param name. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/95401228 Tree: http://git-wip-us.apache.org/repos/asf/comm

commons-dbcp git commit: Better param name.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master fe71bba6f -> 633799626 Better param name. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/63379962 Tree: http://git-wip-us.apache.org/repos/asf/comm

commons-dbcp git commit: Comments.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 8fb9b82b1 -> fe71bba6f Comments. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/fe71bba6 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/

commons-dbcp git commit: Line length 120 and Javadoc formatting.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 982141d68 -> 8fb9b82b1 Line length 120 and Javadoc formatting. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/8fb9b82b Tree: http://git-wip-us.apac

commons-dbcp git commit: Replace null checks and throws of NullPointerException with Java's java.util.Objects.requireNonNull(T, String).

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master efedfb04f -> 982141d68 Replace null checks and throws of NullPointerException with Java's java.util.Objects.requireNonNull(T, String). Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache

commons-dbcp git commit: No need to initialize instance and static variables to the default value the JVM gives them anyway, it just clutters up the code, and Java is verbose enough as it is.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master ae228cbeb -> efedfb04f No need to initialize instance and static variables to the default value the JVM gives them anyway, it just clutters up the code, and Java is verbose enough as it is. Project: http://git-wip-us.apache.org/repos

commons-dbcp git commit: Format nits.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master c670c66d5 -> ae228cbeb Format nits. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/ae228cbe Tree: http://git-wip-us.apache.org/repos/asf/commons-db

commons-dbcp git commit: Javadoc typos.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 25a50750b -> c670c66d5 Javadoc typos. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/c670c66d Tree: http://git-wip-us.apache.org/repos/asf/commons-

commons-dbcp git commit: Comment empty block and format nits.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 87266fdb9 -> 25a50750b Comment empty block and format nits. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/25a50750 Tree: http://git-wip-us.apache.

[2/4] commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/87266fdb/src/main/java/org/apache/commons/dbcp2/DelegatingResultSet.java -- diff --git a/src/main/java/org/apache/commons/dbcp2/DelegatingResultSet.java b/src/main/java/org/

[1/4] commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 6658eba68 -> 87266fdb9 http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/87266fdb/src/main/java/org/apache/commons/dbcp2/DelegatingStatement.java -- diff --git

[3/4] commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/87266fdb/src/main/java/org/apache/commons/dbcp2/DelegatingDatabaseMetaData.java -- diff --git a/src/main/java/org/apache/commons/dbcp2/DelegatingDatabaseMetaData.java b/src

[4/4] commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/87266fdb Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/87266fd

commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 7c272bc96 -> 6658eba68 Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbc

commons-dbcp git commit: Use line length 120.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master b4d173d35 -> 7c272bc96 Use line length 120. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/7c272bc9 Tree: http://git-wip-us.apache.org/repos/asf/co

commons-dbcp git commit: [DBCP-501] org.apache.commons.dbcp2.datasources.CPDSConnectionFactory should use a char[] instead of a String to store passwords.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 85b999886 -> b4d173d35 [DBCP-501] org.apache.commons.dbcp2.datasources.CPDSConnectionFactory should use a char[] instead of a String to store passwords. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http:/

commons-dbcp git commit: Format nit.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 29cf07169 -> 85b999886 Format nit. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/85b99988 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbc

commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 1d0496004 -> 29cf07169 Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbc

commons-dbcp git commit: [DBCP-500] org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS should use a char[] instead of a String to store passwords.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 7dfe5908c -> 1d0496004 [DBCP-500] org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS should use a char[] instead of a String to store passwords. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git

commons-dbcp git commit: Format nits.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 6b436a0dc -> 7dfe5908c Format nits. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/7dfe5908 Tree: http://git-wip-us.apache.org/repos/asf/commons-db

commons-dbcp git commit: Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 93b0d6b3a -> 6b436a0dc Some ivars use _ as a prefix and some others do not. Normalize to not use a _ prefix. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbc

commons-dbcp git commit: [DBCP-499] org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory should use a char[] instead of a String to save passwords.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master bc71c883e -> 93b0d6b3a [DBCP-499] org.apache.commons.dbcp2.managed.DataSourceXAConnectionFactory should use a char[] instead of a String to save passwords. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: htt

commons-dbcp git commit: Fix typos in private ivar name, Javadocs, and param name: camel case 'username' as 'userName'.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 80287ea5d -> bc71c883e Fix typos in private ivar name, Javadocs, and param name: camel case 'username' as 'userName'. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/co

commons-dbcp git commit: Fix typos in private ivar name, Javadocs, and param name: camel case 'username' as 'userName'.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master e45d91d03 -> 80287ea5d Fix typos in private ivar name, Javadocs, and param name: camel case 'username' as 'userName'. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/co

commons-dbcp git commit: fix typo in private ivar name, Javadocs, and param name.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master b7abcb964 -> e45d91d03 fix typo in private ivar name, Javadocs, and param name. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/e45d91d0 Tree: http:

commons-dbcp git commit: Add a blank line between Javadoc text and tags section.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master beb266a7c -> b7abcb964 Add a blank line between Javadoc text and tags section. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b7abcb96 Tree: http:/

commons-dbcp git commit: fix typo in private ivar name.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 0b10d14e4 -> beb266a7c fix typo in private ivar name. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/beb266a7 Tree: http://git-wip-us.apache.org/re

commons-dbcp git commit: [DBCP-498] org.apache.commons.dbcp2.DataSourceConnectionFactory should use a char[] instead of a String to save passwords.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 3187c92b9 -> 0b10d14e4 [DBCP-498] org.apache.commons.dbcp2.DataSourceConnectionFactory should use a char[] instead of a String to save passwords. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wi

commons-dbcp git commit: Javadoc and organize.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 10636cf7f -> 3187c92b9 Javadoc and organize. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/3187c92b Tree: http://git-wip-us.apache.org/repos/asf/c

commons-dbcp git commit: Use line length 120 and format consistently.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 24c79b896 -> 10636cf7f Use line length 120 and format consistently. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/10636cf7 Tree: http://git-wip-us

commons-dbcp git commit: Docuemnt empty block.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 2f92ec1b0 -> 24c79b896 Docuemnt empty block. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/24c79b89 Tree: http://git-wip-us.apache.org/repos/asf/c

commons-dbcp git commit: Use line length 120 and format blocks consistently.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 2705bf039 -> 2f92ec1b0 Use line length 120 and format blocks consistently. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/2f92ec1b Tree: http://git

commons-dbcp git commit: Javadoc.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 713ba5701 -> 2705bf039 Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/2705bf03 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/t

commons-dbcp git commit: Javadoc and max line 120.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 4f65842c5 -> 713ba5701 Javadoc and max line 120. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/713ba570 Tree: http://git-wip-us.apache.org/repos/a

commons-dbcp git commit: Javadoc and max line 120.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master acfc05224 -> 4f65842c5 Javadoc and max line 120. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/4f65842c Tree: http://git-wip-us.apache.org/repos/a

commons-dbcp git commit: Javadoc nit.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 62e139bfb -> acfc05224 Javadoc nit. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/acfc0522 Tree: http://git-wip-us.apache.org/repos/asf/commons-db

commons-dbcp git commit: Javadoc the scale of the query timeout as seconds. Update private ivar names to make this clear.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master e27d6a7dd -> 62e139bfb Javadoc the scale of the query timeout as seconds. Update private ivar names to make this clear. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/

commons-dbcp git commit: Add missing Javadoc tags.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 845fca72f -> e27d6a7dd Add missing Javadoc tags. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/e27d6a7d Tree: http://git-wip-us.apache.org/repos/a

[2/2] commons-dbcp git commit: Use a line length max of 120 and add missing Javadoc tags.

2018-06-10 Thread ggregory
Use a line length max of 120 and add missing Javadoc tags. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/845fca72 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/845fca72 Diff: http://git-wip-us.a

[1/2] commons-dbcp git commit: Use a line length max of 120 and add missing Javadoc tags.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 43b203c81 -> 845fca72f http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/845fca72/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java -- diff --git a/s

commons-dbcp git commit: Remove old comment.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master b68e9f59c -> 43b203c81 Remove old comment. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/43b203c8 Tree: http://git-wip-us.apache.org/repos/asf/com

commons-dbcp git commit: Longer lines for Javadocs.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master b7a12cfcf -> b68e9f59c Longer lines for Javadocs. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b68e9f59 Tree: http://git-wip-us.apache.org/repos/

svn commit: r27359 - in /dev/commons/dbcp: binaries/ site.zip source/

2018-06-10 Thread ggregory
Author: ggregory Date: Sun Jun 10 15:07:07 2018 New Revision: 27359 Log: Prepare Apache Commons DBCP 2.4.0-RC1. Removed: dev/commons/dbcp/binaries/ dev/commons/dbcp/site.zip dev/commons/dbcp/source/

commons-dbcp git commit: Prepare for releasing 2.4.0.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 9f4ececeb -> b7a12cfcf Prepare for releasing 2.4.0. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b7a12cfc Tree: http://git-wip-us.apache.org/repo

commons-dbcp git commit: Prepare for releasing 2.4.0.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master a3e1e88bf -> 9f4ececeb Prepare for releasing 2.4.0. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/9f4ecece Tree: http://git-wip-us.apache.org/repo

commons-dbcp git commit: Javadoc.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master b92c303f8 -> a3e1e88bf Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/a3e1e88b Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/t

commons-dbcp git commit: Prepare for releasing 2.4.0.

2018-06-10 Thread ggregory
Repository: commons-dbcp Updated Branches: refs/heads/master 41157e7a3 -> b92c303f8 Prepare for releasing 2.4.0. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b92c303f Tree: http://git-wip-us.apache.org/repo