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 a316188a6 [LANG-1830] Avoid repeated regex compilation in 
ClassUtils.toCleanName() (#1754).
a316188a6 is described below

commit a316188a6d03b60528ed03e24b7266035007ebb4
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 18:48:13 2026 -0400

    [LANG-1830] Avoid repeated regex compilation in ClassUtils.toCleanName()
    (#1754).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 11504e06d..633b740fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -231,6 +231,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Add messages when throwing NullPointerException.</action>
     <action                   type="fix" dev="ggregory" due-to="Konrad 
Windszus">[Javadoc] Fix Failable class comment to clarify comparison of lambda 
versions (#1752).</action>
     <action issue="LANG-1829" type="fix" dev="ggregory" due-to="Maksym 
Korshun">Add tests for DateUtils.truncatedCompareTo and truncatedEquals 
(#1753).</action>
+    <action issue="LANG-1830" type="fix" dev="ggregory" due-to="Maksym 
Korshun">Avoid repeated regex compilation in ClassUtils.toCleanName() 
(#1754).</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>

Reply via email to