Re: commons-fileupload2-jakarta

2023-07-16 Thread Romain Manni-Bucau
Le lun. 17 juil. 2023 à 08:19, Martin Tzvetanov Grigorov < mgrigo...@apache.org> a écrit : > > > On 2023/07/15 14:04:54 Emmanuel Bourg wrote: > > On 12/07/2023 13:27, Martin Tzvetanov Grigorov wrote: > > > > > Last time when I tried to replace Commons Fileupload with pure Servlet > API I faced the

Re: commons-fileupload2-jakarta

2023-07-16 Thread Martin Tzvetanov Grigorov
On 2023/07/15 14:04:54 Emmanuel Bourg wrote: > On 12/07/2023 13:27, Martin Tzvetanov Grigorov wrote: > > > Last time when I tried to replace Commons Fileupload with pure Servlet API > > I faced these issues: > > > > 1) The Servlet API does not provide hooks to follow the upload progress > >

Re: [VOTE] Release Apache Commons FileUpload 2.0.0-M1 based on RC1

2023-07-16 Thread Maxim Solodovnik
+1 Tested: - signatures - build from sources (Ubuntu 22.04, mvn 3.9.1, openjdk 17.0.7) - Apache Wicket build please NOTE *.sha512 is not validatable with sha512sum tool: ``` sha512sum -c commons-fileupload2-2.0.0-M1-src.tar.gz.sha512 sha512sum: commons-fileupload2-2.0.0-M1-src.tar.gz.sha512: no p

Re: [Pool] Toward version 2.12.0 and 3.0

2023-07-16 Thread Gary Gregory
The master branch is now on 3.0 and we have a 2.x branch as well. The next release will be 2.12.0 and then we can keep discussing how to handle 3: exceptions and API changes. Gary On Mon, Jul 3, 2023 at 2:01 PM Phil Steitz wrote: > > +1 > > Phil > > On Mon, Jul 3, 2023 at 9:41 AM Gary Gregory

Is there a need for a commons-physics project?

2023-07-16 Thread Dimitrios Efthymiou

Re: Move math algorithms from all projects to math libraries

2023-07-16 Thread Dimitrios Efthymiou
I didn't say to introduce a dependency on math. I said that libraries that already depend on math, may have math algorithms implemented that we could replace with a call to the appropriate commons math methods or if math doesn't have those math algorithms, we can move them to math. Flink and HBase

Re: Move math algorithms from all projects to math libraries

2023-07-16 Thread Gary Gregory
At one point, I had proposed to deprecate Commons Lang' math package in favor of something else in Commons Math or elsewhere. Commons Lang would NOT depend on Commons Math/Other, we would just deprecate with a forwarding link. This idea was rejected IIRC because I do not think there was agreement

Move math algorithms from all projects to math libraries

2023-07-16 Thread Dimitrios Efthymiou
Hello everyone. One thing i would love to do is to go through the apache projects, see which ones already depend on the math library, and see if they implement some math stuff that could be replaced by a call to commons math or move that function to the math library. Would such cases be considered

Re: [VOTE] Release Apache Commons FileUpload 2.0.0-M1 based on RC1

2023-07-16 Thread Bruno Kinoshita
[x] +1 Release these artifacts Build passing fine from tag, running `mvn clean install`, and `mvn site` with Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/apache-maven-3.8.5 Java version: 17.0.7, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64 D

[VOTE] Release Apache Commons FileUpload 2.0.0-M1 based on RC1

2023-07-16 Thread Gary Gregory
Hi All, This is the first milestone release for 2.0.0 which splits FileUpload into a multi-module project to support the Jakarta and legacy javax namespaces, so I would like to release Apache Commons FileUpload 2.0.0-M1. The previous release was Apache Commons FileUpload 1.5 (javax only). Apache