RC1 is cancelled for RC2
On Tue, 9 Jul 2024 at 12:12, Gary Gregory wrote:
> Thanks Alex!
>
> Gary
>
> On Mon, Jul 8, 2024, 4:22 PM Alex Herbert
> wrote:
>
> > Hi Gary,
> >
> > Thanks for the feedback. I'll fix the docs module tomorrow. It is only
> for
> > an aggregate javadoc report for the si
Thanks Alex!
Gary
On Mon, Jul 8, 2024, 4:22 PM Alex Herbert wrote:
> Hi Gary,
>
> Thanks for the feedback. I'll fix the docs module tomorrow. It is only for
> an aggregate javadoc report for the site. It depends on all the other jar
> modules and builds a single aggregate javadoc. This requires
Understood. Thanks,
-Rob
> On Jul 8, 2024, at 4:41 PM, Alex Herbert wrote:
>
> Hi Rob,
>
> This behaviour is documented in the release note.
>
> The tests for randomness use a random seed. So they fail with a given
> probability. We have a set number of reruns configured. A few failures get
>
Hi Rob,
This behaviour is documented in the release note.
The tests for randomness use a random seed. So they fail with a given
probability. We have a set number of reruns configured. A few failures get
logged as a flake. If they fail 3 times then the build will fail. With a
p-value of 0.001 this
I was running the build on java 21 and got this:
Results:
[INFO]
[WARNING] Flakes:
[WARNING]
org.apache.commons.rng.core.ProvidersCommonParametricTest.testUniformNextBytesPartialBuffer(UniformRandomProvider)[8]
[ERROR] Run 1:
ProvidersCommonParametricTest.testUniformNextBytesPartialBuffer:124
Hi Gary,
Thanks for the feedback. I'll fix the docs module tomorrow. It is only for
an aggregate javadoc report for the site. It depends on all the other jar
modules and builds a single aggregate javadoc. This requires it to be a jar
artifact in the pom. But there is no output jar. I'll disable ja
Oops, actually 'mvn clean install -DskipTests japicmp:cmp' fails with
[INFO] Reactor Summary for Apache Commons RNG 1.6:
[INFO]
[INFO] Apache Commons RNG . SUCCESS [ 21.207 s]
[INFO] Apache Commons RNG Client API .. SUCCESS [ 24.159 s]
[INFO] Apa
Hello,
+1
This email contains this link that returns a 404 for
https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC1/site/changes-report.html
I see that for some reason, the site is in a personal folder instead of
https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC1/site, so I imagi
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 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/rng/1.6-RC1 (svn
revision 70143)
The Git tag co