Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-12 Thread Gary D. Gregory
+1 I tested the src zip file: - SHA512 OK - ASC OK - Running 'mvn' (default goal) OK, BUT: [INFO] --- javadoc:3.7.0:javadoc (default-cli) @ commons-rng-docs --- [ERROR] Error fetching link: C:\Users\ggregory\rc\commons-rng-1.6-src\commons-rng-client-api\target\apidocs. Ignored it. [ERROR] Error

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-12 Thread Alex Herbert
My +1 Another review would be appreciated. On Thu, 11 Jul 2024 at 21:13, Alex Herbert wrote: > RC2 is still ok. Only nits with the site generation so far. > > On Thu, 11 Jul 2024, 19:31 Gary Gregory, wrote: > >> Is RC2 still alive or are there changes coming due to this discussion? >> >> TY, >

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Alex Herbert
RC2 is still ok. Only nits with the site generation so far. On Thu, 11 Jul 2024, 19:31 Gary Gregory, wrote: > Is RC2 still alive or are there changes coming due to this discussion? > > TY, > Gary > > On Thu, Jul 11, 2024, 2:05 PM Rob Tompkins wrote: > > > > > > > > On Jul 11, 2024, at 1:57 PM,

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Gilles Sadowski
Hi. Le jeu. 11 juil. 2024 à 19:57, Alex Herbert a écrit : > > [...] > > > > > > 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.6-RC2/ > > > cd 1.6-RC2 > > > chmod +x ./signature

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Gary Gregory
Is RC2 still alive or are there changes coming due to this discussion? TY, Gary On Thu, Jul 11, 2024, 2:05 PM Rob Tompkins wrote: > > > > On Jul 11, 2024, at 1:57 PM, Alex Herbert > wrote: > > > > Hi Gilles, > > > > Thanks for the feedback. It seems that revapi is not a robust plugin, but > >

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Rob Tompkins
> On Jul 11, 2024, at 1:57 PM, Alex Herbert wrote: > > Hi Gilles, > > Thanks for the feedback. It seems that revapi is not a robust plugin, but > japicmp also has issues without the packaged jars. I'll make a note in the > RNG release guide to suggest the command to build the site. > > On Thu

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Alex Herbert
Hi Gilles, Thanks for the feedback. It seems that revapi is not a robust plugin, but japicmp also has issues without the packaged jars. I'll make a note in the RNG release guide to suggest the command to build the site. On Thu, 11 Jul 2024 at 17:27, Gilles Sadowski wrote: > Hello. > > Le mar. 9

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Gilles Sadowski
Hello. Le mar. 9 juil. 2024 à 14:22, Alex Herbert a écrit : > > We have fixed a few bugs and added enhancements since Apache Commons RNG > 1.5 was released, so I would like to release Apache Commons RNG 1.6. > > Apache Commons RNG 1.6 RC2 is available for review here: > https://dist.apache.or

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Gilles Sadowski
Hi. Le jeu. 11 juil. 2024 à 15:40, Alex Herbert a écrit : > > Hi Gilles, > > On Thu, 11 Jul 2024 at 13:30, Gilles Sadowski wrote: > > > > > [In the cloned directory.] > > Default maven goal succeeds. > > > > > > > > mvn site > > > > The above goal fails: > > [...] > > > > > I see the same behav

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Alex Herbert
Hi Gilles, On Thu, 11 Jul 2024 at 13:30, Gilles Sadowski wrote: > > [In the cloned directory.] > Default maven goal succeeds. > > > > > mvn site > > The above goal fails: > ---CUT--- > [INFO] > > [INFO] Reactor Summary for

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-11 Thread Gilles Sadowski
Hi. Le mar. 9 juil. 2024 à 14:22, Alex Herbert a écrit : > > We have fixed a few bugs and added enhancements since Apache Commons RNG > 1.5 was released, so I would like to release Apache Commons RNG 1.6. > > Apache Commons RNG 1.6 RC2 is available for review here: > https://dist.apache.org/r

Re: [VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-09 Thread Alex Herbert
I noticed that the recent change to the revapi plugin to remove a deprecated property resulted in an empty report for RC2. I checked the source code for revapi and the new reportCriticality property is not used; only the deprecated reportSeverity property. I have reverted the configuration in git

[VOTE] Release Apache Commons RNG 1.6 based on RC2

2024-07-09 Thread Alex Herbert
We have fixed a few bugs and added enhancements since Apache Commons RNG 1.5 was released, so I would like to release Apache Commons RNG 1.6. Apache Commons RNG 1.6 RC2 is available for review here: https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC2 (svn revision 70197) The Git tag co