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 8538458e7 [LANG-1823] LocaleUtils.toLocale cannot parse valid JDK
Locale string containing '#' (e.g., from Locale.getAvailableLocales())
8538458e7 is described below
commit 8538458e7aeb1455a5942f60fe0b4930da6c5d68
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 30 08:23:48 2026 -0400
[LANG-1823] LocaleUtils.toLocale cannot parse valid JDK Locale string
containing '#' (e.g., from Locale.getAvailableLocales())
[LANG-879] LocaleUtils test fails with new Locale
"ja_JP_JP_#u-ca-japanese" of JDK7
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e9742493a..31e8e2d2e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -133,6 +133,8 @@ java.lang.NullPointerException: Cannot invoke
<action issue="LANG-1821" type="fix" dev="ggregory" due-to="FloydDsilva,
Gary Gregory, Rob Tompkins">NumberUtils.isCreatable(String) should match
NumberUtils.createNumber(String), exactly #1626.</action>
<action type="fix" dev="ggregory" due-to="尹茂椿萱, Gary
Gregory">NumberUtils.isCreatable fails for hexadecimal numbers with long type
qualifier.</action>
<action type="fix" dev="ggregory" due-to="ax1nch, Gary
Gregory">NumberUtils.createNumber() performance: Short-circuit check based on
pre-derived candidate Double #1628.</action>
+ <action issue="LANG-1823" type="fix" dev="ggregory" due-to="尹茂椿萱, Gary
Gregory">LocaleUtils.toLocale cannot parse valid JDK Locale string containing
'#' #1630.</action>
+ <action issue="LANG-879" type="fix" dev="ggregory" due-to="Matthew T.
Adams, Gary Gregory">LocaleUtils test fails with new Locale
"ja_JP_JP_#u-ca-japanese" of JDK7.</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>