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 db1def8a4 [LANG-1254] ThreadLocalRandom should be used in utility classes db1def8a4 is described below commit db1def8a47f3880e4c6ad63f61ecba04c091c4ee Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 6 14:57:42 2024 -0400 [LANG-1254] ThreadLocalRandom should be used in utility classes Add missing entry for 3.13.0 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 74c8de5c2..a32c1c7bb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -273,6 +273,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Throw IllegalArgumentException instead of InternalError in the builder package.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Avoid NPE in MutableObject#equals() for null content.</action> <action type="fix" dev="ggregory" due-to="Ali Khaleqi Yekta, Gary Gregory">SystemUtils fix and updates related to macOS #1085.</action> + <action issue="LANG-1254" type="fix" dev="ggregory" due-to="John Mark, Gary Gregory">ThreadLocalRandom should be used in utility classes.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>