(commons-lang) branch master updated: docs: fix broken URL to project location in Maven Central (#1296)

2024-10-13 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 5059d190d docs: fix broken URL to projec

(commons-parent) branch master updated: Better Javadoc footer

2024-10-13 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-parent.git The following commit(s) were added to refs/heads/master by this push: new 37ddb9e Better Javadoc footer 37ddb9e

(commons-parent) branch master updated: Add property commons.taglist.version with the value "3.2.1"; fixes https://github.com/mojohaus/taglist-maven-plugin/issues/165

2024-10-13 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-parent.git The following commit(s) were added to refs/heads/master by this push: new 28da5f1 Add property commons.taglist.

(commons-parent) branch dependabot/maven/org.codehaus.mojo-taglist-maven-plugin-3.2.1 created (now 074f6eb)

2024-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.mojo-taglist-maven-plugin-3.2.1 in repository https://gitbox.apache.org/repos/asf/commons-parent.git at 074f6eb Bump org.codehaus.mojo:taglist-maven-plug

(commons-net) branch master updated: Add SubnetInfo.streamAddressStrings()

2024-10-13 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 The following commit(s) were added to refs/heads/master by this push: new 8d357932 Add SubnetInfo.streamAddressStri

(commons-net) branch master updated: Add SubnetInfo.streamAddressStrings()

2024-10-13 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 The following commit(s) were added to refs/heads/master by this push: new 66f1534c Add SubnetInfo.streamAddressStri

(commons-io) branch master updated: Add RandomAccessFile support to the org.apache.commons.io.build package

2024-10-13 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-io.git The following commit(s) were added to refs/heads/master by this push: new 6df85e8e0 Add RandomAccessFile support to

(commons-net) branch master updated: Add SubnetInfo.streamAddressStrings()

2024-10-13 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 The following commit(s) were added to refs/heads/master by this push: new a65a5537 Add SubnetInfo.streamAddressStri

(commons-net) 02/02: Compute high bound once in SubnetUtils.SubnetInfo.getAllAddresses()

2024-10-13 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 8db8b80257f0f2dc5928d2ef187ed1dbceafdcd6 Author: Gary Gregory AuthorDate: Sun Oct 13 12:46:59 2024 -0400 Com

(commons-net) branch master updated (7e91efc9 -> 8db8b802)

2024-10-13 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 7e91efc9 Remove unused import new 875eace8 Use a switch instead of a cascading if-else new 8db8b802 C

(commons-net) 01/02: Use a switch instead of a cascading if-else

2024-10-13 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 875eace859536d569d2c382738e762592569d2af Author: Gary Gregory AuthorDate: Sun Oct 13 12:46:01 2024 -0400 Use

(commons-net) branch master updated: Remove unused import

2024-10-13 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 The following commit(s) were added to refs/heads/master by this push: new 7e91efc9 Remove unused import 7e91efc9 is

(commons-net) 03/03: Add SubnetInfo.iterableAddressStrings()

2024-10-13 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 779d77c82841f35117ec990c49d75dbf58fc9538 Author: Gary Gregory AuthorDate: Sun Oct 13 12:17:01 2024 -0400 Add

(commons-net) 02/03: New class SubnetAddressIterator can be private

2024-10-13 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 851aa7a13b42dc8e99a565c46ef7cea087214dbe Author: Gary Gregory AuthorDate: Sun Oct 13 11:51:49 2024 -0400 New

(commons-net) branch master updated (16f49f8b -> 779d77c8)

2024-10-13 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 16f49f8b Move test to its home package new 4446e3ce New classes can be final new 851aa7a1 New class S

(commons-net) 01/03: New classes can be final

2024-10-13 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 4446e3ce6e80f65026a6a0d31a3a458084bebce3 Author: Gary Gregory AuthorDate: Sun Oct 13 11:50:56 2024 -0400 New

(commons-net) 01/04: Fix tags

2024-10-13 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 faab3206f7371e80b2ad9a5b0595d7192391a6bd Author: Gary Gregory AuthorDate: Sun Oct 13 11:42:29 2024 -0400 Fix

(commons-net) 02/04: Simplify implementation

2024-10-13 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 b3292640e137639f615dd2f9d9b46bb554972da9 Author: Gary Gregory AuthorDate: Sun Oct 13 11:46:16 2024 -0400 Sim

(commons-net) 03/04: Move test to its home package

2024-10-13 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 aa4d719d250e94ea0a9dcb208d900c0fa8fba354 Author: Gary Gregory AuthorDate: Sun Oct 13 11:47:16 2024 -0400 Mov

(commons-net) 04/04: Move test to its home package

2024-10-13 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 16f49f8bbfedbebc1f912fd11982bb0b238214e7 Author: Gary Gregory AuthorDate: Sun Oct 13 11:48:01 2024 -0400 Mov

(commons-net) branch master updated (f9d5748c -> 16f49f8b)

2024-10-13 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 f9d5748c Javadoc new faab3206 Fix tags new b3292640 Simplify implementation new aa4d719d Move te

(commons-net) 04/04: Javadoc

2024-10-13 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 f9d5748cc67e01ec816f6f4037d048a9ca9455aa Author: Gary Gregory AuthorDate: Sun Oct 13 11:41:22 2024 -0400 Jav

(commons-net) branch master updated (7e5336cb -> f9d5748c)

2024-10-13 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 7e5336cb Add SubnetAddressIterable and SubnetAddressIterator #298 new 700ec530 Sort members new 29eb3

(commons-net) 03/04: Better SubnetAddressIterable test

2024-10-13 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 c7ea804d06525c5c9b18fc109a8b4b07e508e9ff Author: Gary Gregory AuthorDate: Sun Oct 13 11:38:57 2024 -0400 Bet

(commons-net) 02/04: Sort imports

2024-10-13 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 29eb321c624bd2c9dba8fb401df517fd73368d3c Author: Gary Gregory AuthorDate: Sun Oct 13 10:15:12 2024 -0400 Sor

(commons-net) 01/04: Sort members

2024-10-13 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 700ec530d9ad0f9e7ee111deb492d44956203a91 Author: Gary Gregory AuthorDate: Sun Oct 13 10:15:02 2024 -0400 Sor

(commons-lang) 02/03: Add missing words to action descriptions

2024-10-13 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 commit 84bbae308d1549e09fed629d72cf4847598c2641 Author: Gary Gregory AuthorDate: Sun Oct 13 10:30:03 2024 -0400 Ad

(commons-lang) branch master updated (d540452cc -> 8f952dfda)

2024-10-13 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-lang.git from d540452cc Add details to the ArraySorter Javadoc new c64cf9451 Add IntegerRange.toIntStream() new 84

(commons-lang) 03/03: Javadoc

2024-10-13 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 commit 8f952dfda5a28b9b06152826be2085f759f3723b Author: Gary Gregory AuthorDate: Sun Oct 13 10:30:59 2024 -0400 Ja

(commons-lang) 01/03: Add IntegerRange.toIntStream()

2024-10-13 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 commit c64cf945161ec9cad47d9b921387645c1a369053 Author: Gary Gregory AuthorDate: Sun Oct 13 10:29:43 2024 -0400 Ad

(commons-net) branch master updated: Add SubnetAddressIterable and SubnetAddressIterator #298

2024-10-13 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 The following commit(s) were added to refs/heads/master by this push: new 7e5336cb Add SubnetAddressIterable and Su

(commons-net) 01/01: Merge pull request #298 from Lixiongyou/master

2024-10-13 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 e6db67137257ce3a05bd3301f0aae53c004c22d6 Merge: 42348a5f a75f769c Author: Gary Gregory AuthorDate: Sun Oct 13 10:

(commons-net) branch master updated (42348a5f -> e6db6713)

2024-10-13 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 42348a5f Add missing Javadoc to ListenerList add d713d685 Add SubnetAddressIterable & SubnetAddressIterato

(commons-net) branch master updated: Add missing Javadoc to ListenerList

2024-10-13 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 The following commit(s) were added to refs/heads/master by this push: new 42348a5f Add missing Javadoc to ListenerL

(commons-lang) branch master updated: Add details to the ArraySorter Javadoc

2024-10-13 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 d540452cc Add details to the ArraySorter

(commons-lang) 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git

2024-10-13 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 commit 38d13dddadc2876fde6134e094f5eac8bc792614 Merge: 981744d8c 90c1b59ab Author: Gary Gregory AuthorDate: Sun Oct 13

(commons-lang) 01/03: Javadoc

2024-10-13 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 commit 981744d8c6042c424a6dcf1f37b1ba93bf8edea6 Author: Gary Gregory AuthorDate: Sun Oct 13 09:14:56 2024 -0400 Ja

(commons-lang) 03/03: Add details to the ArrayFill Javadoc

2024-10-13 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 commit eee98089ac0f39201537fa7a9ff9e6b5588906b8 Author: Gary Gregory AuthorDate: Sun Oct 13 09:16:04 2024 -0400 Ad

(commons-lang) branch master updated (90c1b59ab -> eee98089a)

2024-10-13 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-lang.git from 90c1b59ab Bump actions/cache from 4.0.2 to 4.1.1 (#1290) new 981744d8c Javadoc new 38d13ddda Merge b