[commons-text] branch master updated: More lambdas, less boilerplate.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new aeccdea More lambdas, less

[commons-csv] branch master updated: More lambdas, less boilerplate.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git The following commit(s) were added to refs/heads/master by this push: new dfd58d8 More lambdas, less boilerplate.

[commons-beanutils] branch master updated (25381c1 -> a8c10e5)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git. from 25381c1 (update) put 1.9.4 docs into 2.x master new 55a786a Formatting. new a8c10e5 More

[commons-beanutils] 02/02: More lambdas, less boilerplate.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git commit a8c10e565975c99f4e362278f661fb1aa3fe68f6 Author: Gary Gregory AuthorDate: Thu Sep 12 20:55:36 2019 -0400

[commons-beanutils] 01/02: Formatting.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git commit 55a786a31edd7e380532a329201864a7733f9f11 Author: Gary Gregory AuthorDate: Thu Sep 12 20:55:30 2019 -0400

[commons-bcel] branch master updated: More lambdas, less boilerplate.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git The following commit(s) were added to refs/heads/master by this push: new 974c435 More lambdas, less

[commons-lang] branch master updated: More lambdas, less boilerplate.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 3ea8244 More lambdas, less

[commons-collections] branch master updated: Escape ampersands in Javadoc.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git The following commit(s) were added to refs/heads/master by this push: new 7b71693 Escape ampersands in

[commons-configuration] branch master updated: Convert to lambdas (no braces formatting restrictions.)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 63bb3e8 Convert to lambdas

[commons-configuration] branch master updated: Give lambdas more flexibility in formatting where { and } can be on the same line as aggreed on the dev ML.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 88c71f5 Give lambdas more

[commons-configuration] branch master updated: Use current version of Checkstyle: 6.18 to 8.24.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new d59b561 Use current version

[commons-configuration] branch master updated: Update maven-checkstyle-plugin from 3.0.0 to 3.1.0.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 5e007ee Update

[commons-configuration] branch master updated: Use Objects.toString() instead of ternary expression.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new a53f995 Use

[commons-configuration] branch master updated: Remove unnecessary parens in ternary expression tests.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 1fc2c9c Remove unnecessary

[commons-configuration] 03/03: Remove unnecessary parens in ternary expression tests.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit 63386c88f07ffdbb237b84777c97916ca1746839 Author: Gary Gregory AuthorDate: Thu Sep 12 16:20:15 2019

[commons-configuration] branch master updated (d3c40d7 -> 63386c8)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git. from d3c40d7 [CONFIGURATION-760] Properties file using cyclical includes cause a StackOverflowError

[commons-configuration] 01/03: Remove trailing white spaces on all lines.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit 94a964deb3e24819a3c6b174fe7c0d793420bff4 Author: Gary Gregory AuthorDate: Thu Sep 12 15:58:38 2019

[commons-configuration] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit a749b0a5c0f723ff66e4ed988b22d5c4246857b2 Merge: 94a964d d3c40d7 Author: Gary Gregory AuthorDate: Thu

[commons-configuration] branch master updated: [CONFIGURATION-760] Properties file using cyclical includes cause a StackOverflowError instead of detecting the misconfiguration. (#35)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new d3c40d7 [CONFIGURATION-760]

[commons-lang] branch master updated: Fix typo; thanks to Alex Herbert.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 15d9a6b Fix typo; thanks to Alex

[commons-configuration] 02/05: Javadoc.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit e1ad77b56f0cebf93ff63eb5002cdb4dc83e60cd Author: Gary Gregory AuthorDate: Thu Sep 12 15:45:33 2019

[commons-configuration] branch master updated (ab299c1 -> a396507)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git. from ab299c1 Build on pull_request. new 6472d84 Don't need @SuppressWarnings("unchecked")

[commons-configuration] 03/05: Better local var names.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit a2586ebdded4ff65917c303525f70d693305da17 Author: Gary Gregory AuthorDate: Thu Sep 12 15:48:03 2019

[commons-configuration] 05/05: Javadoc.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit a3965076535f8673cedca093d11876eba76cac5e Author: Gary Gregory AuthorDate: Thu Sep 12 15:50:43 2019

[commons-configuration] 01/05: Don't need @SuppressWarnings("unchecked") anymore.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit 6472d8410030e542cb38374379c38c0a6f1875c0 Author: Gary Gregory AuthorDate: Thu Sep 12 15:43:15 2019

[commons-configuration] 04/05: Add comment about resource management.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit be4db737abe70be8989aa2169d27efe523cdbc18 Author: Gary Gregory AuthorDate: Thu Sep 12 15:49:28 2019

[commons-configuration] branch master updated: Build on pull_request.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new ab299c1 Build on

[commons-configuration] branch master updated: [CONFIGURATION-756] Allow for custom behavior to handle errors loading included properties files. (#34)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 8b31196 [CONFIGURATION-756]

[commons-configuration] branch master updated: [CONFIGURATION-759] Update Spring from 4.3.24.RELEASE to 4.3.25.RELEASE.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 3f1069f [CONFIGURATION-759]

[commons-configuration] branch master updated (eaca4a3 -> 72a29cc)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git. from eaca4a3 Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0. new 2ec8f88 Update tests from

[commons-configuration] 02/02: Adjust for different javadoc options between Java 8 and 11.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit 72a29cc53d5ad99674fcefa4e3c4df7bb57e05a7 Author: Gary Gregory AuthorDate: Thu Sep 12 10:44:31 2019

[commons-configuration] 01/02: Update tests from com.sun.mail:mailapi 1.6.3 to 1.6.4.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit 2ec8f88aa090b3f0404b10ee1009b817977e3e21 Author: Gary Gregory AuthorDate: Thu Sep 12 10:44:00 2019

[commons-configuration] branch master updated: Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new eaca4a3 Update tests from

[commons-configuration] branch master updated: [CONFIGURATION-758] Update commons-codec:commons-codec from 1.12 to 1.13.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 23d73a4 [CONFIGURATION-758]

[commons-configuration] branch master updated: - Update tests from org.apache.commons:commons-dbcp2 2.6.0 to 2.7.0. - Update tests from org.apache.commons:commons-pool2 2.6.2 to 2.7.0.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 0432652 - Update tests from

[commons-configuration] branch master updated: [CONFIGURATION-757] Update org.yaml:snakeyaml from 1.24 to 1.25.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 0e29fbe [CONFIGURATION-757]

[commons-configuration] branch master updated: Fix syntax in user guide documentation #33.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new 0685cef Fix syntax in user

[commons-configuration] branch master updated: Fix syntax in user guide documentation #33

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git The following commit(s) were added to refs/heads/master by this push: new f236248 Fix syntax in user

[commons-configuration] branch master updated (d861304 -> acfc3ab)

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git. from d861304 Workaround OpenJDK 8 and 9 bug JDK-8177809. new b284d1b Javadoc. new acfc3ab

[commons-configuration] 01/02: Javadoc.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit b284d1bf8b9bfc9d12e4ba1271f4e4c83b17c351 Author: Gary Gregory AuthorDate: Thu Sep 12 09:48:19 2019

[commons-configuration] 02/02: Add support for GitHub Actions CI build.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git commit acfc3abaf9bb216d8d715f71218e5f1ebd102ec5 Author: Gary Gregory AuthorDate: Thu Sep 12 09:56:14 2019

[commons-lang] branch master updated: Spotbugs is already run as part of the Maven default build goal.

2019-09-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new e144ca6 Spotbugs is already run as

[commons-text] branch master updated: Do not run spotbugs twice on Travis CI. Spotbugs is already executed in the main build, do not run it again in the "after_success" part.

2019-09-12 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new b3bffa2 Do not run spotbugs