Re: [IO] Change in behavior in Commons FileUpload after upgrade to Commons IO 2.16.1

2024-04-10 Thread Gary Gregory
; I upgraded from Commons IO 2.15.1 to 2.16.1 yesterday and found a small > change in the behavior of Commons FileUpload when uploading and processing > empty files. The effect is visible only when passing a negative value as > file size threshold to Commons FileUpload. Here is a small ext

[IO] Change in behavior in Commons FileUpload after upgrade to Commons IO 2.16.1

2024-04-10 Thread Stephan Markwalder
nd a small change in the behavior of Commons FileUpload when uploading and processing empty files. The effect is visible only when passing a negative value as file size threshold to Commons FileUpload. Here is a small extract from the Javadoc of Commons FileUpload, class `DefaultFileItemFactor

[ANNOUNCE] Apache Commons FileUpload 2.0.0-M2

2023-12-28 Thread Gary Gregory
The Apache Commons FileUpload team is pleased to announce the release of Apache Commons FileUpload 2.0.0-M2. The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to Servlets and web applications. This version

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

2023-12-27 Thread Gary Gregory
t; > > Builds on java 11, 17, and 21. > > > > All looks good, signatures, reports, site and RELEASE-NOTES.txt > > > > Happy Holidays, > > -Rob > > > > > On Dec 24, 2023, at 2:53 PM, Gary Gregory wrote: > > > > > > We have fixed a few bugs

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

2023-12-27 Thread Gary Gregory
> > > > We have fixed a few bugs and added some enhancements since Apache > > Commons FileUpload 2.0.0-M1 was released, so I would like to release > > Apache Commons FileUpload 2.0.0-M2. > > > > Apache Commons FileUpload 2.0.0-M2 RC1 is available for review here: &

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

2023-12-25 Thread Rob Tompkins
+1 Builds on java 11, 17, and 21. All looks good, signatures, reports, site and RELEASE-NOTES.txt Happy Holidays, -Rob > On Dec 24, 2023, at 2:53 PM, Gary Gregory wrote: > > We have fixed a few bugs and added some enhancements since Apache > Commons FileUpload 2.0.0-M1 was re

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

2023-12-24 Thread Bruno Kinoshita
4 Dec 2023 at 20:54, Gary Gregory wrote: > We have fixed a few bugs and added some enhancements since Apache > Commons FileUpload 2.0.0-M1 was released, so I would like to release > Apache Commons FileUpload 2.0.0-M2. > > Apache Commons FileUpload 2.0.0-M2 RC1 is available for review her

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

2023-12-24 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons FileUpload 2.0.0-M1 was released, so I would like to release Apache Commons FileUpload 2.0.0-M2. Apache Commons FileUpload 2.0.0-M2 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons

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

2023-09-20 Thread Gary Gregory
ll or not? > > > > > > > > > > Regards > > > > > Jeremias > > > > > > > > > > -Original Message- > > > > > From: Gary Gregory > > > > > Sent: Friday, 21 July 2023 17:08 > > >

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

2023-09-20 Thread Eugene Grybinnyk
s well or not? > > > > > > > > Regards > > > > Jeremias > > > > > > > > -Original Message- > > > > From: Gary Gregory > > > > Sent: Friday, 21 July 2023 17:08 > > > > To:

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

2023-09-20 Thread Gary Gregory
? > > > > > > Regards > > > Jeremias > > > > > > -Original Message- > > > From: Gary Gregory > > > Sent: Friday, 21 July 2023 17:08 > > > To: Commons Developers List > > > Subject: Re: [ANNOUNCE] Apache

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

2023-09-20 Thread Eugene Grybinnyk
NVALID wrote: > > Hello Gary, > > > > does that include Milestone releases as well or not? > > > > Regards > > Jeremias > > > > -Original Message- > > From: Gary Gregory > > Sent: Friday, 21 July 2023 17:08 > > To: Commons D

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-09 Thread Elliotte Rusty Harold
wrote: > > > > > > FTR: > > > > > > Note that this release uses different Maven coordinates: > > > > > > org.apache.commons > > > commons-fileupload2 > > > 2.0.0-M2-SNAPSHOT > > > > > > The

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-09 Thread Gary Gregory
pache.commons > > commons-fileupload2 > > 2.0.0-M2-SNAPSHOT > > > > The previous release (1.5) used: > > > > commons-fileupload > > commons-fileupload > > 1.5 > > > > On Fri, 21 Jul 2023 at 17:28, > wrote: > >

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-09 Thread Elliotte Rusty Harold
: > > FTR: > > Note that this release uses different Maven coordinates: > > org.apache.commons > commons-fileupload2 > 2.0.0-M2-SNAPSHOT > > The previous release (1.5) used: > > commons-fileupload > commons-fileupload > 1.5 > > On Fri, 21

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-08 Thread sebb
FTR: Note that this release uses different Maven coordinates: org.apache.commons commons-fileupload2 2.0.0-M2-SNAPSHOT The previous release (1.5) used: commons-fileupload commons-fileupload 1.5 On Fri, 21 Jul 2023 at 17:28, wrote: > > Hello Gary, > > does that inclu

Re: [FileUpload] Major version 2

2023-08-15 Thread Gary Gregory
legacy services. > > > > > > On Mon, Aug 14, 2023, 9:15 AM James Reeves > > > wrote: > > > > > > > I'd very much prefer 11, unless 17 is necessary. I have a library > that > > > > currently depends on FileUpload 1.5, and only requires J

Re: [FileUpload] Concrete FileUpload class

2023-08-15 Thread James Reeves
> > Hello! > > > > I currently maintain the HTTP server library (Ring) for the Clojure > > programming language, which is a functional lisp for the JVM. In order to > > parse multipart requests, I lean on FileUpload. In the past that's been > > somewhat problem

Re: [FileUpload] Major version 2

2023-08-14 Thread Jim Showalter
e kept on the oldest safe (LTS) version forever, IMHO, > to > > avoid stranding legacy services. > > > > On Mon, Aug 14, 2023, 9:15 AM James Reeves > > wrote: > > > > > I'd very much prefer 11, unless 17 is necessary. I have a library that > > &g

Re: [FileUpload] Major version 2

2023-08-14 Thread Gary Gregory
ess 17 is necessary. I have a library that > > currently depends on FileUpload 1.5, and only requires Java 8. For > various > > reasons, I've been very conservative with the required Java version. I > was > > already planning to make the jump to Java 11, so if FileUpload 2

Re: [FileUpload] Major version 2

2023-08-14 Thread Jim Showalter
Libraries should be kept on the oldest safe (LTS) version forever, IMHO, to avoid stranding legacy services. On Mon, Aug 14, 2023, 9:15 AM James Reeves wrote: > I'd very much prefer 11, unless 17 is necessary. I have a library that > currently depends on FileUpload 1.5, and only requ

Re: [FileUpload] Major version 2

2023-08-14 Thread Gary Gregory
For now git master is on Java 11. I plan on releasing 2.0.0-M2 within a couple of weeks. Gary On Mon, Aug 14, 2023, 12:15 PM James Reeves wrote: > I'd very much prefer 11, unless 17 is necessary. I have a library that > currently depends on FileUpload 1.5, and only requires Java 8.

Re: [FileUpload] Concrete FileUpload class

2023-08-14 Thread Gary Gregory
, which is a functional lisp for the JVM. In order to > parse multipart requests, I lean on FileUpload. In the past that's been > somewhat problematic, as 1.x had a hard dependency on Java servlets, so I > was happy to see that for 2.0.0, the core module of FileUpload has no such &

[FileUpload] Concrete FileUpload class

2023-08-14 Thread James Reeves
Hello! I currently maintain the HTTP server library (Ring) for the Clojure programming language, which is a functional lisp for the JVM. In order to parse multipart requests, I lean on FileUpload. In the past that's been somewhat problematic, as 1.x had a hard dependency on Java servlets,

Re: [FileUpload] Major version 2

2023-08-14 Thread James Reeves
I'd very much prefer 11, unless 17 is necessary. I have a library that currently depends on FileUpload 1.5, and only requires Java 8. For various reasons, I've been very conservative with the required Java version. I was already planning to make the jump to Java 11, so if FileUpload 2

Re: [FileUpload] Major version 2

2023-07-24 Thread Eugene Grybinnyk
juil. 2023, 18:40, Glavo a écrit : > > > > > > > +1 for Java 17. > > > > > > > > Glavo > > > > > > > > On Fri, Jul 21, 2023 at 10:18 PM Gary Gregory < > garydgreg...@gmail.com> > > > > wrote: > > > &

Re: [FileUpload] Major version 2

2023-07-22 Thread Romain Manni-Bucau
wrote: > > > > > > > Now that 2.0.0-M1 is out the door, let's talk about Java platform > > > > requirements. > > > > > > > > I propose that for 2.0.0, FileUpload be bumped from Java 8 to

Re: [FileUpload] Major version 2

2023-07-22 Thread Gary Gregory
> > > > Now that 2.0.0-M1 is out the door, let's talk about Java platform > > > requirements. > > > > > > I propose that for 2.0.0, FileUpload be bumped from Java 8 to 11, if > not > > > 17. > > > > > > If y

Re: [FileUpload] Major version 2

2023-07-22 Thread Jean-Louis MONTEIRO
18:40, Glavo a écrit : > +1 for Java 17. > > Glavo > > On Fri, Jul 21, 2023 at 10:18 PM Gary Gregory > wrote: > > > Now that 2.0.0-M1 is out the door, let's talk about Java platform > > requirements. > > > > I propose that for 2.0.0, FileUpload be bump

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

2023-07-21 Thread Eduardo Guadalupe
--- > From: Gary Gregory > Sent: Friday, 21 July 2023 17:08 > To: Commons Developers List > Subject: Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1 > > [**EXTERNAL E-MAIL**] > > All releases go to MC. > > Gary > > On Fri, Jul 21, 2023, 10:47 > wrote:

Re: [FileUpload] Major version 2

2023-07-21 Thread Glavo
+1 for Java 17. Glavo On Fri, Jul 21, 2023 at 10:18 PM Gary Gregory wrote: > Now that 2.0.0-M1 is out the door, let's talk about Java platform > requirements. > > I propose that for 2.0.0, FileUpload be bumped from Java 8 to 11, if not > 17. > > If you are going to as

Re: [FileUpload] Major version 2

2023-07-21 Thread Romain Manni-Bucau
23 at 10:18 AM Gary Gregory > wrote: > >> > >> Now that 2.0.0-M1 is out the door, let's talk about Java platform > requirements. > >> > >> I propose that for 2.0.0, FileUpload be bumped from Java 8 to 1

Re: [FileUpload] Major version 2

2023-07-21 Thread Richard Zowalla
orm >> requirements. >> >> I propose that for 2.0.0, FileUpload be bumped from Java 8 to 11, if not 17. >> >> If you are going to ask why, see my reply in the [pool] thread >> (https://lists.apache.org/thread/ngyrssxndklltzkoqfqx4n780h4b5vwk) >> &

RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-21 Thread jeremias.eppler
Hello Gary, does that include Milestone releases as well or not? Regards Jeremias -Original Message- From: Gary Gregory Sent: Friday, 21 July 2023 17:08 To: Commons Developers List Subject: Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1 [**EXTERNAL E-MAIL**] All releases go to

Re: [FileUpload] Major version 2

2023-07-21 Thread Elliotte Rusty Harold
at 2.0.0-M1 is out the door, let's talk about Java platform > requirements. > > I propose that for 2.0.0, FileUpload be bumped from Java 8 to 11, if not 17. > > If you are going to ask why, see my reply in the [pool] thread > (https://lists.apache.org/thread/ngyrssxn

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-21 Thread Gary Gregory
All releases go to MC. Gary On Fri, Jul 21, 2023, 10:47 wrote: > Hello Gary, > > are you releasing the Apache Commons FileUpload 2.0.0-M1 to Maven Central > as well? > That would make the testing easier. > > Regards > Jeremias > > -Original Message

Re: [FileUpload] Major version 2

2023-07-21 Thread Maxim Solodovnik
+1 for java17 :) On Fri, 21 Jul 2023 at 21:52, Mark Thomas wrote: > > On 21/07/2023 16:18, Gary Gregory wrote: > > Now that 2.0.0-M1 is out the door, let's talk about Java platform > > requirements. > > > > I propose that for 2.0.0, FileUpload be bumped from

Re: [FileUpload] Major version 2

2023-07-21 Thread Mark Thomas
On 21/07/2023 16:18, Gary Gregory wrote: Now that 2.0.0-M1 is out the door, let's talk about Java platform requirements. I propose that for 2.0.0, FileUpload be bumped from Java 8 to 11, if not 17. +1 for Java 17 Mark If you are going to ask why, see my reply in the [pool] thread (

RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-21 Thread jeremias.eppler
Hello Gary, are you releasing the Apache Commons FileUpload 2.0.0-M1 to Maven Central as well? That would make the testing easier. Regards Jeremias -Original Message- From: Gary Gregory Sent: Friday, 21 July 2023 15:43 To: Commons Developers List Subject: Re: [ANNOUNCE] Apache

RE: [FileUpload] Major version 2

2023-07-21 Thread jeremias.eppler
Hello Gary, Java 11 should be fine. We need FileUpload 2.0, because we want to upgrade to Spring Boot 3.0 which requires Java 17 and uses JakartaEE: https://github.com/mercedes-benz/sechub/issues/797 Regards Jeremias -Original Message- From: Gary Gregory Sent: Friday, 21 July 2023

[FileUpload] Major version 2

2023-07-21 Thread Gary Gregory
Now that 2.0.0-M1 is out the door, let's talk about Java platform requirements. I propose that for 2.0.0, FileUpload be bumped from Java 8 to 11, if not 17. If you are going to ask why, see my reply in the [pool] thread (https://lists.apache.org/thread/ngyrssxndklltzkoqfqx4n780h4b5vwk)

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-21 Thread Gary Gregory
ease with new features, cleaned-up interfaces, and > updated dependencies is much appreciated! > I also learned from the recent discussion whether FileUpload is still a > good idea [1]. > > > The Apache Commons FileUpload Parent team is pleased to announce the > > release of Apac

RE: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-21 Thread Christoph Grüninger
Hi Gary! Thank you for this release and thanks to all the diligent contributors! Having a new release with new features, cleaned-up interfaces, and updated dependencies is much appreciated! I also learned from the recent discussion whether FileUpload is still a good idea [1]. > The Apa

[ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-07-20 Thread Gary Gregory
The Apache Commons FileUpload Parent team is pleased to announce the release of Apache Commons FileUpload Parent 2.0.0-M1. The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. This

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

2023-07-19 Thread 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 > > 2.0.0-M1. &g

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

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

2023-07-17 Thread Rob Tompkins
n the coverage issues. Send it! Thanks for all the great work! Cheers, -Rob > On 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 j

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
> Bruno > > On Sun, 16 Jul 2023 at 13:58, 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 li

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

2023-07-16 Thread Bruno Kinoshita
issues were found. Site reports look OK. Thanks Bruno On Sun, 16 Jul 2023 at 13:58, 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 wou

[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

RE: Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-07-13 Thread jeremias.eppler
Hello Gary, Any updates? We would really appreciate a release of FileUpload 2.0.0-M1. Best regards Jeremias On 2023/07/04 09:31:37 Gary Gregory wrote: > There are no blockers, just life, I'll try to get to it this week. > > Gary > > On Tue, Jul 4, 2023, 00:54 Dennis Kieselho

RE: Re: Re: Release Commons Fileupload 1.4.1?

2023-07-13 Thread jeremias.eppler
Hello Gary, awesome, looking forward to the release. Jeremias -Original Message- From: Gary Gregory Sent: Thursday, 13 July 2023 11:33 To: Commons Developers List Subject: Re: Re: Re: Release Commons Fileupload 1.4.1? I should have a candidate by the end of the weekend or sooner

Re: Re: Re: Release Commons Fileupload 1.4.1?

2023-07-13 Thread Gary Gregory
I should have a candidate by the end of the weekend or sooner. Gary On Thu, Jul 13, 2023, 05:30 wrote: > Hello Gary, > Any updates? We would really appreciate a release of FileUpload 2.0.0-M1. > Best regards > Jeremias > > On 2023/06/16 14:49:18 Gary Gregory wrote: > &

RE: Re: Re: Release Commons Fileupload 1.4.1?

2023-07-13 Thread jeremias.eppler
Hello Gary, Any updates? We would really appreciate a release of FileUpload 2.0.0-M1. Best regards Jeremias On 2023/06/16 14:49:18 Gary Gregory wrote: > We are not ready but are working diligently towards a 2.0.0-M1 release, > probably within the next month or so. > > Gary > &

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-07-04 Thread Gary Gregory
There are no blockers, just life, I'll try to get to it this week. Gary On Tue, Jul 4, 2023, 00:54 Dennis Kieselhorst wrote: > Hi Gary, > > what's blocking the 2.0.0-M1 release? Can I help implementing it? > > Best, > Dennis > > --

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-07-03 Thread Dennis Kieselhorst
Hi Gary, what's blocking the 2.0.0-M1 release? Can I help implementing it? Best, Dennis - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Re: Release Commons Fileupload 1.4.1?

2023-06-16 Thread Gary Gregory
We are not ready but are working diligently towards a 2.0.0-M1 release, probably within the next month or so. Gary On Wed, Jun 14, 2023, 01:15 Dennis Kieselhorst wrote: > Hi Gary, > > successfully tested the latest SNAPSHOT with the new module structure > yesterday. Please release it. > > Thank

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 22:39, Gary Gregory wrote: > > Let me take a look at this, but you should really be using a file item > factory to create file items... Thanks a million! Here is the original code: https://github.com/apache/wicket/blob/wicket-9.x/wicket-core/src/main/java/org/apache/wicket

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Gary Gregory
Let me take a look at this, but you should really be using a file item factory to create file items... Gary On Wed, Jun 14, 2023, 09:06 Maxim Solodovnik wrote: > On Wed, 14 Jun 2023 at 19:46, Gary Gregory wrote: > > > > A FileItemHeadersImpl is created by calling > > AbstractFileUpload#newFile

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 19:46, Gary Gregory wrote: > > A FileItemHeadersImpl is created by calling > AbstractFileUpload#newFileItemHeaders() At Apache Wicket we are implementing FileItem and need a way to create FileItemHeaders AbstractFileUpload#newFileItemHeaders() is not static :((( > > Gary >

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Gary Gregory
A FileItemHeadersImpl is created by calling AbstractFileUpload#newFileItemHeaders() Gary On Wed, Jun 14, 2023, 06:50 Maxim Solodovnik wrote: > It seems I have API related question: > > FileItemHeadersImpl is not public anymore :(( > How it can be created? :))) > > On Wed, 14 Jun 2023 at 17:28,

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
It seems I have API related question: FileItemHeadersImpl is not public anymore :(( How it can be created? :))) On Wed, 14 Jun 2023 at 17:28, Maxim Solodovnik wrote: > > It seems new jar file missing `Automatic-Module-Name` would it be > possible to add it? :) > > On Wed, 14 Jun 2023 at 17:10, M

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
It seems new jar file missing `Automatic-Module-Name` would it be possible to add it? :) On Wed, 14 Jun 2023 at 17:10, Maxim Solodovnik wrote: > > On Wed, 14 Jun 2023 at 16:53, Gary Gregory wrote: > > > > Glad to hear that your testing went well. > > > > Some of the documentation needs to be rew

Re: [FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Maxim Solodovnik
On Wed, 14 Jun 2023 at 16:53, Gary Gregory wrote: > > Glad to hear that your testing went well. > > Some of the documentation needs to be rewritten, so I'll look at that next > unless someone else gets to it first. > > I plan on creating a release candidate for a 2.0.0-beta1 or 2.0.0-M1 within > a

[FileUpload] 2.0.0-M1 soon [Was] Re: Re: Release Commons Fileupload 1.4.1?

2023-06-14 Thread Gary Gregory
Glad to hear that your testing went well. Some of the documentation needs to be rewritten, so I'll look at that next unless someone else gets to it first. I plan on creating a release candidate for a 2.0.0-beta1 or 2.0.0-M1 within a week or so. Since this is a major release I think it is importan

Re: Re: Release Commons Fileupload 1.4.1?

2023-06-13 Thread Dennis Kieselhorst
Hi Gary, successfully tested the latest SNAPSHOT with the new module structure yesterday. Please release it. Thanks, Dennis - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@

Re: Re: Release Commons Fileupload 1.4.1?

2023-05-31 Thread Gary Gregory
I want release commons-io again and then I should be able to get to fileupload 2, in the meantime, please test git master. Gary On Wed, May 31, 2023, 11:15 Maxim Solodovnik wrote: > Hello Gary, > > are there any news on release? :) > > On Mon, 24 Apr 2023 at 19:18, Maxim Solo

Re: Re: Release Commons Fileupload 1.4.1?

2023-05-31 Thread Maxim Solodovnik
; >> >> > >> Within a couple of weeks. There is a little more work up to do and >> > Commons >> > >> IO is next on my list. >> > >> >> > >> Gary >> > >> >> > >> On Sun, Apr 9, 2023, 21:54 Maxim Solodovni

Re: [FileUpload] modular 2.0

2023-05-02 Thread Dennis Kieselhorst
+1 Thanks Gary, it will be a cleaner solution. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [FileUpload] modular 2.0

2023-04-30 Thread Gary Gregory
It's not hard, it's just a touch tedious, I'll get to it this weekend. Gary On Sun, Apr 30, 2023, 10:27 Bruno Kinoshita wrote: > +1 if it is not too hard to do it. > > On Sun, 30 Apr 2023, 4:22 pm Gary Gregory, wrote: > > > In the 2.0 snapshot code in git master, we support both javax and Jaka

Re: [FileUpload] modular 2.0

2023-04-30 Thread Bruno Kinoshita
+1 if it is not too hard to do it. On Sun, 30 Apr 2023, 4:22 pm Gary Gregory, wrote: > In the 2.0 snapshot code in git master, we support both javax and Jakarta > servers, in different packages. I am thinking we should create maven > modules for these and for portlets, such that all their depend

Re: [FileUpload] modular 2.0

2023-04-30 Thread Maxim Solodovnik
+1 :) from mobile (sorry for typos ;) On Sun, Apr 30, 2023, 21:22 Gary Gregory wrote: > In the 2.0 snapshot code in git master, we support both javax and Jakarta > servers, in different packages. I am thinking we should create maven > modules for these and for portlets, such that all their de

[FileUpload] modular 2.0

2023-04-30 Thread Gary Gregory
In the 2.0 snapshot code in git master, we support both javax and Jakarta servers, in different packages. I am thinking we should create maven modules for these and for portlets, such that all their dependencies are non-optional. Thoughts? Gary

Re: Re: Release Commons Fileupload 1.4.1?

2023-04-24 Thread Maxim Solodovnik
; > > On Mon, Apr 10, 2023, 19:38 Gary Gregory > wrote: > > >> > > >> Within a couple of weeks. There is a little more work up to do and > > Commons > > >> IO is next on my list. > > >> > > >> Gary > > >> > >

Re: Re: Release Commons Fileupload 1.4.1?

2023-04-24 Thread Gary Gregory
on my list. > >> > >> Gary > >> > >> On Sun, Apr 9, 2023, 21:54 Maxim Solodovnik > wrote: > >> > >> > Hello Gary, > >> > > >> > I saw new commits at the commons-fileupload repo, but no release :( > >> > Can you please

Re: Re: Release Commons Fileupload 1.4.1?

2023-04-24 Thread Maxim Solodovnik
s a little more work up to do and Commons >> IO is next on my list. >> >> Gary >> >> On Sun, Apr 9, 2023, 21:54 Maxim Solodovnik wrote: >> >> > Hello Gary, >> > >> > I saw new commits at the commons-fileupload repo, but no release :( >>

Re: Re: Release Commons Fileupload 1.4.1?

2023-04-10 Thread Maxim Solodovnik
: > > > Hello Gary, > > > > I saw new commits at the commons-fileupload repo, but no release :( > > Can you please share new ETA for the 2.0 release? :) > > > > On Thu, 30 Mar 2023 at 10:12, Maxim Solodovnik > > wrote: > > > > > > Thank

Re: Re: Release Commons Fileupload 1.4.1?

2023-04-10 Thread Gary Gregory
Within a couple of weeks. There is a little more work up to do and Commons IO is next on my list. Gary On Sun, Apr 9, 2023, 21:54 Maxim Solodovnik wrote: > Hello Gary, > > I saw new commits at the commons-fileupload repo, but no release :( > Can you please share new ETA for the

Re: Re: Release Commons Fileupload 1.4.1?

2023-04-09 Thread Maxim Solodovnik
Hello Gary, I saw new commits at the commons-fileupload repo, but no release :( Can you please share new ETA for the 2.0 release? :) On Thu, 30 Mar 2023 at 10:12, Maxim Solodovnik wrote: > > Thanks a million! :) > > On Thu, 30 Mar 2023 at 01:10, Gary Gregory wrote: > > >

Re: Re: Release Commons Fileupload 1.4.1?

2023-03-29 Thread Maxim Solodovnik
7 17:30:35 Gary Gregory wrote: > > > > > The next release will be 2.0 which will hopefully happen Q1 2023. > > > > > > > > > > Gary > > > > > > > > > > On Wed, Dec 7, 2022, 11:28 Dennis Kieselhorst > > wrote:

Re: Re: Release Commons Fileupload 1.4.1?

2023-03-29 Thread Gary Gregory
8 Dennis Kieselhorst > wrote: > > > > > > > > > Well this is the change I'm particularly interested in to have > clean > > > > > transitive dependencies but looking at the commit logs other useful > > > > > things happened as well. The la

Re: Re: Release Commons Fileupload 1.4.1?

2023-03-29 Thread Maxim Solodovnik
> > > > > > > Well this is the change I'm particularly interested in to have clean > > > > transitive dependencies but looking at the commit logs other useful > > > > things happened as well. The last release happened in 2019. I > > unde

Re: Re: Release Commons Fileupload 1.4.1?

2023-03-28 Thread Gary Gregory
tive dependencies but looking at the commit logs other useful > > > things happened as well. The last release happened in 2019. I > understand > > > though that fileupload is implemented differently nowadays and > > > maintaining this project no longer is a priority. &

Re: Re: Release Commons Fileupload 1.4.1?

2023-03-27 Thread Maxim Solodovnik
Well this is the change I'm particularly interested in to have clean > > transitive dependencies but looking at the commit logs other useful > > things happened as well. The last release happened in 2019. I understand > > though that fileupload is implemented differently nowa

Re: [fileupload] bug/regression - java.io.IOException: Failed to delete original file on Windows

2023-02-28 Thread Phu Dinh
This problem has been filed in 2021 but commons-fileupload deferring the fix to commons-io. https://issues.apache.org/jira/browse/FILEUPLOAD-338 There has been no fix from io. Can this change be reverted in fileupload? Regards, From: Ph. Dinh Sent: Monday

[fileupload] bug/regression - java.io.IOException: Failed to delete original file on Windows

2023-02-27 Thread Ph. Dinh
Hi, When uploading a file on Windows, IOException: Failed to delete original file is thrown. This problem happens only on Windows OS when the uploading file is written to disk. The DiskFileItem.write(File) is updated in commons-fileupload 1.4. It utilizes the

[SECURITY] CVE-2023-24998 Apache Commons FileUpload - DoS with excessive parts

2023-02-20 Thread Mark Thomas
CVE-2023-24998 Apache Commons FileUpload - DoS with excessive parts Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Commons FileUpload 1.0-beta-1 to 1.4 Description: Apache Commons FileUpload before 1.5 does not limit the number of request parts to be

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-14 Thread Rob Tompkins
+1, and thanks for the work here. Much appreciation! -Rob > On Feb 9, 2023, at 8:39 AM, Mark Thomas wrote: > > Ping. One more PMC member vote required. > > Mark > > On 01/02/2023 12:57, Mark Thomas wrote: >> We have fixed a few bugs and added some small enhancemen

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-14 Thread Jochen Wiedmann
Here's my +1. Thanks for your work! On Thu, Feb 9, 2023 at 2:39 PM Mark Thomas wrote: > > Ping. One more PMC member vote required. > > Mark > > On 01/02/2023 12:57, Mark Thomas wrote: > > We have fixed a few bugs and added some small enhancements since > > File

[ANNOUNCE] Apache Commons FIleUpload 1.5 Released

2023-02-13 Thread Mark Thomas
The Apache Commons Team is pleased to announce the release of Apache Commons FileUpload 1.5. The Commons FileUpload software library makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. Source and binary distributions are available for

[VOTE][RESULT] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-13 Thread Mark Thomas
The following votes were cast: Binding: +1: kinow, markt, ggregory No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr...@commo

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-11 Thread Gary Gregory
ing to read POM org.codehaus.plexus.util.xml.pull.XmlPullParserException: UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible (position: START_DOCUMENT seen wrote: > > Ping. One more PMC member vote required. > > Mark > > On 01/02/2023 12:57, Mark Thomas wrote: > > We have fixed a few bugs and added some

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-09 Thread Rob Tompkins
Will try to get to today. -Rob > On Feb 9, 2023, at 8:39 AM, Mark Thomas wrote: > > Ping. One more PMC member vote required. > > Mark > > On 01/02/2023 12:57, Mark Thomas wrote: >> We have fixed a few bugs and added some small enhancements since FileUpload >

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-09 Thread Mark Thomas
Ping. One more PMC member vote required. Mark On 01/02/2023 12:57, Mark Thomas wrote: We have fixed a few bugs and added some small enhancements since FileUpload 1.4 was released, so I would like to release FileUpload 1.5. FileUpload 1.5 RC1 is available for review here: https

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-03 Thread Mark Thomas
On 01/02/2023 12:57, Mark Thomas wrote: Please review the release candidate and vote. This vote will close no sooner that 72 hours from now, i.e. sometime after 13:00 UTC 4 Feb 2023   [X] +1 Release these artifacts   [ ] +0 OK, but...   [ ] -0 OK, but really should fix...   [ ] -1 I oppose

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-01 Thread Bruno Kinoshita
ts look OK. No blockers for this release, IMO. Checked NOTICE and RELEASE-NOTES files, both look OK. Inspected signatures, and contents of maven & dist files. Found no issues. Thanks for RM'ing! -Bruno On Wed, 1 Feb 2023 at 13:58, Mark Thomas wrote: > We have fixed a few bugs and

[VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-01 Thread Mark Thomas
We have fixed a few bugs and added some small enhancements since FileUpload 1.4 was released, so I would like to release FileUpload 1.5. FileUpload 1.5 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/fileupload/1.5-RC1 (svn revision 59794) The tag is here

Re: [FILEUPLOAD] State of the 1.6 branch

2023-01-03 Thread Mark Thomas
On 03/01/2023 09:52, Mark Thomas wrote: On 15/12/2022 18:54, Jochen Wiedmann wrote: On Wed, Dec 14, 2022 at 12:20 PM Mark Thomas wrote: - Delete the b2_0 branch - Move the head of the b1_4 branch to the 1.4 tag - Update the b1_4 branch for development of 1.4.1     (or should that be 1.5 and s

Re: [FILEUPLOAD] State of the 1.6 branch

2023-01-03 Thread Mark Thomas
On 15/12/2022 18:54, Jochen Wiedmann wrote: On Wed, Dec 14, 2022 at 12:20 PM Mark Thomas wrote: - Delete the b2_0 branch - Move the head of the b1_4 branch to the 1.4 tag - Update the b1_4 branch for development of 1.4.1 (or should that be 1.5 and start a new branch?) - Back-port my recent

  1   2   3   4   5   6   7   8   9   >