[CANCEL][VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-07 Thread Thomas Neidhart
On 11/05/2013 02:09 PM, Thomas Neidhart wrote: > Hi, > > I'd like to call a vote for releasing Commons Collections 4.0 based on RC1. > > Changes since 4.0-alpha1 (copied from release-notes): > > o [COLLECTIONS-488] Added "CollectionsUtils#matchesAll(Iterable, > Predicate)" to test if all

Re: [VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-06 Thread Oliver Heger
Build works fine with Java 1.5 and 1.7 on Windows 8, artifacts and site look good. The only problem I noted is that the binary distributions do not contain the release notes; the file is only contained in the source distributions. Not sure whether this is a blocker; it would be good to have this.

Re: [VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-06 Thread Luc Maisonobe
Le 05/11/2013 14:09, Thomas Neidhart a écrit : > Hi, > > I'd like to call a vote for releasing Commons Collections 4.0 based on RC1. > > Changes since 4.0-alpha1 (copied from release-notes): > > o [COLLECTIONS-488] Added "CollectionsUtils#matchesAll(Iterable, > Predicate)" to test if all

Re: [VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-05 Thread Thomas Neidhart
On 11/05/2013 02:29 PM, Gary Gregory wrote: > I'd like to see more docs on why AbstractPatriciaTrie implements hashCode() > but not equals(). I see that AbstractPatriciaTrie inherits equals from > AbstractMap, but why not also inherit hashCode()? What is confusing is that > AbstractPatriciaTrie's h

Re: [VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-05 Thread Gary Gregory
I'd like to see more docs on why AbstractPatriciaTrie implements hashCode() but not equals(). I see that AbstractPatriciaTrie inherits equals from AbstractMap, but why not also inherit hashCode()? What is confusing is that AbstractPatriciaTrie's hashCode uses a MyEntryIterator but why not inherit t

[VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-05 Thread Thomas Neidhart
Hi, I'd like to call a vote for releasing Commons Collections 4.0 based on RC1. Changes since 4.0-alpha1 (copied from release-notes): o [COLLECTIONS-488] Added "CollectionsUtils#matchesAll(Iterable, Predicate)" to test if all elements of a collection match a given predicate. o [COLL