[commons-dbutils] branch master updated: Update to latest commons-parent pom

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

[commons-lang] branch master updated: Don't generate gratuitous garbage.

2019-12-26 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 0ef55fe Don't generate gratuitous

[commons-lang] branch master updated: Use ArrayUtils#EMPTY_STRING_ARRAY instead of creating new empty String arrays.

2019-12-26 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-lang.git The following commit(s) were added to refs/heads/master by this push: new d5948be Use

[commons-lang] branch master updated: Use Collection#toArray(new T[0]) instead of a presized array as it is faster on modern JVMs.

2019-12-26 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-lang.git The following commit(s) were added to refs/heads/master by this push: new 84668a2 Use

[commons-codec] branch master updated: [CODEC-273] Add Path APIs to org.apache.commons.codec.digest.DigestUtils similar to File APIs.

2019-12-26 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-codec.git The following commit(s) were added to refs/heads/master by this push: new e772d31 [CODEC-273] Add Path APIs to

[commons-codec] 02/02: Sort members.

2019-12-26 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-codec.git commit 6471942097893c67004e4990d77002a9071a7f84 Author: Gary Gregory AuthorDate: Thu Dec 26 09:04:24 2019 -0500

[commons-codec] branch master updated (ac7a700 -> 6471942)

2019-12-26 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-codec.git. from ac7a700 Prepare for next release. new 251d41c Better param name. new 6471942 Sort members.

[commons-codec] 01/02: Better param name.

2019-12-26 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-codec.git commit 251d41c38fe917c9ee371f581ecf9ec651c6384e Author: Gary Gregory AuthorDate: Thu Dec 26 08:53:31 2019 -0500

[commons-codec] 01/02: Use final.

2019-12-26 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-codec.git commit 17d8f331a0dafd731a99254a2dd2b6aba2fc0317 Author: Gary Gregory AuthorDate: Thu Dec 26 08:46:14 2019 -0500

[commons-codec] 02/02: Prepare for next release.

2019-12-26 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-codec.git commit ac7a700094c772aed0668273c31477cb8751c2cf Author: Gary Gregory AuthorDate: Thu Dec 26 08:51:20 2019 -0500

[commons-codec] branch master updated (0ec741f -> ac7a700)

2019-12-26 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-codec.git. from 0ec741f Javadoc. new 17d8f33 Use final. new ac7a700 Prepare for next release. The 2 revisions

[commons-codec] branch master updated: Javadoc.

2019-12-26 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-codec.git The following commit(s) were added to refs/heads/master by this push: new 0ec741f Javadoc. 0ec741f is described

[commons-weaver] branch master updated: Use Objects.requireNonNull() instead of custom check. Minor formatting.

2019-12-26 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-weaver.git The following commit(s) were added to refs/heads/master by this push: new 61c6e2f Use Objects.requireNonNull()

[commons-pool] branch master updated: Use Objects.requireNonNull() instead of custom check. Minor formatting.

2019-12-26 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-pool.git The following commit(s) were added to refs/heads/master by this push: new 4d4e6db Use Objects.requireNonNull()

[commons-lang] branch master updated: CompareToBuilder: Fix checkstyle violation.

2019-12-26 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-lang.git The following commit(s) were added to refs/heads/master by this push: new fe44a99 CompareToBuilder: Fix