From 346a020b633cf2ee61c459e55c650c056ed090e3 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 10 Oct 2024 16:01:55 -0400 Subject: [PATCH] Fix action type --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fa09dc3c2..371817d30 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,7 +53,7 @@ The type attribute can be add,update,fix,remove. Fix handling of non-ASCII letters and numbers in RandomStringUtils #1273. Rewrite ClassUtils.getClass(...) without recursion to avoid StackOverflowError on very long inputs. OSS-Fuzz Issue 42522972: apache-commons-text:StringSubstitutorInterpolatorFuzzer: Security exception in org.apache.commons.lang3.ClassUtils.getClass. - Remove trailing whitespace in StopWatch exception messages. + Remove trailing whitespace in StopWatch exception messages. Add Strings and refactor StringUtils. Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).