On Sun, 19 Apr 2026 at 01:59, Gilles Sadowski <[email protected]> wrote:

> Hi.
>
> [On another machine.]
>
> $ mvn --version
> Apache Maven 3.9.9
> Maven home: /usr/share/maven
> Java version: 25.0.2, vendor: Debian, runtime:
> /usr/lib/jvm/java-25-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "6.12.74+deb13+1-amd64", arch: "amd64",
> family: "unix"
>
> Le jeu. 16 avr. 2026 à 14:13, Alex Herbert <[email protected]> a
> écrit :
> > [...]
> >     git clone https://gitbox.apache.org/repos/asf/commons-rng.git
> --branch commons-rng-1.7-RC1 commons-rng-1.7-RC1
>
> $ mvn
> [... skipped ...]
> [INFO] Apache Commons RNG ................................. SUCCESS [
> 21.765 s]
> [INFO] Apache Commons RNG Client API ...................... SUCCESS [01:04
> min]
> [INFO] Apache Commons RNG Core ............................ SUCCESS [
> 58.082 s]
> [INFO] Apache Commons RNG Simple .......................... SUCCESS [01:00
> min]
> [INFO] Apache Commons RNG Sampling ........................ SUCCESS [01:34
> min]
> [INFO] Apache Commons RNG (Bill of Materials) ............. SUCCESS [
> 0.355 s]
> [INFO] Apache Commons RNG Documentation ................... SUCCESS [
> 4.361 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  05:03 min
> [INFO] Finished at: 2026-04-19T00:55:03+02:00
> [INFO]
> ------------------------------------------------------------------------
>
> $ mvn clean package site site:stage -Pexamples
> [... skipped ...]
> [INFO] Apache Commons RNG ................................. SUCCESS [
> 38.062 s]
> [INFO] Apache Commons RNG Client API ...................... SUCCESS [
> 21.098 s]
> [INFO] Apache Commons RNG Core ............................ SUCCESS [
> 58.987 s]
> [INFO] Apache Commons RNG Simple .......................... SUCCESS [01:04
> min]
> [INFO] Apache Commons RNG Sampling ........................ SUCCESS [01:34
> min]
> [INFO] Apache Commons RNG (Bill of Materials) ............. SUCCESS [
> 0.886 s]
> [INFO] Apache Commons RNG Documentation ................... SUCCESS [
> 5.654 s]
> [INFO] Apache Commons RNG Examples ........................ SUCCESS [
> 2.036 s]
> [INFO] Apache Commons RNG Examples Stress Utilities ....... SUCCESS [
> 15.573 s]
> [INFO] Apache Commons RNG Examples Sampling Utilities ..... SUCCESS [
> 8.028 s]
> [INFO] Apache Commons RNG Quadrature Example .............. SUCCESS [
> 6.041 s]
> [INFO] Apache Commons RNG JMH Benchmark ................... SUCCESS [
> 10.321 s]
> [INFO] Apache Commons RNG JPMS Integration Test ........... SUCCESS [
> 1.565 s]
> [INFO] Apache Commons RNG JPMS Module Example (Library) ... SUCCESS [
> 6.394 s]
> [INFO] Apache Commons RNG JPMS Module Example (Application) SUCCESS [
> 6.850 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  05:41 min
> [INFO] Finished at: 2026-04-19T01:44:40+02:00
> [INFO]
> ------------------------------------------------------------------------
>
> > (signature can be checked from git using 'git tag -v
> commons-rng-1.7-RC1')
>
> Done.
>
> >
> > Maven artifacts are here:
> > [...]
> > Signatures may be validated on a system supporting a bash Unix shell by
> > executing:
> >     svn co https://dist.apache.org/repos/dist/dev/commons/rng/1.7-RC1/
> >     cd 1.7-RC1
> >     chmod +x ./signature-validator.sh
> >     for m in client-api core simple sampling bom; do
> > ./signature-validator.sh
> >
> https://repository.apache.org/content/repositories/orgapachecommons-1928/org/apache/commons/commons-rng-${m}/1.7/
> ;
> > done
>
> Done.
>
> > [...]
> > RAT Report:
> >
> >
> https://dist.apache.org/repos/dist/dev/commons/rng/1.7-RC1/site/rat-report.html
>
> Many files with "unapproved license" (mostly the output of the
> stress tests).
> In the local build:
> ---CUT---
> [INFO] Generating "RAT Report" report           ---
> apache-rat-plugin:0.18:rat
> [WARNING] Use of deprecated option 'exclude'. Deprecated for removal
> since 0.17: Use <inputExclude> instead.
> ---CUT---
>
> > KEYS:
> >   https://downloads.apache.org/commons/KEYS
> >
> > Please review the release candidate and vote.
> > This vote will close no sooner than 72 hours from now.
> >
>    [X] +1 Release these artifacts
> >   [ ] +0 OK, but...
> >   [ ] -0 OK, but really should fix...
> >   [ ] -1 I oppose this release because...
>
> Regards,
> Gilles
>
> > [...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
Thanks Gilles. The rat report configuration is wrong in the release
candidate due to the issue in commons parent that I fixed in the latest 99
snapshot. It is easy to rebuild the report for the site after a release.

We seem to have uncovered a platform dependent issue with the revapi
plugin. Current version is 0.15.1 released on Apr 15, 2025. Looking at the
git repo [1] the last commit was 6 months ago so the plugin development may
have stalled. I would pursue sending feedback to the maintainer if I could
reproduce the issue. I will try some other linux boxes I have available
when back at the office next week.

[1] https://github.com/revapi/revapi

Reply via email to