Re: [NET] Issues with FTPSClientTest and JKS files

2021-07-27 Thread sebb
On Tue, 27 Jul 2021 at 16:05, sebb wrote: > > Something strange is going on with the FTPSClientTest. > > One my macOS system, the original jks file works with all my Java > installations: > Java 8 (Oracle and AdoptOpenJDK) > Java 11 (Oracle and AdoptOpenJDK) > Java 15 (Oracle) > Java 16 (AdoptOpe

Re: [commons-net] branch master updated: More debug

2021-07-27 Thread Gary Gregory
Elsewhere, when I want to add calls to sys err or sys out here and there, I centralize these calls to some central spot which can be turned off in one simple in line comment, or better yet, enabled with a sys prop. Gary On Tue, Jul 27, 2021, 12:39 wrote: > This is an automated email from the AS

[NET] Issues with FTPSClientTest and JKS files

2021-07-27 Thread sebb
Something strange is going on with the FTPSClientTest. One my macOS system, the original jks file works with all my Java installations: Java 8 (Oracle and AdoptOpenJDK) Java 11 (Oracle and AdoptOpenJDK) Java 15 (Oracle) Java 16 (AdoptOpenJDK) With the jre8.jks, only Java8 works; the others all fa

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-07-27 Thread Gilles Sadowski
Hello. Le mar. 27 juil. 2021 à 09:15, Avijit Basak a écrit : > > Hi All > > Please find the proposed changes for the Genetic Algorithm library in > commons.maths. > Changes in Model: > 1) GeneticAlgorithm class is broken into a hierarchy to accommodate commons > implementation in an Abs

Re: Apache Commons BeanUtils and Commons Collection

2021-07-27 Thread Melloware
I submitted this PR over a year ago to remove it.. https://github.com/apache/commons-beanutils/pull/40 On 7/27/2021 8:57 AM, sebb wrote: On Tue, 27 Jul 2021 at 13:54, Suraj Singh wrote: Hello, The beanutil JAR has a dependency on commons-collection v3.2.2. This version was released in 2015

Re: Apache Commons BeanUtils and Commons Collection

2021-07-27 Thread sebb
On Tue, 27 Jul 2021 at 13:54, Suraj Singh wrote: > > Hello, > The beanutil JAR has a dependency on commons-collection v3.2.2. This version > was released in 2015 and is EOL. > Do you have any plans to use more recent versions of commons-collections4? The dependency is only needed for tests, so u

Apache Commons BeanUtils and Commons Collection

2021-07-27 Thread Suraj Singh
Hello, The beanutil JAR has a dependency on commons-collection v3.2.2. This version was released in 2015 and is EOL. Do you have any plans to use more recent versions of commons-collections4? Regards,Suraj

Re: [VOTE] Release Apache Commons CSV 1.9.0 based on RC1

2021-07-27 Thread Gary Gregory
Ping ;-) Gary On Sat, Jul 24, 2021, 11:56 Gary Gregory wrote: > We have fixed a few bugs and added some enhancements since Apache > Commons CSV 1.8 was released, so I would like to release Apache > Commons CSV 1.9.0. > > Apache Commons CSV 1.9.0 RC1 is available for review here: > https://d

[MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-07-27 Thread Avijit Basak
Hi All Please find the proposed changes for the Genetic Algorithm library in commons.maths. Changes in Model: 1) GeneticAlgorithm class is broken into a hierarchy to accommodate commons implementation in an Abstract class AbstractGeneticAlgorithm. New AdaptiveGeneticAlgorithm class has als