(commons-lang) 02/02: Reimplement StringUtils.uncapitalize(String) to use java.lang.CharSequence.codePoints()

2025-04-15 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 7d56fe109519455f0a2ff87b9e94d3914170c592 Author: Gary Gregory AuthorDate: Tue Apr 15 15:51:34 2025 -0400 Re

(commons-lang) branch master updated (5f1200c35 -> 7d56fe109)

2025-04-15 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 5f1200c35 Reimplement StringUtils.toCodePoints(CharSequence) to use java.lang.CharSequence.codePoints()

(commons-lang) 01/02: Reimplement StringUtils.capitalize(String) to use java.lang.CharSequence.codePoints()

2025-04-15 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 76d30201faf8f5c116c3130b880d8b494a5bfc8f Author: Gary Gregory AuthorDate: Tue Apr 15 15:43:54 2025 -0400 Re

(commons-io) branch master updated: [javadoc] Rename parameter of ProxyOutputStream.write(int) #740

2025-04-15 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 dbbe7eb2e [javadoc] Rename parameter of Pr

(commons-io) 02/03: Rename parameter to match override

2025-04-15 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 commit f9e9de2509da6a2b972d6158fb95ec2bca36bd03 Author: Gary Gregory AuthorDate: Tue Apr 15 15:52:58 2025 -0400 Rena

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

2025-04-15 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 commit 4e2320ccec92ea06ffee4774eda0970fae372442 Merge: f9e9de250 ab21dfeea Author: Gary Gregory AuthorDate: Tue Apr 15 15

(commons-io) 01/03: Rename parameter to match override

2025-04-15 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 commit 95c194451e4c1c7b0c578f02c8c15f2ca0908007 Author: Gary Gregory AuthorDate: Tue Apr 15 15:52:14 2025 -0400 Rena

(commons-io) branch master updated (ab21dfeea -> 4e2320cce)

2025-04-15 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-io.git from ab21dfeea Rename parameter of `ProxyOutputStream.write(int)` (#740) new 95c194451 Rename parameter to match

(commons-io) branch master updated: Rename parameter of `ProxyOutputStream.write(int)` (#740)

2025-04-15 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 ab21dfeea Rename parameter of `ProxyOutput

(commons-lang) 01/03: Add explicit simple tests

2025-04-15 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 16b89f5482a2138def0c87cef985ab86db68b67a Author: Gary Gregory AuthorDate: Tue Apr 15 09:51:01 2025 -0400 Ad

(commons-lang) branch master updated (28cbf74d7 -> 5f1200c35)

2025-04-15 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 28cbf74d7 [LANG-1770] StringUtils.abbreviate is not emoji aware, breaks surrogate pairs new 16b89f548 Ad

(commons-lang) 02/03: Add org.apache.commons.lang3.StringUtilsTest.testToCodePointsEmoji()

2025-04-15 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 4bca9b474de3a05dff579d8e085acda5901c87b0 Author: Gary Gregory AuthorDate: Tue Apr 15 14:58:21 2025 -0400 Ad

(commons-lang) 03/03: Reimplement StringUtils.toCodePoints(CharSequence) to use java.lang.CharSequence.codePoints()

2025-04-15 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 5f1200c35e1f115b20cf81e0625bc7ea3d34a03d Author: Gary Gregory AuthorDate: Tue Apr 15 15:01:17 2025 -0400 Re

(commons-lang) branch master updated (07d2393ce -> 28cbf74d7)

2025-04-15 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 07d2393ce Better release notes template new 6c55c1cdc Split out tests for StringUtils#abbreviate(String,

(commons-lang) 01/02: Split out tests for StringUtils#abbreviate(String, int)} and friends

2025-04-15 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 6c55c1cdc2b1eb773eae0eb27c451620e9fd3acb Author: Gary Gregory AuthorDate: Tue Apr 15 09:32:39 2025 -0400 Sp

(commons-lang) 02/02: [LANG-1770] StringUtils.abbreviate is not emoji aware, breaks surrogate pairs

2025-04-15 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 28cbf74d7c5875095456996264c43a3689a82db5 Author: Gary Gregory AuthorDate: Tue Apr 15 09:43:31 2025 -0400 [L