You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/04/17 12:19:50 UTC

[27/50] [lang] changes.xml: add entry for LANG-1310

changes.xml: add entry for LANG-1310


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5d6c1763
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5d6c1763
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/5d6c1763

Branch: refs/heads/release
Commit: 5d6c176388e417869421adf2eb21ac5c291f0884
Parents: 1a20867
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Mar 19 17:14:42 2017 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Mar 19 17:14:42 2017 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/5d6c1763/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3edd5e6..78c3514 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1265" type="fix" dev="pschumacher">Build failures when building with Java 9 EA</action>
     <action issue="LANG-1314" type="fix" dev="pschumacher" due-to="Allon Murienik">javadoc creation broken with Java 8</action>
     <action issue="LANG-1316" type="update" dev="pschumacher">Deprecate classes/methods moved to commons-text</action>
+    <action issue="LANG-1310" type="fix" dev="pschumacher" due-to="Don Jeba">MethodUtils.invokeMethod throws ArrayStoreException if using varargs arguments and smaller types than the method defines</action>
   </release>
 
   <release version="3.5" date="2016-10-13" description="New features including Java 9 detection">