Thomas Neidhart wrote: > Hi, > > I'd like to call a vote for releasing Commons Collections 4.0-alpha1 > based on RC2. > > The following changes have been applied since RC1: > > * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) > * fixed COLLECTIONS-474, thanks to sebb > * fixed download page (contained wrong component id) > * added html version of release notes for site > > The artifacts / site have been built with Oracle JDK 1.5 build > 1.5.0_22-b03. > > The files: > > The artifacts are deployed to Nexus: > https://repository.apache.org/content/repositories/orgapachecommons-092/org/apache/commons/commons-collections4/4.0-alpha1/ > > Distribution files: > https://dist.apache.org/repos/dist/dev/commons/collections/ > > The tag: > https://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_4_0_ALPHA1_RC2/ > > The site: > http://people.apache.org/builds/commons/collections/4.0-alpha1/RC2/ > > Additional Notes: > > o the download page and api links to older releases only work on > the published site and will be corrected after release. > > Please take a look at the commons-collections-4.0-alpha1 artifacts and > vote! > > ------------------------------------------------ > [ ] +1 release it. > [ ] +0 go ahead; I don't care. > [ ] -0 there are a few minor glitches: ... > [ ] -1 no, do not release it because ... > ------------------------------------------------
I've built from source with my compiler zoo in Gentoo Linux amd64. Oracle Java 5-7 build and runs fine. Same for icedtea-bin 6+7. IBM JDK 5 fails to compile the test classes, but the exception of the compiler does not identify, where it actually fails. So this looks more like a compiler error. However, the test suite runs, if Oracle Java 7 was used to compile the stuff. IBM Java 6 can build anything, but fails running the tests (independent of the compiler used to compile the source): ================= %< ================== Failed tests: AbstractMapTest$TestMapEntrySet.testMapEntrySetIteratorEntrySetValue:1656 expected:<true> but was:<false> AbstractMapTest$TestMapEntrySet.testMapEntrySetIteratorEntrySetValue:1656 expected:<true> but was:<false> Tests in error: AbstractSortedMapTest$TestTailMap>AbstractMapTest.testMapRemove:1002- >AbstractSortedMapTest$TestViewMap.verify:139->AbstractMapTest.verify:1942- >AbstractMapTest.verifyValues:2013 » ArrayIndexOutOfBounds AbstractMapTest$TestMapEntrySet>AbstractCollectionTest.testCollectionIteratorRemove:834- >verify:1707 » ArrayIndexOutOfBounds AbstractMapTest$TestMapEntrySet>AbstractCollectionTest.testCollectionRemoveAll:930- >verify:1707 » ArrayIndexOutOfBounds AbstractMapTest$TestMapKeySet>AbstractCollectionTest.testCollectionIteratorRemove:834- >verify:1786 » ArrayIndexOutOfBounds AbstractMapTest$TestMapKeySet>AbstractCollectionTest.testCollectionRemoveAll:930- >verify:1786 » ArrayIndexOutOfBounds AbstractSortedMapTest$TestTailMap>AbstractMapTest.testMapRemove:1002- >AbstractSortedMapTest$TestViewMap.verify:139->AbstractMapTest.verify:1942- >AbstractMapTest.verifyValues:2013 » ArrayIndexOutOfBounds AbstractMapTest$TestMapEntrySet>AbstractCollectionTest.testCollectionIteratorRemove:834- >verify:1707 » ArrayIndexOutOfBounds AbstractMapTest$TestMapEntrySet>AbstractCollectionTest.testCollectionRemoveAll:930- >verify:1707 » ArrayIndexOutOfBounds AbstractMapTest$TestMapKeySet>AbstractCollectionTest.testCollectionIteratorRemove:834- >verify:1785 » ArrayIndexOutOfBounds AbstractMapTest$TestMapKeySet>AbstractCollectionTest.testCollectionRemoveAll:930- >verify:1785 » ArrayIndexOutOfBounds AbstractSortedMapTest$TestTailMap>AbstractMapTest.testMapRemove:1002- >AbstractSortedMapTest$TestViewMap.verify:139->AbstractMapTest.verify:1942- >AbstractMapTest.verifyValues:2013 » ArrayIndexOutOfBounds AbstractMapTest$TestMapEntrySet>AbstractCollectionTest.testCollectionIteratorRemove:834- >verify:1707 » ArrayIndexOutOfBounds AbstractMapTest$TestMapEntrySet>AbstractCollectionTest.testCollectionRemoveAll:930- >verify:1707 » ArrayIndexOutOfBounds AbstractMapTest$TestMapKeySet>AbstractCollectionTest.testCollectionIteratorRemove:834- >verify:1785 » ArrayIndexOutOfBounds AbstractMapTest$TestMapKeySet>AbstractCollectionTest.testCollectionRemoveAll:930- >verify:1785 » ArrayIndexOutOfBounds ================= %< ================== Unfortunately I had no time to look at the new API. However, since we release an alpha version: +1 Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org