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 412f1e1  [LANG-1610] Fix StringUtils.unwrap throws 
StringIndexOutOfBoundsException #636
412f1e1 is described below

commit 412f1e13c93e4eb52b0cc9c07b7a0452ce3bd31f
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 17 15:14:28 2020 -0500

    [LANG-1610] Fix StringUtils.unwrap throws
    StringIndexOutOfBoundsException #636
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 779d36e..2a14667 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1420" type="fix" dev="ggregory" due-to="Gordon Fraser, 
Rostislav Krasny, Arturo Bernal, Gary Gregory">TypeUtils.isAssignable returns 
wrong result for GenericArrayType and ParameterizedType, #643.</action>
     <action issue="LANG-1612" type="fix" dev="ggregory" due-to="XinT, Gary 
Gregory">testGetAllFields and testGetFieldsWithAnnotation sometimes 
fail.</action>
     <action                   type="fix" dev="ggregory" due-to="John R. 
D'Orazio">Fix Javadoc for SystemUtils.isJavaVersionAtMost() #638.</action>
+    <action issue="LANG-1610" type="fix" dev="ggregory" due-to="Tony 
Liang">Fix StringUtils.unwrap throws StringIndexOutOfBoundsException 
#636.</action>
     <!--  ADDS -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add BooleanUtils.booleanValues().</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add BooleanUtils.primitiveValues().</action>

Reply via email to