[MATH][NUMBERS][STATISTICS] Why use different artifactIds for badge and search?

2023-09-20 Thread sebb
The commons index page generally uses the same Maven coordinates for searching and for generating the badge. However this is not the case for NUMBERS and STATISTICS. (and was not the case for MATH, but that was broken) Surely the badge should be created from the same coords that the search uses?

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Gilles Sadowski
Le mer. 20 sept. 2023 à 15:36, sebb a écrit : > > I cannot find any releases for Functor Briefly looking at the description and examples pages (not the code), it seems that much functionality has been superseded by the standard "java.util.function" package and lambdas. What looks interesting is

[MATH] Inconsistent artifactId for parent pom

2023-09-20 Thread sebb
The artifactId for the parent pom is commons-math-parent whereas all the child poms have the prefix commons-math4- Seems to me this ought to be fixed before the first GA release (current is 4.0-beta2) Sebb - To unsubscribe,

Re: RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-20 Thread Eugene Grybinnyk
Do we know when the final version of commons-fileupload2 is going to be released? On Fri, Jul 21, 2023 at 8:20 PM Eduardo Guadalupe wrote: > > https://central.sonatype.com/artifact/org.apache.commons/commons-fileupload2/2.0.0-M1 > > On 2023/07/21 16:27:33 je...@mercedes-benz.com.INVALID wrote:

No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread sebb
I cannot find any releases for Functor or OGNL, yet they are listed on the commons home page, and the releases page. Seems to me they should be moved to dormant? Sebb - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

Re: RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-20 Thread Gary Gregory
We do not have a schedule but I encourage you to use M1. Gary On Wed, Sep 20, 2023, 10:52 AM Eugene Grybinnyk wrote: > Do we know when the final version of commons-fileupload2 is going to be > released? > > On Fri, Jul 21, 2023 at 8:20 PM Eduardo Guadalupe > wrote: > > > > > >

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Rob Tompkins
> On Sep 20, 2023, at 10:55 AM, Bruno Kinoshita wrote: > > +1 for functor to be made dormant. Never got enough time to work on it, > and we can move it out later if I need to. > +1 for functor to be made dormant too. Cheers, -Rob > Not sure about OGNL. > > Cheers > > Bruno > > On Wed,

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Bruno Kinoshita
+1 for functor to be made dormant. Never got enough time to work on it, and we can move it out later if I need to. Not sure about OGNL. Cheers Bruno On Wed, 20 Sept 2023, 11:52 sebb, wrote: > I cannot find any releases for Functor or OGNL, yet they are listed on > the commons home page, and

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Bruno Kinoshita
Dormant or attic, either way is fine by me  On Wed, 20 Sept 2023, 12:04 Gary Gregory, wrote: > Functor should be attic'd IMO. > > Gary > > > On Wed, Sep 20, 2023, 10:29 AM Gilles Sadowski > wrote: > > > Le mer. 20 sept. 2023 à 15:36, sebb a écrit : > > > > > > I cannot find any releases for

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Gary Gregory
Functor should be attic'd IMO. Gary On Wed, Sep 20, 2023, 10:29 AM Gilles Sadowski wrote: > Le mer. 20 sept. 2023 à 15:36, sebb a écrit : > > > > I cannot find any releases for Functor > > Briefly looking at the description and examples pages (not the code), > it seems that much

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Gary Gregory
Functor seems obsolete now that Java has lambdas too. Gary On Wed, Sep 20, 2023, 11:41 AM Bruno Kinoshita wrote: > +1 for functor to be made dormant. Never got enough time to work on it, > and we can move it out later if I need to. > > Not sure about OGNL. > > Cheers > > Bruno > > On Wed, 20

Re: RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-20 Thread Gary Gregory
We have an M2 coming "soon" (see git master). Gary On Wed, Sep 20, 2023, 3:59 PM Eugene Grybinnyk wrote: > I am using M1 right now and it's working fine. I just want to release my > product with the "final" versions of dependencies whenever possible. > > On Wed, Sep 20, 2023 at 6:08 PM Gary

Re: [MATH] Inconsistent artifactId for parent pom

2023-09-20 Thread sebb
OK, done as a PR for now in case there are any second thoughts... On Wed, 20 Sept 2023 at 19:42, Alex Herbert wrote: > > On Wed, 20 Sept 2023 at 14:24, sebb wrote: > > > > The artifactId for the parent pom is > > > > commons-math-parent > > > > whereas all the child poms have the prefix > > > >

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread sebb
FTR: Attic is only for PMCs, not individual projects/components On Wed, 20 Sept 2023 at 17:32, Gary Gregory wrote: > > Functor should be attic'd IMO. > > Gary > > > On Wed, Sep 20, 2023, 10:29 AM Gilles Sadowski wrote: > > > Le mer. 20 sept. 2023 à 15:36, sebb a écrit : > > > > > > I cannot

Re: No sign of releases for Functor or OGNL - move to dormant?

2023-09-20 Thread Gary Gregory
Ah, right! Dormant it is for Functor then. Gary On Wed, Sep 20, 2023, 7:03 PM sebb wrote: > FTR: Attic is only for PMCs, not individual projects/components > > On Wed, 20 Sept 2023 at 17:32, Gary Gregory > wrote: > > > > Functor should be attic'd IMO. > > > > Gary > > > > > > On Wed, Sep 20,

Re: RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-20 Thread Eugene Grybinnyk
I am using M1 right now and it's working fine. I just want to release my product with the "final" versions of dependencies whenever possible. On Wed, Sep 20, 2023 at 6:08 PM Gary Gregory wrote: > We do not have a schedule but I encourage you to use M1. > > Gary > > On Wed, Sep 20, 2023, 10:52

Re: [MATH] Inconsistent artifactId for parent pom

2023-09-20 Thread Alex Herbert
On Wed, 20 Sept 2023 at 14:24, sebb wrote: > > The artifactId for the parent pom is > > commons-math-parent > > whereas all the child poms have the prefix > > commons-math4- > > Seems to me this ought to be fixed before the first GA release > (current is 4.0-beta2) The current parent was