Re: wicket and commons-fileupload 2.0.0-M1

2023-07-12 Thread Martin Grigorov
On Wed, Jul 12, 2023 at 2:51 PM Maxim Solodovnik wrote: > On Wed, 12 Jul 2023 at 18:34, Martin Grigorov > wrote: > > > > On Wed, Jul 12, 2023 at 8:03 AM Maxim Solodovnik > > wrote: > > > > > BTW here is the discussion regarding future of commons-fileupload: > > > https://lists.apache.org/thread

Re: wicket and commons-fileupload 2.0.0-M1

2023-07-12 Thread Maxim Solodovnik
On Wed, 12 Jul 2023 at 18:50, Maxim Solodovnik wrote: > > On Wed, 12 Jul 2023 at 18:34, Martin Grigorov wrote: > > > > On Wed, Jul 12, 2023 at 8:03 AM Maxim Solodovnik > > wrote: > > > > > BTW here is the discussion regarding future of commons-fileupload: > > > https://lists.apache.org/thread/ko

Re: wicket and commons-fileupload 2.0.0-M1

2023-07-12 Thread Maxim Solodovnik
On Wed, 12 Jul 2023 at 18:34, Martin Grigorov wrote: > > On Wed, Jul 12, 2023 at 8:03 AM Maxim Solodovnik > wrote: > > > BTW here is the discussion regarding future of commons-fileupload: > > https://lists.apache.org/thread/koclgykqx0sfkrz8tf1w37n15zyql822 > > please join :) > > > > Regarding com

Re: wicket and commons-fileupload 2.0.0-M1

2023-07-12 Thread Martin Grigorov
On Wed, Jul 12, 2023 at 8:03 AM Maxim Solodovnik wrote: > BTW here is the discussion regarding future of commons-fileupload: > https://lists.apache.org/thread/koclgykqx0sfkrz8tf1w37n15zyql822 > please join :) > Regarding commons-fileupload vs. Servlet API: I've mentioned the reason why Wicket do

Re: wicket and commons-fileupload 2.0.0-M1

2023-07-11 Thread Maxim Solodovnik
BTW here is the discussion regarding future of commons-fileupload: https://lists.apache.org/thread/koclgykqx0sfkrz8tf1w37n15zyql822 please join :) On Fri, 16 Jun 2023 at 21:35, Ernesto Reinaldo Barreiro wrote: > > Hi, > > Yes but then we, wicket developers, will be responsible for tracking file >

Re: wicket and commons-fileupload 2.0.0-M1

2023-06-16 Thread Ernesto Reinaldo Barreiro
Hi, Yes but then we, wicket developers, will be responsible for tracking file upload related issues and port to wicket fixes done in the original project (and vice versa, e.g. I already fixed one thing in wicket copy and had to submit a PR to the original project). On Fri, Jun 16, 2023 at 5:23 PM

Re: wicket and commons-fileupload 2.0.0-M1

2023-06-16 Thread Matt Pavlovich
Hi Maxim- I understand that preference— this is a build-vs-buy decision. My point is that a file upload handler makes sense for Wicket to host itself, considering it is a small set of functions and relates to storage management needed by Wicket apps. Also, Wicket is more active in development a

Re: wicket and commons-fileupload 2.0.0-M1

2023-06-16 Thread Maxim Solodovnik
On Thu, 15 Jun 2023 at 00:40, Matt Pavlovich wrote: > > Why add it back? The feature is just a couple of classes. commons-fileupload2 > can continue to serve as a reference implementation to draw from. > > These backside dependencies create headaches when building web applications > with Wicket

Re: wicket and commons-fileupload 2.0.0-M1

2023-06-14 Thread Matt Pavlovich
Why add it back? The feature is just a couple of classes. commons-fileupload2 can continue to serve as a reference implementation to draw from. These backside dependencies create headaches when building web applications with Wicket that are platforms that allow end-users to provide their own pl