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 3082283e0 [LANG-1806] NumberUtils.isParsable("1.f") should return true
#1560
3082283e0 is described below
commit 3082283e03fd901ea6a5685a41750bf7cbef42ce
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 11 17:33:48 2026 -0500
[LANG-1806] NumberUtils.isParsable("1.f") should return true #1560
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ac92a1dce..474f2dd86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,7 +93,8 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1700" type="fix" dev="ggregory" due-to="seokhyeon
moon, Gary Gregory, Ivan Šarić">Improve handling of parameterized types and
variable unrolling.</action>
<action issue="LANG-1811" type="fix" dev="ggregory" due-to="Raju Gupta,
Gary Gregory">ArrayUtils.shuffle() throws NullPointerException for null array
input.</action>
<action type="fix" dev="ggregory" due-to="Dennis Ginter,
Gary Gregory">[javadoc] Fix incorrect exception type in CharUtils Javadoc
examples #1563.</action>
- <action type="fix" dev="ggregory" due-to="Dennis Ginter,
Gary Gregory">[javadoc] Fix incorrect class names in RegExUtils Javadoc
examples #1564.</action>
+ <action issue="LANG-1806" type="fix" dev="ggregory" due-to="Dennis Ginter,
Gary Gregory">[javadoc] Fix incorrect class names in RegExUtils Javadoc
examples #1564.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Jagdish Singh Bisht">NumberUtils.isParsable("1.f") should return true
#1560.</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>