Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread sebb
On Mon, 19 Dec 2022 at 01:15, Gilles Sadowski wrote: > > Le lun. 19 déc. 2022 à 01:13, sebb a écrit : > > > > On Sun, 18 Dec 2022 at 23:53, Gilles Sadowski wrote: > > > > > > Le lun. 19 déc. 2022 à 00:17, Alex Herbert a > > > écrit : > > > > > > > > On Sun, 18 Dec 2022, 23:06 Gilles Sadowski,

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread Gilles Sadowski
Le lun. 19 déc. 2022 à 01:13, sebb a écrit : > > On Sun, 18 Dec 2022 at 23:53, Gilles Sadowski wrote: > > > > Le lun. 19 déc. 2022 à 00:17, Alex Herbert a > > écrit : > > > > > > On Sun, 18 Dec 2022, 23:06 Gilles Sadowski, wrote: > > > > > > > Le dim. 18 déc. 2022 à 23:10, Alex Herbert a > >

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread sebb
On Sun, 18 Dec 2022 at 23:53, Gilles Sadowski wrote: > > Le lun. 19 déc. 2022 à 00:17, Alex Herbert a écrit > : > > > > On Sun, 18 Dec 2022, 23:06 Gilles Sadowski, wrote: > > > > > Le dim. 18 déc. 2022 à 23:10, Alex Herbert a > > > écrit : > > > > > > > > I think the name for the distribution

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread Gilles Sadowski
Le lun. 19 déc. 2022 à 00:17, Alex Herbert a écrit : > > On Sun, 18 Dec 2022, 23:06 Gilles Sadowski, wrote: > > > Le dim. 18 déc. 2022 à 23:10, Alex Herbert a > > écrit : > > > > > > I think the name for the distribution archive is collected in: > > > > > > dist-archive/src/assembly/[bin|src].xm

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread Alex Herbert
On Sun, 18 Dec 2022, 23:06 Gilles Sadowski, wrote: > Le dim. 18 déc. 2022 à 23:10, Alex Herbert a > écrit : > > > > I think the name for the distribution archive is collected in: > > > > dist-archive/src/assembly/[bin|src].xml > > > > These use ${project.artifactId}-${project.version} by specify

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread Gilles Sadowski
Le dim. 18 déc. 2022 à 23:10, Alex Herbert a écrit : > > I think the name for the distribution archive is collected in: > > dist-archive/src/assembly/[bin|src].xml > > These use ${project.artifactId}-${project.version} by specifying the > tag. > > So renaming the artifactId for the dist-archive i

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread Alex Herbert
I think the name for the distribution archive is collected in: dist-archive/src/assembly/[bin|src].xml These use ${project.artifactId}-${project.version} by specifying the tag. So renaming the artifactId for the dist-archive in the pom.xml from commons-math to commons-math4 fixes this. Verified

Re: [VOTE][RC1] Release Commons Math 4.0-beta1

2022-12-18 Thread Gilles Sadowski
Hi. > [...] > > Distribution files and release notes: > https://dist.apache.org/repos/dist/dev/commons/math/ > > To verify the integrity of the distribution files, you can > > 1. download them with the command > $ wget -nH --cut-dirs=8 \ > > https://dist.apache.org/repos/dist/d

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-18 Thread Romain Manni-Bucau
Le dim. 18 déc. 2022 à 12:04, Gary Gregory a écrit : > What's the rush? Commons has never been on the bleeding edge of anything. > Java and EE release rates changed - as well as spring baseline. If commons sticks to the old one it is harder (impossible) to use directly. Today dbcp is either for

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-18 Thread Gary Gregory
What's the rush? Commons has never been on the bleeding edge of anything. You saw the plan I proposed I presume. Gary On Sun, Dec 18, 2022, 04:38 Romain Manni-Bucau wrote: > Any idea on when it can occurs? We are quite late to the party already and > shade was a good solution to be in without

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-18 Thread Romain Manni-Bucau
Any idea on when it can occurs? We are quite late to the party already and shade was a good solution to be in without additional cost in terms of maintainance for the project so if not the picked option we should target some point not too far in 2023 pby. Le dim. 18 déc. 2022 à 01:44, Gary Gregory