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 cac9ec71e Fix int mask sign extension in BitField long methods (#1711).
cac9ec71e is described below
commit cac9ec71ee4cd3082f5b53548299a4c95752bf25
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 18 14:44:02 2026 +0000
Fix int mask sign extension in BitField long methods (#1711).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 448a19793..12de50d02 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -193,6 +193,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix spurious overflow in Fraction.add/subtract for coprime
denominators (#1709).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Drop trailing empty token from splitByWholeSeparator (#1710).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix indexOfDifference splitting a surrogate pair (#1713).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix int mask sign extension in BitField long methods (#1711).</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>