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

2023-07-19 Thread Gary Gregory
This VOTE passes with the following +1s: - Bruno Kinoshita, binding - Maxim Solodovnik, non-binding - Rob Tompkins, binding - Gary Gregory, binding Gary On Wed, Jul 19, 2023 at 3:47 PM Gary Gregory wrote: > > My +1. > > Gary > > On Sun, Jul 16, 2023 at 7:57 AM Gary Gregory wrote: > > > > Hi

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

2023-07-19 Thread Gary Gregory
My +1. Gary On Sun, Jul 16, 2023 at 7:57 AM Gary Gregory wrote: > > 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 >

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

2023-07-17 Thread Rob Tompkins
+1 Signatures Check Out Builds, tests, sitte on Java8, Java11, and Java17 All reports look good, (nit) the coverage is a little low 50-65% Rat reports all clean Only other Nit is a “NeedsWork" in org.apache.commons.fileupload2.javax.JavaxHttpServletRequestFactory likely more important than the

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

2023-07-17 Thread Dennis Kieselhorst
+1 Thanks Gary! - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

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

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

[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).