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 2019/11/01 15:37:28 UTC

[commons-collections] branch master updated (c423a99 -> 334941d)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git.


    from c423a99  [COLLECTIONS-674] Add drain method to CollectionUtils (#91)
     new 5a797cd  Add three test cases in UnmodifiableQueueTest #105.
     new 8434295  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
     new 334941d  [COLLECTIONS-674] Add drain method to CollectionUtils #91.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)


[commons-collections] 03/03: [COLLECTIONS-674] Add drain method to CollectionUtils #91.

Posted by gg...@apache.org.
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-collections.git

commit 334941d06a1bd58aa0af8b16a8fd67cb5e4752ed
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Nov 1 11:37:22 2019 -0400

    [COLLECTIONS-674] Add drain method to CollectionUtils #91.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4d6672d..4017c56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@
     <action dev="ggregory" type="update" due-to="dota17">
       Add three test cases in UnmodifiableQueueTest #105.
     </action>
+    <action issue="COLLECTIONS-674" dev="ggregory" type="add" due-to="dota17">
+      Add drain method to CollectionUtils #91.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">


[commons-collections] 01/03: Add three test cases in UnmodifiableQueueTest #105.

Posted by gg...@apache.org.
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-collections.git

commit 5a797cd62f23a4976ac8d04c956a6bd4ae0cdc75
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Nov 1 11:33:07 2019 -0400

    Add three test cases in UnmodifiableQueueTest #105.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e1112f..4d6672d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@
     <action dev="ggregory" type="update" due-to="dota17">
       Update some map test cases #104.
     </action>
+    <action dev="ggregory" type="update" due-to="dota17">
+      Add three test cases in UnmodifiableQueueTest #105.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">


[commons-collections] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git

Posted by gg...@apache.org.
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-collections.git

commit 843429515ba7537c28d3f6d2a0adde259676b455
Merge: 5a797cd c423a99
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Nov 1 11:36:38 2019 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git

 .../commons/collections4/CollectionUtils.java      |  66 +++++++++++++
 .../commons/collections4/CollectionUtilsTest.java  | 109 +++++++++++++++++++++
 .../collections4/queue/CircularFifoQueueTest.java  |  47 ++++++++-
 3 files changed, 221 insertions(+), 1 deletion(-)