This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 593af7639 CompareToBuilder lacks cycle guard on Object[] recursion.
(#1669).
593af7639 is described below
commit 593af7639553540f7d1c68e5305756ffc2b4e944
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 09:02:34 2026 -0400
CompareToBuilder lacks cycle guard on Object[] recursion. (#1669).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07ad46522..450704de8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -164,6 +164,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">FormattableUtils.append re-parses literal output as
format string (#1661).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">ClassUtils.getShortClassName(String) can throw
NoClassDefFoundError on malformed inner classes (#1665).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">TimeZones.GMT is a mutable public static final field
(#1666).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">CompareToBuilder lacks cycle guard on Object[]
recursion. (#1669).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>