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 6618a4219 Keep HashCodeBuilder.append(Object) from poisoning
reflection hashCode (#1747).
new 27e195c7f Merge branch 'master' of
https://[email protected]/apache/commons-lang.git
6618a4219 is described below
commit 6618a42197256bd3893836d9a774615209ab2411
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 15:17:47 2026 -0400
Keep HashCodeBuilder.append(Object) from poisoning reflection hashCode
(#1747).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d2b593e06..b8b472fb0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -223,6 +223,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep FastDateParser.parse error message intact for Japanese imperial
locale (#1743).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep ExtendedMessageFormat from rejecting a quoted format style
(#1744).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Match String case folding in StrBuilder.equalsIgnoreCase
(#1745).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep HashCodeBuilder.append(Object) from poisoning reflection hashCode
(#1747).</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>