[ X ] +1 Release these artifacts Checked out from tag, confirmed revision is 1812411.
Build passing with `mvn clean test site` on Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_131/jre Default locale: en_NZ, platform encoding: UTF-8 OS name: "linux", version: "4.10.0-37-generic", arch: "amd64", family: "unix" and Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T07:39:06+12:00) Maven home: C:\Users\kinow\Development\java\apache-maven-3.5.0 Java version: 1.8.0_144, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_144\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" One new issue in Findbugs, due to a switch with a default that is just calling break. There's a comment saying that the default entry is for FindBugs, but looks like FindBugs is still not happy. Definitely not a blocker. New checkstyle issues found. One of them in XXHash32 is related to the ASF licence header not matching an expected value. However, there's nothing wrong in RAT. I believe it's due to the way the licence text was formatted. SO I guess it's fine. The other issues in checkstyle are related to line length. No blockers. I can't see a PMD report, but under target/, there is a pmd.xml with no entries. So I assume it's because there are no errors. Signatures, release notes and notice files are OK. Thanks for preparing the release. Bruno ________________________________ From: Gary Gregory <ggreg...@apache.org> To: Commons Developers List <dev@commons.apache.org> Sent: Wednesday, 18 October 2017 7:30 AM Subject: [VOTE] Release Apache Commons Codec 1.11 from RC1 Hi All, We have fixed quite a few bugs and added some significant enhancements since Apache Commons Codec 1.10 was released, so I would like to release Apache Commons Codec 1.11. Apache Commons Codec 1.11 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/codec at revision 22530 Get it like this: svn co https://dist.apache.org/repos/dist/dev/commons/codec The tag is here: https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.11-RC1 svn revision 1812411. The SVN revision is noted because SVN tags are not immutable. Get it like this: svn co https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.11-RC1 Maven artifacts are here: https://repository.apache.org/service/local/repositories/orgapachecommons-1280 These are the artifacts and their SHA1 hashes: /commons-codec/commons-codec/1.11/commons-codec-1.11-javadoc.jar (SHA1: 978245f8bd06d70703fa3180554c62891500f97a) /commons-codec/commons-codec/1.11/commons-codec-1.11-src.zip.asc (SHA1: e7ae399382030672890331dbf2a5e5014e1febec) /commons-codec/commons-codec/1.11/commons-codec-1.11-tests.jar.asc (SHA1: 15c48130bfc257b9e668910a344168da97a535ed) /commons-codec/commons-codec/1.11/commons-codec-1.11.pom.asc (SHA1: 5c7c9df6b11c0a9efae0890ba9a3e4f6f85d74b0) /commons-codec/commons-codec/1.11/commons-codec-1.11-sources.jar.asc (SHA1: c80656e5dd8e46341db814bcef89c03f821db6f8) /commons-codec/commons-codec/1.11/commons-codec-1.11-bin.tar.gz (SHA1: 59cf4653ec88c4a9fb3b95ecd065ba5229788a5c) /commons-codec/commons-codec/1.11/commons-codec-1.11-src.tar.gz (SHA1: 6ba24a55e5f8a8d7c9fdf28e8cb4edcc0fe44626) /commons-codec/commons-codec/1.11/commons-codec-1.11.pom (SHA1: 093ee1760aba62d6896d578bd7d247d0fa52f0e7) /commons-codec/commons-codec/1.11/commons-codec-1.11-sources.jar (SHA1: bce4ba84fd527950e35040b20a991c63e90e2850) /commons-codec/commons-codec/1.11/commons-codec-1.11-tests.jar (SHA1: 8a0430c3138ce4a23b0b6c7b7409df54bb76feb9) /commons-codec/commons-codec/1.11/commons-codec-1.11-bin.zip (SHA1: 63e6cc02e648b7d46f50bf0c4d6ffcafeddf8d04) /commons-codec/commons-codec/1.11/commons-codec-1.11.jar (SHA1: 3acb4705652e16236558f0f4f2192cc33c3bd189) /commons-codec/commons-codec/1.11/commons-codec-1.11-src.zip (SHA1: b45a09ea3711a9346c71d062e5f06935685db9fb) /commons-codec/commons-codec/1.11/commons-codec-1.11-javadoc.jar.asc (SHA1: 5e7eb8e6e1e51017d6fc52eaec5ad67dcc2c9dce) /commons-codec/commons-codec/1.11/commons-codec-1.11-test-sources.jar.asc (SHA1: 5f8c723bbcf08c8c4434a6731fe52d5e5cd9df9b) /commons-codec/commons-codec/1.11/commons-codec-1.11.jar.asc (SHA1: 42f6f623c1448aea511f4ee77d62d4b962f68450) /commons-codec/commons-codec/1.11/commons-codec-1.11-test-sources.jar (SHA1: 67f923eb8f532cc8de6e30e7baad3de872ea49f8) /commons-codec/commons-codec/1.11/commons-codec-1.11-bin.zip.asc (SHA1: fae75e01aa6492e4659d2140fadff2878984b5c0) /commons-codec/commons-codec/1.11/commons-codec-1.11-bin.tar.gz.asc (SHA1: 3eac777bbd8527dd62ad53349a0eaa1d5a4cc830) /commons-codec/commons-codec/1.11/commons-codec-1.11-src.tar.gz.asc (SHA1: d96909338df98272e81d9c4ea2b49f849e095ee8) I tested this RC using 'mvn clean verify' on Windows 10 (Version 10.0.15063) with Oracle Java 7, Oracle Java 8, Oracle Java 9 and IBM Java 8 using Maven 3.5.0: Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 1.7.0_80, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_80\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows" => BUILD SUCCESS Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 1.8.0_144, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_144\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" => BUILD SUCCESS Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 1.8.0, vendor: IBM Corporation Java home: C:\eclipse\IBM-6.4.5\ibm_sdk80\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "x86", family: "windows" java version "1.8.0" Java(TM) SE Runtime Environment (build pwi3280sr4fp5-20170421_01(SR4 FP5)) IBM J9 VM (build 2.8, JRE 1.8.0 Windows 10 x86-32 20170419_344392 (JIT enabled, AOT enabled) J9VM - R28_20170419_1004_B344392 JIT - tr.r14.java_20170419_344392 GC - R28_20170419_1004_B344392 J9CL - 20170419_344392) JCL - 20170420_01 based on Oracle jdk8u131-b11 => BUILD SUCCESS Testing with Oracle Java 9 and Maven 3.5.0 yields FAILURES. I propose to address those in a follow up release. Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 9, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk-9 Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Details of changes since 1.10 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/codec/RELEASE-NOTES.txt Site: https://people.apache.org/~ggregory/commons-codec-1.11-rc1-site.zip (the site is a zip file as uploading individual files is slow as molasses) (note some *relative* links are broken and directories are not yet created - these will be OK once the site is deployed) To run the Clirr Report (compared to 1.10): mvn clirr:check The RAT report is in the site zip. 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. sometime after 19:00 UTC 20 October 2017 [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thank you! Gary Gregory --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org