You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Alex Herbert <al...@gmail.com> on 2019/11/11 10:39:59 UTC

[RESULT][VOTE] Release Apache Commons RNG 1.3 based on RC1

The votes are as follows:

+1 - Gilles Sadowski (binding)
+1 - Pascal Schumacher (binding)
+1 - Alex Herbert (binding)

I will perform the release now. Many thanks to the validators.

Alex

On 05/11/2019 16:36, Alex Herbert wrote:
> We have fixed quite a few bugs and added some significant enhancements 
> since Apache Commons RNG 1.2 was released, so I would like to release 
> Apache Commons RNG 1.3.
>
> Apache Commons RNG 1.3 RC1 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/rng/1.3-RC1/
>   https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/
>
> Tag name:
>   RNG_1_3_RC1 (signature can be checked from git using 'git tag -v 
> RNG_1_3_RC1')
>
> Tag URL:
> https://gitbox.apache.org/repos/asf?p=commons-rng.git;a=commit;h=43f290e68c31e5bea6cde97c7e999c2e1f2562b2 
>
>
> Commit ID the tag points at:
>   43f290e68c31e5bea6cde97c7e999c2e1f2562b2
>
> Maven artifacts are here:
> https://repository.apache.org/content/repositories/orgapachecommons-1476/org/apache/commons/ 
>
>
> These are the artifacts and their SHA 512 hashes:
> 310c0582b80c60fb159846f9615c7952b3c405265955392d77b16d7cfac9e8c5f2c680686e526b412ab8b4356ef9ecd07977764c31db8e02bef40e37b47ac27a 
> commons-rng-1.0-bin.tar.gz
> e0247ea82aff57cc86ac904ae482c193b7edd5253d26f87fc590b50a738d5fa5c4a6b3b24cd6a48c459e18156ade2588d8c9d12c9a04d15570780240d29ef406 
> commons-rng-1.0-bin.zip
> f33b922a9d8bc6098bd0e9a98859b17e1cdda21922f136b568868b21af274fdf3d78456a5c73c26c665205a22493836d59b1d33822c4a5c58e82ba64eadcb5e1 
> commons-rng-1.0-src.tar.gz
> ef4fe63ebbd76e8d95b5f054fed76a40a85f5dd99ca2406a31fb95b593ed3d96b29389bf82424e18895192751689d7590404c8b1d90b28878271c79cad3be18b 
> commons-rng-1.0-src.zip
>
> The source code contains examples that are not part of the public API. 
> These examples contain Java 9 modules and are enabled using a profile 
> (see below).
>
> An error when building the Java 9 modules site/javadoc under JDK 11 is 
> a known issue as the javadoc command errors when documenting Java 9 
> modules that include code from the unamed module.
>
> Note: Testing randomness using statistical thresholds results in 
> failures at a given probability. The 'maven-surefire-plugin' is 
> configured to re-run tests that fail, and pass the build if they 
> succeed within the allotted number of reruns (the test will be marked 
> as 'flaky' in the report).
>
> I have tested this with:
>
> 'mvn clean install site' using:
>
> ***
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
> 2018-10-24T19:41:47+01:00)
> Maven home: /usr/local/apache-maven-3.6.0
> Java version: 1.8.0_222, vendor: Private Build, runtime: 
> /usr/lib/jvm/java-8-openjdk-amd64/jre
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-166-generic", arch: "amd64", family: 
> "unix"
> ***
>
> ***
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
> 2018-10-24T19:41:47+01:00)
> Maven home: /usr/local/apache-maven-3.6.0
> Java version: 11.0.5, vendor: AdoptOpenJDK, runtime: 
> /usr/lib/jvm/jdk-11.0.5+10
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-166-generic", arch: "amd64", family: 
> "unix"
> ***
>
> Java 9 modules in the examples modules.
>
> 'mvn -Pcommons-rng-examples clean install site' using:
>
> ***
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
> 2018-10-24T19:41:47+01:00)
> Maven home: /usr/local/apache-maven-3.6.0
> Java version: 9, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-9
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-166-generic", arch: "amd64", family: 
> "unix"
> ***
>
> 'mvn -Pcommons-rng-examples clean install' using:
>
> ***
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
> 2018-10-24T19:41:47+01:00)
> Maven home: /usr/local/apache-maven-3.6.0
> Java version: 11.0.5, vendor: AdoptOpenJDK, runtime: 
> /usr/lib/jvm/jdk-11.0.5+10
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-166-generic", arch: "amd64", family: 
> "unix"
> ***
>
> Details of changes since 1.2 are in the release notes:
> https://dist.apache.org/repos/dist/dev/commons/rng/1.3-RC1/RELEASE-NOTES.txt 
>
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/changes-report.html 
>
>
> Site:
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/index.html
>     (note some *relative* links are broken and the 1.3 directories are 
> not yet created - these will be OK once the site is deployed.)
>
> CLIRR Report (compared to 1.2):
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/commons-rng-client-api/clirr-report.html 
>
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/commons-rng-core/clirr-report.html 
>
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/commons-rng-simple/clirr-report.html 
>
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/commons-rng-sampling/clirr-report.html 
>
>
> RAT Report:
> https://home.apache.org/~aherbert/commons-rng-1.3-RC1-site/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.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thank you,
>
> Alex Herbert,
> Release Manager (using key BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567)
>
> For following is intended as a helper and refresher for reviewers.
>
> Validating a release candidate
> ==============================
>
> These guidelines are NOT complete.
>
> Requirements: Git, Java, Maven.
>
> You can validate a release from a release candidate (RC) tag as follows.
>
> 1) Clone and checkout the RC tag
>
> git clone https://gitbox.apache.org/repos/asf/commons-rng.git --branch 
> RNG_1_3_RC1 commons-rng-1.3-RC1
> cd commons-rng-1.3-RC1
>
> 2) Check Apache licenses
>
> This step is not required if the site includes a RAT report page which 
> you then must check.
>
> mvn apache-rat:check
>
> 3) Check binary compatibility
>
> Older components still use Apache Clirr:
>
> This step is not required if the site includes a Clirr report page 
> which you then must check.
>
> mvn clirr:check
>
> JApiCmp is not used in this component.
>
>
> 4) Build the package
>
> mvn -V clean package
>
> You can record the Maven and Java version produced by -V in your VOTE 
> reply.
> To gather OS information from a command line:
> Windows: ver
> Linux: uname -a
>
> 5) Build the site for a multi-module project
>
> mvn site
> mvn site:stage
> Check the site reports in:
> - Windows: target\site\index.html
> - Linux: target/site/index.html
>
> -the end-
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org