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 919c35a11 [LANG-1804] Fix CharSet#getInstance returns null instead of 
EMPTY when input setStrs is null #1530
919c35a11 is described below

commit 919c35a1178af0ba115b2713076a54f26e201862
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 18 08:21:44 2025 -0500

    [LANG-1804] Fix CharSet#getInstance returns null instead of EMPTY when
    input setStrs is null #1530
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e310ae97b..0618873bc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1729" type="fix" dev="ggregory" due-to="Gary Gregory, 
Andrei Anischevici, Akshat_Agg">NumberUtils.isParsable() returns true for full 
width Unicode digits for inputs with a decimal point.</action>
     <action issue="LANG-1803" type="fix" dev="ggregory" due-to="IcoreE">Fix 
incorrect method invocation in ObjectUtilsTest and Javadoc reference in 
RandomStringUtils.</action>
     <action issue="LANG-1695" type="fix" dev="ggregory" due-to="Guillaume 
Nodet, Harshit Goel, Gary Gregory">Allow trailing decimal point in 
NumberUtils.isParsable #1531.</action>
+    <action issue="LANG-1804" type="fix" dev="ggregory" due-to="IcoreE, Gary 
Gregory">Fix CharSet#getInstance returns null instead of EMPTY when input 
setStrs is null #1530.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 
#1498.</action>

Reply via email to