+1 (not binding) Build works fine with Java 8;
java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) on Ubuntu 16.04 64 bits; Linux local 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux On locale en_NZ.UTF-8, time zone Pacific/Auckland. And Maven 3.3.9 Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T05:41:47+13:00) Maven home: /opt/maven Java version: 1.8.0_101, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_NZ, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-38-generic", arch: "amd64", family: "unix" All tests pass, site successfully generated. Coverage about the same. Less issues in CPD, PMD, and Checkstyle; with no new issues added in the 3.5 release for these reports. On FindBugs, 3.5 got +1 warning, for an IOException that is being ignored in SerializationUtils#deserialize, but not a blocker IMO. The changes report is showing the release date as 2014-10-13, but I assume it is fixed during the release process? Keys OK. All good, kudos all! Bruno >________________________________ > From: Benedikt Ritter <brit...@apache.org> >To: Commons Developers List <dev@commons.apache.org> >Sent: Friday, 14 October 2016 9:20 AM >Subject: [VOTE] Release Apache Commons Lang 3.5 based on RC2 > > >Hi, > >finally I found the time to prepare Apache Commons Lang 3.5 RC2 :-) >We could not release RC1, because I messed up the release archives. They >contained some snapshot artifacts. This has been fixed in RC2. Furthermore >LANG-1275 has been incorporated. > >Lang 3.5 RC2 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/lang/LANG_3_5_RC2 (svn >revision 16505) > >Tag name: > LANG_3_5_RC2 (signature can be checked from git using 'git tag -v') > >Tag URL: > >https://git-wip-us.apache.org/repos/asf?p=commons-lang.git;a=commit;h=36f98d87b24c2f542b02abbf6ec1ee742f1b158b > >Commit ID the tag points at: > 36f98d87b24c2f542b02abbf6ec1ee742f1b158b > >Maven artifacts are here: > https://repository.apache.org/content/repositories/orgapachecommons-1209 > >These are the Maven artifacts and their hashes: > >commons-lang3-3.5-javadoc.jar >(SHA1: 337310e98410d577aca675930bb46405a0a8fb0c) >commons-lang3-3.5-sources.jar >(SHA1: f7d878153e86a1cdddf6b37850e00a9f8bff726f) >commons-lang3-3.5-test-sources.jar >(SHA1: dfb8a086a03cc9499cff808733fac667f5f50688) >commons-lang3-3.5-tests.jar >(SHA1: 8ca309192f104265c67a1570245ae827a8650af9) >commons-lang3-3.5.jar >(SHA1: 6c6c702c89bfff3cd9e80b04d668c5e190d588c6) >commons-lang3-3.5.pom >(SHA1: 08b969f02dfa03fa493fd6eba4cb9dcceea5aefd) > >I've tested with JDK 1.6 using Maven 3.2.5 and Java 7, 8 and Java 9 EA >using Maven 3.2.5. >Note that there are some problems when building on Java 9. We're currently >investigating this, see https://issues.apache.org/jira/browse/LANG-1265 >To build on Java 9 you need to explicitly set the local provide to JRE: > > mvn -Djava.locale.providers=JRE clean test > >Details of changes since 3.4 are in the release notes: > >https://dist.apache.org/repos/dist/dev/commons/lang/LANG_3_5_RC2/RELEASE-NOTES.txt > http://home.apache.org/~britter/commons/lang/3_5_RC2/changes-report.html > >Site: > http://home.apache.org/~britter/commons/lang/3_5_RC2 > >Clirr Report (compared to 3.4): > http://home.apache.org/~britter/commons/lang/3_5_RC2/clirr-report.html >(sorry, I messed up the site build and had to add the Clirr report >manually...) > >Note that Clirr reports several errors due to additions in the interface >org.apache.commons.lang3.time.DatePrinter >These are considered okay, since the DatePrinter interface is not meant to >be implemented by clients. This change is documented in the release notes. > >RAT report: > http://home.apache.org/~britter/commons/lang/3_5_RC2/rat-report.html > >KEYS: > https://www.apache.org/dist/commons/KEYS > >Please review the release candidate and vote. >This vote will close no sooner than 72 hours from now, >i.e. sometime after 22:30 UTC+2 16-October 2016. > >[ ] +1 Release these artifacts >[ ] +0 Okay, but... >[ ] -0 Okay, but really should fix... >[ ] -1 I oppose this release because... > >Thank you, >Benedikt > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org