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

commit ceed34173032a7a73d65d8a53383b55a935ba3a8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 10 09:10:40 2026 -0400

    Remove trailing whitespace
---
 src/changes/changes.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef889f1d6..8d95999ee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -171,7 +171,7 @@ java.lang.NullPointerException: Cannot invoke
     <action issue="LANG-1789" type="fix" dev="ggregory" due-to="Hylke van der 
Schaaf, Gary Gregory">NullPointerException when generating 
NoSuchMethodException in MethodUtils.</action>
     <action issue="LANG-1786" type="fix" dev="ggregory" due-to="Daniel 
Migowski, Gary Gregory, Lenny Primak">Map deprecated TimeZone short IDs and 
avoid JRE WARNINGs to the console #1483.</action>
     <action issue="LANG-1792" type="fix" dev="ggregory" due-to="Mykhailo Hryb, 
Gary Gregory">TypeUtils.toString() skips angle brackets for Class type.</action>
-    <action                   type="fix" dev="ggregory" due-to="Sebastian 
Peters, Gary Gregory">Mention JDK 25 LTS as a tested version in the release 
notes #1485.</action>       
+    <action                   type="fix" dev="ggregory" due-to="Sebastian 
Peters, Gary Gregory">Mention JDK 25 LTS as a tested version in the release 
notes #1485.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemProperties.getPath(String, Supplier&lt;Path&gt;).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_25.</action>
@@ -369,7 +369,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="add" dev="ggregory" 
due-to="kommalapatiraviteja">Add ArrayFill.fill(boolean[], boolean) 
#1386.</action>
     <action                   type="add" dev="ggregory" due-to="Pankraz76, 
Gary Gregory">Add ObjectUtils.getIfNull(Object, Object) and deprecate 
defaultIfNull(Object, Object).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Mutable now extends Supplier.</action>
-    <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add CharUtils.isHex(char).</action>    
+    <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add CharUtils.isHex(char).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add CharUtils.isOctal(char).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add LockingVisitors.reentrantLockVisitor(Object).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add LockingVisitors.create(Object, ReentrantLock).</action>
@@ -524,21 +524,21 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make LockVisitor.applyWriteLocked(FailableConsumer) null-safe.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make ObjectUtils.getFirstNonNull(Supplier...) null-safe.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make SystemProperties.getLineSeparator(Supplier).</action>
-    <action                   type="fix" dev="ggregory" 
due-to="hunghhdev">StringUtils.stripAccents(String) doesn't handle "\u0111" and 
"\u0110" (Vietnamese) #1216.</action> 
-    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle I with bar.</action> 
-    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle U with bar.</action> 
-    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle T with 
stroke.</action> 
+    <action                   type="fix" dev="ggregory" 
due-to="hunghhdev">StringUtils.stripAccents(String) doesn't handle "\u0111" and 
"\u0110" (Vietnamese) #1216.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle I with bar.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle U with bar.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle T with stroke.</action>
     <action issue="LANG-1735" type="fix" dev="ggregory" due-to="Tobias 
Kiecker">Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222.</action>
-    <action                   type="fix" dev="ggregory" due-to="Tobias 
Kiecker">Same Javadoc changes as [TEXT-234] #1223.</action>  
-    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Remove duplicate static data in 
SerializationUtils.ClassLoaderAwareObjectInputStream.</action> 
+    <action                   type="fix" dev="ggregory" due-to="Tobias 
Kiecker">Same Javadoc changes as [TEXT-234] #1223.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Remove duplicate static data in 
SerializationUtils.ClassLoaderAwareObjectInputStream.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
Henri Yandell, Fabrice Benhamouda">Reimplement RandomUtils and 
RandomStringUtils on top of SecureRandom#getInstanceStrong() #1235.</action>
-    <action issue="LANG-1657" type="fix" dev="ggregory" due-to="Matthias Welz, 
Andrew Thomas, Gary Gregory">DiffBuilder: Type constraint for method 
append(..., DiffResult) too strict #786.</action> 
+    <action issue="LANG-1657" type="fix" dev="ggregory" due-to="Matthias Welz, 
Andrew Thomas, Gary Gregory">DiffBuilder: Type constraint for method 
append(..., DiffResult) too strict #786.</action>
     <!-- UPDATE -->
     <action                   type="update" dev="sebb" due-to="Dependabot, 
Gary Gregory">Bump commons-parent from 64 to 71 #1194, #1233.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 
3.3.0 #1175, #1224.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 
#1200.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.easymock:easymock from 5.2.0 to 5.3.0 
#1232.</action>
-    <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 
3.1.0 #1242.</action> 
+    <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 
3.1.0 #1242.</action>
     <!-- REMOVE -->
     <action                   type="remove" dev="ggregory" due-to="Paranoïd 
User">Drop obsolete JDK 13 Maven profile #1142.</action>
   </release>
@@ -661,7 +661,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Dimitrios 
Efthymiou">Update Javadoc for the insert methods in ArrayUtils #1078.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Deprecate ExceptionUtils.ExceptionUtils().</action>
     <action issue="LANG-1697" type="fix" dev="ggregory" due-to="Jan Arne 
Sparka, Gary Gregory">TypeUtils.getRawType() throws a NullPointerException on 
Wildcard GenericArrayType.</action>
-    <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">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>

Reply via email to