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 a41a57e58 [LANG-1773] Apache Commons Lang no longer builds on Android 
#1381
a41a57e58 is described below

commit a41a57e58e73242c1fc5dd1f8e53bc883558331d
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Mon May 12 08:00:41 2025 -0400

    [LANG-1773] Apache Commons Lang no longer builds on Android #1381
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 289725383..cfea2f8d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Reimplement StringUtils.uncapitalize(String) to use 
java.lang.CharSequence.codePoints().</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">org.apache.commons.lang3.ClassUtils.getCanonicalName(String) now 
throws an IllegalArgumentException for array dimensions greater than 
255.</action>
     <action                   type="fix" dev="ggregory" due-to="Sridhar 
Balijepalli, Piotr P. Karwasz">Fix Javadoc typo and improve clarity in 
defaultIfBlank method #1376.</action>
+    <action issue="LANG-1773" type="fix" dev="ggregory" due-to="Éamonn 
McManus, Gary Gregory">Apache Commons Lang no longer builds on Android 
#1381.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Strings and refactor StringUtils.</action>
     <action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B. 
Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and 
get([Failable]Supplier).</action>

Reply via email to