[ANNOUNCEMENT] Apache Commons Text 1.10.0

2022-09-29 Thread Gary Gregory
The Apache Commons team is pleased to announce Apache Commons Text 1.10.0. Apache Commons Text is a library focused on algorithms working on strings. Release 1.10.0. requires Java 8. Historical list of changes: https://commons.apache.org/proper/commons-text/changes-report.html For complete info

Re: [rng] Release 1.5 with Bill Of Materials (BOM)

2022-09-29 Thread Alex Herbert
I have managed to get this to work. However it is not an ideal solution. Creating the bom is very simple. It has artifact details and then a dependencyManagement section. I have created one, installed locally and verified it works on some of my projects. However deploying the bom is a problem in

Re: [MATH][GA] Issues in "commons-math4-ga2" design

2022-09-29 Thread Gilles Sadowski
Hello. Le jeu. 29 sept. 2022 à 14:07, Avijit Basak a écrit : > > Hi All > > Please find my comments below: > > > > >> Hi All > >> > >> The newly proposed design of "commons-math4-ga2" has two primary > >> issues which I would like to mention here. > >> > >> *1) GA logic*: The de

[VOTE][RESULT] Release Apache Commons Text 1.10.0 based on RC1

2022-09-29 Thread Gary D. Gregory
I should have added "RESULT" in the subject which I am doing now just for simpler search in the mailbox archive. Gary On 2022/09/28 19:32:50 Gary Gregory wrote: > This VOTE passes with the following +1s: > > - Bruno Kinoshita > - Alex Herbert > - Gary Gregory > > Gary > > > On Wed, Sep 28, 2

Re: [rng] Release 1.5 with Bill Of Materials (BOM)

2022-09-29 Thread Xeno Amess
even better if we have a BOM for whole apache commons. From: Gary Gregory Sent: Thursday, September 29, 2022 8:05:14 PM To: Commons Developers List Subject: Re: [rng] Release 1.5 with Bill Of Materials (BOM) That sounds like a good idea! Gary On Thu, Sep 29, 20

Re: [MATH][GA] Issues in "commons-math4-ga2" design

2022-09-29 Thread Avijit Basak
Hi All Please find my comments below: > >> Hi All >> >> The newly proposed design of "commons-math4-ga2" has two primary >> issues which I would like to mention here. >> >> *1) GA logic*: The design does not conform to the basic genetic algorithm >I understand the concern about

Re: [rng] Release 1.5 with Bill Of Materials (BOM)

2022-09-29 Thread Gary Gregory
That sounds like a good idea! Gary On Thu, Sep 29, 2022 at 5:27 AM Alex Herbert wrote: > I think RNG is ready for a release. > > In 1.5 the multi-module project rearranges a few methods to default > interface methods in a different module. This is binary compatible. However > it requires that a

[rng] Release 1.5 with Bill Of Materials (BOM)

2022-09-29 Thread Alex Herbert
I think RNG is ready for a release. In 1.5 the multi-module project rearranges a few methods to default interface methods in a different module. This is binary compatible. However it requires that all versions of the modules are matched. If the other modules are explicitly imported by a transitive