(commons-jelly) branch dependabot/maven/msv-isorelax-20050913 created (now 7cd3fb2f)

2025-07-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/msv-isorelax-20050913 in repository https://gitbox.apache.org/repos/asf/commons-jelly.git at 7cd3fb2f Bump msv:isorelax from 20030807 to 20050913 No new revisions were

(commons-jelly) branch dependabot/maven/mx4j-mx4j-jmx-3.0.1 created (now 11d5d615)

2025-07-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/mx4j-mx4j-jmx-3.0.1 in repository https://gitbox.apache.org/repos/asf/commons-jelly.git at 11d5d615 Bump mx4j:mx4j-jmx from 1.1.1 to 3.0.1 No new revisions were added

(commons-jelly) branch dependabot/maven/quartz-quartz-1.5.1 created (now fd5a9f1f)

2025-07-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/quartz-quartz-1.5.1 in repository https://gitbox.apache.org/repos/asf/commons-jelly.git at fd5a9f1f Bump quartz:quartz from 1.0.2 to 1.5.1 No new revisions were added

(commons-io) branch dependabot/maven/com.google.jimfs-jimfs-1.3.1 created (now cc6653b56)

2025-07-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.jimfs-jimfs-1.3.1 in repository https://gitbox.apache.org/repos/asf/commons-io.git at cc6653b56 Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 No new revi

(commons-lang) branch master updated: Fix menu title

2025-07-17 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 f15b6d68c Fix menu title f15b6d68c is de

(commons-compress) branch master updated: Fix menu title

2025-07-17 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-compress.git The following commit(s) were added to refs/heads/master by this push: new a2c707a83 Fix menu title a2c707a83 i

(commons-cli) branch master updated: Fix menu title

2025-07-17 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 b4b644fb Fix menu title b4b644fb is descr

(commons-bsf) branch master updated: Fix menu title

2025-07-17 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-bsf.git The following commit(s) were added to refs/heads/master by this push: new e2b95e0 Fix menu title e2b95e0 is descri

(commons-bsf) branch master updated: Fix menu title

2025-07-17 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-bsf.git The following commit(s) were added to refs/heads/master by this push: new e13d13a Fix menu title e13d13a is descri

(commons-lang) branch master updated: Add tests for ArrayUtils.toString[Array]()

2025-07-17 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 9cf80ce54 Add tests for ArrayUtils.toStr

(commons-lang) branch master updated: [LANG-1778] MethodUtils.getMatchingMethod() doesn't respect the hierarchy of methods #1414

2025-07-17 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 338a3777c [LANG-1778] MethodUtils.getMat

(commons-lang) branch master updated: LANG-1778 fix by reversing order (#1414)

2025-07-17 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 1e4558389 LANG-1778 fix by reversing ord

(commons-net) 09/09: Merge branch 'master' of https://github.com/apache/commons-net.git

2025-07-17 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-net.git commit c94cda6e5e15914994e801e18e8f3c3849667063 Merge: a2c748f1 d794583e Author: Gary D. Gregory AuthorDate: Thu Jul 17

(commons-net) 08/09: Avoid NullPointerException in org.apache.commons.net.PrintCommandListener.org.apache.commons.net.PrintCommandListener.protocolCommandSent(ProtocolCommandEvent)

2025-07-17 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-net.git commit a2c748f1210ec9f9f7f7abb6482837c12cfaa1cb Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:55:07 2025 -0400

(commons-net) branch master updated (d794583e -> c94cda6e)

2025-07-17 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-net.git from d794583e Javadoc new 37bef9d1 Extract constants new 73695ae7 Collapse else if new 62224d93 Camel

(commons-net) 07/09: Fail-fast in org.apache.commons.net.PrintCommandListener.PrintCommandListener(PrintWriter, boolean, char, boolean) if PrintWriter is null

2025-07-17 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-net.git commit 05d58f3588cb47972d7b0588e7d6af8a4c1c5473 Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:49:28 2025 -0400

(commons-net) 04/09: Convert to upper case instead of cases-insensitive comparison x3

2025-07-17 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-net.git commit a75791565ba72b9169c67abff532b922be22da81 Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:41:55 2025 -0400

(commons-net) 03/09: Camel case instance variable

2025-07-17 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-net.git commit 62224d93b2cbf1e289a6fd4a1b10a9e46dc88020 Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:38:36 2025 -0400

(commons-net) 02/09: Collapse else if

2025-07-17 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-net.git commit 73695ae79436d5abae18a5f5969cf4a9f0501bde Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:38:15 2025 -0400

(commons-net) 01/09: Extract constants

2025-07-17 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-net.git commit 37bef9d123daf7daff1e9a3bfa3540340e1f6333 Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:36:12 2025 -0400

(commons-net) 06/09: Extract constants

2025-07-17 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-net.git commit 526dce58400d35a90ea679f5fd43e99c81338b65 Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:44:14 2025 -0400

(commons-net) 05/09: Better instance variable name

2025-07-17 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-net.git commit 124cf3b2ddfbe4e02a01010ce23d0cef75ae15c2 Author: Gary D. Gregory AuthorDate: Thu Jul 17 07:42:41 2025 -0400