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
The following commit(s) were added to refs/heads/master by this push:
new c6ac93359 [LANG-1799] Make private static variables final in
RandomStringUtils
c6ac93359 is described below
commit c6ac933594d7587bcf3ae394afd68849b7196e3a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 4 10:50:02 2025 -0500
[LANG-1799] Make private static variables final in RandomStringUtils
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ff2aa5d1..b99e5e260 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Michael
Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat()
#4959.</action>
<action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix
Javadoc for IEEE754rUtils.max(float...) and
IEEE754rUtils.max(double...).</action>
<action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary
Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the
correct method.</action>
+ <action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary
Gregory">Make private static variables final in RandomStringUtils
#1513.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93
#1498.</action>