You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/13 14:41:35 UTC

[commons-lang] branch master updated: [LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. #551.

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 2d21e19  [LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. #551.
2d21e19 is described below

commit 2d21e19f063733a12add17f9933cd9270eb246d1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 13 10:41:31 2020 -0400

    [LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. #551.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61fc572..50d063a 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                   type="add" dev="jochen">Added the Locks class as a convenient possibility to deal with locked objects.</action>
     <action issue="LANG-1568" type="add" dev="ggregory">Add to Functions: FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, FailableDoubleSupplier, and so on.</action>
     <action issue="LANG-1569" type="add" dev="ggregory">Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value.</action>
+    <action issue="LANG-1550" type="add" dev="ggregory" due-to="Edgar Asatryan">Optimize ArrayUtils::isArrayIndexValid method. #551.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">