[VOTE] Release Apache Commons Geometry (full distribution) 1.0 based on RC3

2021-08-14 Thread Matt Juntunen
We have completed initial development work on Apache Commons Geometry, so I would like to release Apache Commons Geometry (full distribution) 1.0. Apache Commons Geometry (full distribution) 1.0 RC3 is available for review here: https://dist.apache.org/repos/dist/dev/commons/geometry/1.0-RC3

Re: [VOTE] Release Apache Commons Pool 2.11.1 based on RC1

2021-08-14 Thread Matt Sicker
+1 Verified signatures and builds via a few JDKs: Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /usr/local/Cellar/maven/3.8.2/libexec Java version: 11.0.10, vendor: Oracle Corporation, runtime: /usr/local/Cellar/openjdk@11/11.0.10/libexec/openjdk.jdk/Contents/Home

Re: [commons-math] 03/04: MATH-1625: Enable callback in "SimplexOptimizer".

2021-08-14 Thread Gilles Sadowski
> > > > +public void addObserver(Observer cb) { > > +if (cb == null) { > > +throw new NullPointerException("Callback"); > > +} > > > > These types of checks can use Objects.requireNonNull Done. Thanks, Gilles

[VOTE] Release Apache Commons Pool 2.11.1 based on RC1

2021-08-14 Thread Gary Gregory
We have fixed a few regression bugs since Apache Commons Pool 2.11.0 was released and performed some internal cleanups, so I would like to release Apache Commons Pool 2.11.1. Apache Commons Pool 2.11.1 RC1 is available for review here:

Re: [ANNOUNCE] Apache Commons Pool 2.11.0

2021-08-14 Thread Gary Gregory
On Fri, Aug 13, 2021 at 8:22 AM sebb wrote: > > On Fri, 13 Aug 2021 at 03:01, Gary Gregory wrote: > > > > I think I will rehash the old files to avoid this in the future. > > Why not just fix the links? > > All the artefacts now have sha512 hashes now; it is only the links > that are wrong in

Re: [commons-math] 03/04: MATH-1625: Enable callback in "SimplexOptimizer".

2021-08-14 Thread Alex Herbert
On Sat, 14 Aug 2021 at 00:53, wrote: > This is an automated email from the ASF dual-hosted git repository. > > erans pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-math.git > > commit 310b21e4d7071bbdc52e12283b0718c2d5dd5bbc > Author: Gilles Sadowski