Hi,
Maven build was successful on Windows 8.1 with Java 1.6 and 1.7.
Artifacts and site look good.
Nits/questions:
- The surefire report says that 97 tests are skipped. This seems to be a
large number.
- Clirr has a warning about a changed constant. Does this have to be
mentioned in release notes?
- The ant build does not seem to work. With an adapted build.properties
file I get compile errors like the one below. The referenced hamcrest
library indeed does not have a class org.hamcrest.Matchers.
[javac]
C:\data\dev\projects\OpenSource\lang\commons-lang3-3.4-src\src\test\
java\org\apache\commons\lang3\reflect\MethodUtilsTest.java:19: error:
cannot fin
d symbol
[javac] import static org.hamcrest.Matchers.hasItemInArray;
[javac] ^
[javac] symbol: class Matchers
[javac] location: package org.hamcrest
This is not blocking, so +1 for this release.
Oliver
Am 28.03.2015 um 17:31 schrieb Benedikt Ritter:
> Hi all,
>
> We have fixed quite a few bugs and added some significant enhancements
> since Commons Lang 3.3.2 was released, so I would like to release Commons
> Lang 3.4.
>
> Commons Lang 3.4 RC1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/lang/ (svn revision 8466)
>
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1085/org/apache/commons/commons-lang3/3.4/
>
>
> Details of changes since 3.3.2 are in the release notes:
> https://dist.apache.org/repos/dist/dev/commons/lang/RELEASE-NOTES.txt
> http://people.apache.org/~britter/lang-3.4-RC1/changes-report.html
>
> I have tested this with JDK 1.6, 1.7, 1.8 and 1.9 EA using maven 3. Note
> that the site build doesn't work with Java 8 and 9 due to problems with
> Clirr (clirr doesn't work with Java 8+).
>
> The tag is here:
> http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4_RC1/
> (svn 1669797)
>
> Site:
> http://people.apache.org/~britter/lang-3.4-RC1/
> (note some *relative* links are broken and the 3.4 directories are not
> yet created - these will be OK once the site is deployed)
>
> Clirr Report (compared to 3.3.2):
> http://people.apache.org/~britter/lang-3.4-RC1/clirr-report.html
>
> RAT Report:
> http://people.apache.org/~britter/lang-3.4-RC1/rat-report.html
>
> KEYS:
> https://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote. This vote will close no
> sooner that 72 hours from now, i.e. after 17:30 CET 31-March 2015
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thanks!
> Benedikt
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]