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 fb4b32a53 Fix typo in
SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT (#1631)
fb4b32a53 is described below
commit fb4b32a53431c926229046db0da5990c915df1bf
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 5 10:39:35 2026 -0400
Fix typo in SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT (#1631)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 31e8e2d2e..e7f26c0a7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -135,6 +135,7 @@ java.lang.NullPointerException: Cannot invoke
<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>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">Fix typo in
SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT (#1631).</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>