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. Oliver Am 05.11.2013 14:09, schrieb 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 [COLLECTIONS-485] Accept wildcard input where possible, e.g. in > copy-constructors, Unmodifiable* decorators and iterators. > o [COLLECTIONS-481] No collision detection/resolution was performed > when calling "CompositeSet#addComposited(...)" > with more than one Set as argument. Additionally use varargs > parameters instead of arrays in CompositeSet and > CompositeCollection constructor and addComposited method. > o [COLLECTIONS-480] Narrow return type of "BidiMap#values()" to Set > as the values are required to be unique. > o [COLLECTIONS-468] Renamed CompliantBag to CollectionBag. > o [COLLECTIONS-475] Fixed conversion of timeout parameters in > "PassiveExpiringMap". > > Collections 4.0 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/collections/ > (svn revision 3420) > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-081/org/apache/commons/commons-collections4/4.0/ > > The tag is here: > > https://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_4_0_RC1/ > (svn revision 1538978) > > Site: > http://people.apache.org/builds/commons/collections/4.0/RC1/ > > Details of changes can be found in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/collections/RELEASE-NOTES.txt > > http://people.apache.org/builds/commons/collections/4.0/RC1/changes-report.html > > Please review the release candidate and vote. > This vote will close no sooner than 72 hours from now. > > [ ] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... > > Note: the clirr report is generated against 4.0-alpha1 and it is also > highlighted in the release notes that this release is not compatible > with any previous release. > > Thank you for your reviews, > > Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
