Hi Hen, Henri Yandell wrote:
> Lang is ready to consider 3.0 release again. > > RC4 is available here: > > http://people.apache.org/~bayard/commons-lang3-3.0-RC4/ > > SVN: > > http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_0_RC4/ > > Maven artifacts: > > http://people.apache.org/~bayard/commons-lang3-3.0-RC4/maven/ > > Website: > > http://people.apache.org/~bayard/commons-lang3-3.0-RC4/site/ > > Note that there is a 2.6->3.0 Clirr report in the site that may prove > useful: > > http://people.apache.org/~bayard/commons-lang3-3.0-RC4/site/lang2-lang3- clirr--report.html > > This vote will close no sooner than in 72 hours time, 0500 GMT 16 July > 2011. > > ================ > [ ] +1 > [ ] -1, with reason > ================ > > Hen > > *fingers crossed - two of my children are younger than the Lang 3.0 > effort* As usual I build from the source tarball with my compiler zoo. A test fails with IBM JDK 6, because the test makes wrong assumptions about the implementation details of ArrayList delivered by the runtime: ============ %< =========== Failed tests: testReflectionHierarchyArrayList(org.apache.commons.lang3.builder.ToStringBuilderTest): null expected:<....ArrayList@115b115b[[elementData={<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>},size=0],modCount=0]> but was:<....ArrayList@115b115b[[firstIndex=0,lastIndex=0,array={<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>,<null>}],modCount=0]> ============ %< =========== You're already fixed the issues of the checkstyle report in trunk. Site problems: ============== 1/ Users Guide, 1: The description misses the fact that Lang3 can be used side-by-side with a previous version 2/ Users Guide, 2: Head of page contains a link for "lang3.exception.*", but no section exists. 3/ Release History/release notes for 3.0: The "coloring" fails in the bottom of the page due to single quotes in the text 4/ Building: Misses the link for the upgrade notes to 3.0 in the list 5/ Distribution Management: Report should be disabled, links are not valid for users 6/ Changes Report: Claims 3.0 to be unreleased None of this is a blocker though, therefore +1 Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org