On 22 November 2015 at 22:39, Thomas Neidhart <thomas.neidh...@gmail.com> wrote: > On 11/19/2015 10:48 AM, sebb wrote: >> It's probably about time to release VALIDATOR. >> There have been quite a few improvements and fixes since the last version. >> >> == >> >> Validator 1.5.0 RC1 is available for review here: >> https://dist.apache.org/repos/dist/dev/commons/validator/ (svn >> revision 11236) >> >> ./binaries/commons-validator-1.5.0-bin.tar.gz.sha1:d1ec43eee78475675787db4ce478f03e9089a38f >> ./binaries/commons-validator-1.5.0-bin.zip.sha1:de3664516fdf68667d10b8d060eebd0cf1e349c5 >> ./source/commons-validator-1.5.0-src.tar.gz.sha1:737f4df692f3d64bd8c0c6ba6c39e1a7533309c0 >> ./source/commons-validator-1.5.0-src.zip.sha1:690c353b52359e75a6b5f0bd1b0cf0f34067c544 >> >> Maven artifacts are here: >> >> https://repository.apache.org/content/repositories/orgapachecommons-1118/commons-validator/commons-validator/1.5.0/ >> >> These are the artifacts and their hashes >> >> /commons-validator/commons-validator/1.5.0/commons-validator-1.5.0-tests.jar >> (SHA1: 371f755d033b4a5d4a8b799e453e27e8211179a7) >> /commons-validator/commons-validator/1.5.0/commons-validator-1.5.0.pom >> (SHA1: 4050c881a79cd5e621339c749ef03b47eb851a4a) >> /commons-validator/commons-validator/1.5.0/commons-validator-1.5.0.jar >> (SHA1: 26b98c21975c5caf6bf34bacdeb7183be7a65970) >> /commons-validator/commons-validator/1.5.0/commons-validator-1.5.0-javadoc.jar >> (SHA1: f3f3364cb4b3e9d9b0362b2bb2770a579ec76a64) >> /commons-validator/commons-validator/1.5.0/commons-validator-1.5.0-sources.jar >> (SHA1: 96c77b61d4ed9ca3b58a7a40bac7fa98a09f5c2f) >> /commons-validator/commons-validator/1.5.0/commons-validator-1.5.0-test-sources.jar >> (SHA1: 68e7c52affe4fdc98d4431e6b9ffcc30969279a1) >> >> Details of changes since 1.4.1 are in the release notes: >> >> https://dist.apache.org/repos/dist/dev/commons/validator/RELEASE-NOTES.txt >> http://people.apache.org/~sebb/validator-1.5.0-RC1/changes-report.html >> >> I have tested this with JDK 1.6, 1.7, 1.8 using maven3. >> >> The tag is here: >> >> http://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_5_0_RC1/ >> (svn 1715135) >> N.B. the SVN revision is required because SVN tags are not immutable. >> >> Site: >> http://people.apache.org/~sebb/validator-1.5.0-RC1/ >> (note some *relative* links are broken and the 1.5.0 directories are >> not yet created - these will be OK once the site is deployed) >> >> Clirr Report (compared to 1.4.1): >> http://people.apache.org/~sebb/validator-1.5.0-RC1/clirr-report.html >> >> RAT Report: >> http://people.apache.org/~sebb/validator-1.5.0-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 >> 10:00 GMT 22-Nov 2015 >> > > I have first tested to build the site from the source archive using JDK > 1.6, but it failed due to a problem with the used checkstyle plugin > (6.2). It obviously is compiled for Java 7 (class version 51). > > This will certainly affect other components as well, but not a blocker > for the release imho.
Note: it's still possible to compile/test using Java 1.6 whilst using Java 7 for Maven and plugins. Ensure that the JAVA_1_6_HOME environment variable points to the Java 6 installation and use the java-1.6 profile, e.g. mvn [test | site] -Pjava-1.6 > Afterwards tested with JDK 1.7 and everything was fine. > > There are a few checkstyle and findbugs errors which could be fixed as well. Yes, those can be done for the next release. > [X] +1 Release these artifacts > > Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org