[VOTE] Release Apache Commons IO 2.7 based on RC1

2020-05-24 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons IO 2.6 was released, so I would like to release Apache Commons IO 2.7. Apache Commons IO 2.7 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/io/2.7-RC1 (svn revision 397

[geometry] New 3D Interfaces

2020-05-24 Thread Matt Juntunen
Hi all, If anyone is interested, I've added a PR with new 3D interfaces that will simplify most standard work in 3D. The new interfaces are ConvexPolygon3D and Triangle3D. There are factory methods in the Planes class for creating these directly from vertices. Previously, users had to interact

Re: [validator] Thoughts on having only isVaild method implemented for a check digit but not the generate method

2020-05-24 Thread sebb
On Tue, 19 May 2020 at 12:14, Vijay Akula wrote: > > Hi, > > I am working on an implementation for check digit validation for the > Australian Medicare card algorithm[1] and want to contribute the same to > the commons validator open-source project. Before submitting a PR, I wanted > to reach out