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 2bcca4996 Fix Javadoc for RandomUtils.secure(), it incorrectly
mentions securerandom.strongAlgorithms #1503
2bcca4996 is described below
commit 2bcca4996df233981d132dfc5c92ae517376fab9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 26 15:42:25 2025 +0000
Fix Javadoc for RandomUtils.secure(), it incorrectly mentions
securerandom.strongAlgorithms #1503
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1f1d2c3af..527aa1c8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: ReflectionDiffBuilderTest.java:[172,52]
non-varargs call of varargs method with inexact argument type for last
parameter.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix Apache RAT plugin console warnings.</action>
<action issue="LANG-1793" type="fix" dev="ggregory" due-to="IcoreE">Fix
Javadoc description in CharUtils.isAsciiAlphanumeric() #1501.</action>
+ <action issue="LANG-1794" type="fix" dev="ggregory" due-to="IcoreE">Fix
Javadoc for RandomUtils.secure(), it incorrectly mentions
securerandom.strongAlgorithms #1503.</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>