[commons-numbers] branch master updated: tracking changes

2021-06-23 Thread mattjuntunen
This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git The following commit(s) were added to refs/heads/master by this push: new 52d90ed tracking changes 52d90ed

[commons-numbers] branch master updated (9d0e749 -> b46db08)

2021-06-23 Thread mattjuntunen
This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. from 9d0e749 NUMBERS-165: Assume that an empty array is a programming error. new 40c7e92 fixing jmh

[commons-numbers] 02/02: additional Sum docs

2021-06-23 Thread mattjuntunen
This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit b46db089d6a16f7cf2371a1521507218dd2df96a Author: Matt Juntunen AuthorDate: Tue Jun 22 21:16:58 2021 -0400

[commons-numbers] 01/02: fixing jmh examples build

2021-06-23 Thread mattjuntunen
This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 40c7e920709fb35b127a1c3a99a1852aeca55104 Author: Matt Juntunen AuthorDate: Tue Jun 22 21:16:39 2021 -0400

[commons-csv] 02/02: Add CSVRecord#toStream().

2021-06-23 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 commit 56d9c8d48f4934ade89db8d9f8eb231860dff3a4 Author: Gary Gregory AuthorDate: Wed Jun 23 15:25:41 2021 -0400 Add

[commons-csv] 01/02: Sort methods.

2021-06-23 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 commit 2d6090b6dde459485e90154876626a996dc62a8c Author: Gary Gregory AuthorDate: Wed Jun 23 15:14:08 2021 -0400 Sor

[commons-csv] branch master updated (f9f9feb -> 56d9c8d)

2021-06-23 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-csv.git. from f9f9feb [CSV-275] Make CSVRecord.toList() public. new 2d6090b Sort methods. new 56d9c8d Add CSVRe

[commons-csv] branch master updated: [CSV-275] Make CSVRecord.toList() public.

2021-06-23 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 f9f9feb [CSV-275] Make CSVRecord.toList(

[commons-pool] branch master updated: Clean up exception.

2021-06-23 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 201cd5f Clean up exception. 201cd5f is

[commons-pool] branch master updated: Javadoc. Try-with-resources.

2021-06-23 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 70f8110 Javadoc. Try-with-resources. 70

[commons-pool] branch master updated: Enable Javadoc for Java 11 and up now that https://bugs.openjdk.java.net/browse/JDK-8212233 has been fixed. Note that the current Java 11 version is 11.0.11.

2021-06-23 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 7e09d67 Enable Javadoc for Java 11 and

[commons-pool] branch master updated: Javadoc. Close HTML tags. First paragraph does not need to be in a para. Sentences end in a period.

2021-06-23 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 95b4f53 Javadoc. Close HTML tags. First

[commons-pool] branch master updated: Javadoc.

2021-06-23 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 d3bf36c Javadoc. d3bf36c is described b

[commons-lang] branch master updated: Add a @SuppressWarnings.

2021-06-23 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 261a579 Add a @SuppressWarnings. 261a57

[commons-pool] branch master updated: Javadoc tweaks. Remove dead whitespace and inline comments.

2021-06-23 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 f89b263 Javadoc tweaks. Remove dead whi

[commons-dbcp] 02/02: Fix Javadoc warnings.

2021-06-23 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-dbcp.git commit 7790b7c6fc75c27f9ff053a1415beb940c3cd385 Author: Gary Gregory AuthorDate: Wed Jun 23 08:16:40 2021 -0400 Fi

[commons-dbcp] 01/02: Organize imports, use final, remove super call, inline local var.

2021-06-23 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-dbcp.git commit e4a295ab62679cc54fa95f1de2a14ffbfc577199 Author: Gary Gregory AuthorDate: Wed Jun 23 08:00:41 2021 -0400 Or

[commons-dbcp] branch master updated (1a8b173 -> 7790b7c)

2021-06-23 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-dbcp.git. from 1a8b173 Simplify Assertions #113. new e4a295a Organize imports, use final, remove super call, inline l

[commons-dbcp] branch master updated: Simplify Assertions #113.

2021-06-23 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new 1a8b173 Simplify Assertions #113. 1a8b1

[commons-dbcp] branch master updated: Simplify Assertions (#113)

2021-06-23 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new 0d05cc7 Simplify Assertions (#113) 0d05

[commons-dbcp] branch master updated: Bump mockito-core from 3.11.0 to 3.11.2 #116.

2021-06-23 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new b4a4911 Bump mockito-core from 3.11.0 t

[commons-dbcp] branch master updated: Bump mockito-core from 3.11.0 to 3.11.2 (#116)

2021-06-23 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new 337106e Bump mockito-core from 3.11.0 t

[commons-pool] 02/03: Javadoc.

2021-06-23 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 commit c95d94b6f820e25f569f5e54a8a97851f21755e6 Author: Gary Gregory AuthorDate: Tue Jun 22 20:41:21 2021 -0400 Ja

[commons-pool] 03/03: Replace deprecated API with current one. Update some tests to use both.

2021-06-23 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 commit 1f8c0b7f0302be5142d4fffe359fe4515416e857 Author: Gary Gregory AuthorDate: Wed Jun 23 07:19:22 2021 -0400 Re

[commons-pool] 01/03: Deprecate DEFAULT_MAX_WAIT_MILLIS in favor of DEFAULT_MAX_WAIT.

2021-06-23 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 commit b40718eb114f66417f5cc049ca0727cdb6150a24 Author: Gary Gregory AuthorDate: Tue Jun 22 20:39:06 2021 -0400 De

[commons-pool] branch master updated (b22bcfc -> 1f8c0b7)

2021-06-23 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-pool.git. from b22bcfc Add BaseObjectPoolConfig.setEvictorShutdownTimeoutDuration(Duration), setEvictorShutdownTimeoutMil