(commons-cli) 03/03: Use compact array initialization

2025-06-10 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-cli.git commit bef0cfd48f3620bb69865d9eb98666f633d9d400 Author: Gary D. Gregory AuthorDate: Tue Jun 10 19:03:49 2025 -0400

(commons-cli) 02/03: Use final

2025-06-10 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-cli.git commit d350ef8f9cffebf6609f5d34985fadcc0f8b9cb3 Author: Gary D. Gregory AuthorDate: Tue Jun 10 19:03:31 2025 -0400

(commons-cli) 01/03: Sort members

2025-06-10 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-cli.git commit 80f2d7b5e875a41c05ed42656fcd25830ada1b1b Author: Gary D. Gregory AuthorDate: Tue Jun 10 18:59:32 2025 -0400

(commons-cli) branch master updated (b1f015ed -> bef0cfd4)

2025-06-10 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-cli.git from b1f015ed Add new options for parsing: ignore and skip (#379) new 80f2d7b5 Sort members new d350ef8f U

(commons-cli) branch master updated: Add new options for parsing: ignore and skip (#379)

2025-06-10 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-cli.git The following commit(s) were added to refs/heads/master by this push: new b1f015ed Add new options for parsing: ign

(commons-pool) branch POOL_2_X updated: Internal refactoring

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git The following commit(s) were added to refs/heads/POOL_2_X by this push: new bf69b154 Internal refactoring bf69b1

(commons-pool) branch master updated: Reuse internal refactoring

2025-06-10 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 d3c075a6 Reuse internal refactoring d3c0

(commons-pool) branch master updated: Rename internal method

2025-06-10 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 0aa302b7 Rename internal method 0aa302b7

(commons-pool) branch POOL_2_X updated: Fix randomly failing test on Java 8 and Windows 10 by allowing for greater clock granularity

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git The following commit(s) were added to refs/heads/POOL_2_X by this push: new 94c3228f Fix randomly failing test o

(commons-pool) 01/05: Use try-with-resources

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit 8740e2659501d957d512284d9db34616dd8ad255 Author: Gary Gregory AuthorDate: Tue Jun 10 14:07:51 2025 -0400

(commons-pool) 02/05: Use assertThrows()

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit c4526a424d3b061e61f767c8d9cb90dd7021c782 Author: Gary Gregory AuthorDate: Tue Jun 10 14:09:24 2025 -0400

(commons-pool) 05/05: Use setter method in test

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit c33ac98606bfb6662c4c0f06272a827cdb43e9ec Author: Gary Gregory AuthorDate: Tue Jun 10 16:46:49 2025 -0400

(commons-pool) 04/05: Use try-with-resources

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit bd7501afcf80427e7489c94c40984a1a98917c64 Author: Gary Gregory AuthorDate: Tue Jun 10 14:16:23 2025 -0400

(commons-pool) 03/05: Use try-with-resources

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit b936e5cc14026d25083b238e9c7e22dca3070e9c Author: Gary Gregory AuthorDate: Tue Jun 10 14:12:39 2025 -0400

(commons-pool) branch POOL_2_X updated (6b7c8e0d -> c33ac986)

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git from 6b7c8e0d Add missing @Deprecated new 8740e265 Use try-with-resources new c4526a42 Use assertThrows

(commons-pool) branch master updated: Add org.apache.commons.pool2.PooledObject.nonNull(PooledObject)

2025-06-10 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 79f493bf Add org.apache.commons.pool2.P

(commons-pool) 02/05: Fix typo in comment

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit 222ca98799d3c10269268a68e4f85c3b87d218a9 Author: Gary Gregory AuthorDate: Tue Jun 10 13:11:38 2025 -0400

(commons-pool) branch POOL_2_X updated (6ee92988 -> 6b7c8e0d)

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git from 6ee92988 Fix typo in comment new 9bf05020 Use try with resources new 222ca987 Fix typo in comment

(commons-pool) 01/05: Use try with resources

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit 9bf0502021c76dc9ac54e313c05ef4b84d74c449 Author: Gary Gregory AuthorDate: Tue Jun 10 13:10:28 2025 -0400

(commons-pool) 04/05: >Add org.apache.commons.pool2.PooledObject.nonNull(PooledObject)

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit 09c781359a2d3558711635ded47a7453f6ea5545 Author: Gary Gregory AuthorDate: Tue Jun 10 13:54:23 2025 -0400

(commons-pool) 05/05: Add missing @Deprecated

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit 6b7c8e0d0636edb8d5f51142bd40ecfc30cd14c6 Author: Gary Gregory AuthorDate: Tue Jun 10 13:54:38 2025 -0400

(commons-pool) 03/05: Use final

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git commit a745f6b9ef4d7261642c56bef84567ed8688f2af Author: Gary Gregory AuthorDate: Tue Jun 10 13:16:59 2025 -0400

(commons-pool) branch POOL_2_X updated: Fix typo in comment

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git The following commit(s) were added to refs/heads/POOL_2_X by this push: new 6ee92988 Fix typo in comment 6ee9298

(commons-validator) branch master updated: Resynch domains

2025-06-10 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git The following commit(s) were added to refs/heads/master by this push: new a4912a8b Resynch domains a4912a8b is de

(commons-validator) branch master updated: Resynch domains

2025-06-10 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git The following commit(s) were added to refs/heads/master by this push: new b728fbbe Resynch domains b728fbbe is de

(commons-validator) branch master updated: These classes must be public

2025-06-10 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git The following commit(s) were added to refs/heads/master by this push: new a6a231b8 These classes must be public a

(commons-validator) branch master updated: This class must be public

2025-06-10 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git The following commit(s) were added to refs/heads/master by this push: new a2114b76 This class must be public a211

(commons-pool) 01/03: Sort members

2025-06-10 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 d6da62d97736297a9045ec08d5c93e01c2d26581 Author: Gary Gregory AuthorDate: Tue Jun 10 09:42:37 2025 -0400 So

(commons-pool) branch master updated (8e3a2983 -> 03b29cdf)

2025-06-10 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 8e3a2983 Use JUnit 5 convention for class visibility new d6da62d9 Sort members new b1b939ae [POOL-42

(commons-pool) 02/03: [POOL-422] org.apache.commons.pool3.impl.GenericObjectPool.create(Duration) duration computation doesn't match 2.x

2025-06-10 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 b1b939ae721c9f76f5a85aa744b334d131a22e30 Merge: d6da62d9 8e3a2983 Author: Gary Gregory AuthorDate: Tue Jun 10 10

(commons-pool) branch POOL_2_X updated: Sort members

2025-06-10 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git The following commit(s) were added to refs/heads/POOL_2_X by this push: new 421deb60 Sort members 421deb60 is de

(commons-lang) branch master updated: Javadoc

2025-06-10 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 e7d0cd07f Javadoc new bac2371b9 Mer