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

TAC Applications for Community Over Code North America and Asia now open

2023-06-16 Thread Gavin McDonald
Hi All, (This email goes out to all our user and dev project mailing lists, so you may receive this email more than once.) The Travel Assistance Committee has opened up applications to help get people to the following events: *Community Over Code Asia 2023 - * *August 18th to August 20th in Bei

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