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 6681a34d25b63a47c2d619ae0466825304ea9b1f
Merge: af1598229 fb45bd7f2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 3 11:24:32 2024 -0500

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

 .github/workflows/codeql-analysis.yml              | 10 ++--
 .github/workflows/dependency-review.yml            |  6 +-
 .github/workflows/maven.yml                        |  6 +-
 .github/workflows/scorecards-analysis.yml          |  4 +-
 src/changes/changes.xml                            |  3 +
 .../java/org/apache/commons/lang3/ArrayUtils.java  | 64 +++++++++++++++++++++-
 .../apache/commons/lang3/stream/IntStreams.java    | 12 ++++
 .../apache/commons/lang3/time/FastDateParser.java  | 43 +++++++++------
 .../org/apache/commons/lang3/ArrayUtilsTest.java   | 12 +++-
 .../commons/lang3/stream/IntStreamsTest.java       |  8 +++
 10 files changed, 134 insertions(+), 34 deletions(-)

diff --cc src/changes/changes.xml
index 324720d81,1b1aa4551..1bbdf7f5e
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -61,7 -61,7 +61,8 @@@ The <action> type attribute can be add,
      <action issue="LANG-1753" type="fix" dev="ggregory" due-to="Capt. 
Cutlass">StringUtils.replaceEachRepeatedly regression in 3.11+ #1297.</action>
      <action                   type="fix" dev="ggregory" due-to="Capt. 
Cutlass">Use simplified JUnit assertion methods #1298.</action>
      <action issue="LANG-1682" type="fix" dev="ggregory" due-to="Capt. 
Cutlass">Javadoc and test: Use Strings.CI.startsWithAny method instead 
#1299.</action>
+     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix NullPointerException in 
FastDateParser.TimeZoneStrategy.setCalendar(FastDateParser, Calendar, String) 
on Java 23.</action>
 +    <action issue="LANG-1757" type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix NullPointerException in 
MethodUtils.getMatchingAccessibleMethod((Class, String, Class...)).</action>
      <!-- ADD -->
      <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Strings and refactor StringUtils.</action>
      <action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B. 
Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and 
get([Failable]Supplier).</action>

Reply via email to