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 9cea4f046 [LANG-1825] EqualsBuilder.reflectionAppend ttries to set
visibility on excluded fields
9cea4f046 is described below
commit 9cea4f0461f678e0f4f7e8b8f332df1a2e743493
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 11:17:37 2026 +0000
[LANG-1825] EqualsBuilder.reflectionAppend ttries to set visibility on
excluded fields
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 210de523d..32a2717e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -146,6 +146,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">TimedSemaphore.shutdown() must wake threads blocked
in acquire() (#1639).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">NaN bypass in primitive double range validators
(#1640).</action>
<action issue="LANG-1826" type="fix" dev="ggregory" due-to="Cyl, Gary
Gregory, Piotr Karwasz">StringUtils.repeat(String, [String,] int) now throws
IllegalArgumentException instead of NegativeArraySizeException (#1644).</action>
+ <action issue="LANG-1825" type="fix" dev="ggregory" due-to="Daniel Skiles,
Gary Gregory">EqualsBuilder.reflectionAppend ttries to set visibility on
excluded fields #1647.</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>