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 5d7d70a98 Fix NumberUtils.createNumber() and isCreatable() for 
positive Long literals with explicit '+' sign (#1796).
5d7d70a98 is described below

commit 5d7d70a98b546bc884ffd07d3ae2f8b481a9d3a3
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 21 17:41:51 2026 -0400

    Fix NumberUtils.createNumber() and isCreatable() for positive Long
    literals with explicit '+' sign (#1796).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 53340ae8c..3f89cfc2a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -289,6 +289,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Defensively clone the TimeZone in FastDatePrinter and FastDateParser 
(#1795).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Defensively clone time zones used as FastDateFormat cache keys to 
prevent caller mutations from returning formatters with stale time zone 
rules.</action>
     <action                   type="fix" dev="ggregory" due-to="gaurav kumar 
pandey, Gary Gregory">Fix ConstructorUtils.getMatchingAccessibleConstructor on 
non-public classes (#1793).</action>
+    <action                   type="fix" dev="ggregory" due-to="gaurav kumar 
pandey, Gary Gregory">Fix NumberUtils.createNumber() and isCreatable() for 
positive Long literals with explicit '+' sign (#1796).</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>

Reply via email to