Re: Wicket 10 + Commons FileUpload

2023-04-04 Thread Francesco Chicchiriccò
Evertyhing is working again, thank you! Regards. On 2023/04/04 06:51:04 Martin Grigorov wrote: > The build should be fixed with > https://github.com/apache/wicket/commit/8f8951b64db7006b131f7acfc8ad8f32bc6dca8a > Please review it and let us know if you see a problem! > > On Mon, Apr 3, 2023 at

Re: Wicket 10 + Commons FileUpload

2023-04-04 Thread Martin Grigorov
The build should be fixed with https://github.com/apache/wicket/commit/8f8951b64db7006b131f7acfc8ad8f32bc6dca8a Please review it and let us know if you see a problem! On Mon, Apr 3, 2023 at 11:01 AM Martin Grigorov wrote: > Well, that's good news, I think! > The commons team is doing something

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Martin Grigorov
Well, that's good news, I think! The commons team is doing something ! Let's wait a bit and see whether we should depend on a stable release or contibue with the PR that copies the classes. On Mon, Apr 3, 2023 at 10:59 AM Francesco Chicchiriccò wrote: > As far as I can see the class > >

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Francesco Chicchiriccò
As far as I can see the class org.apache.commons.fileupload2.pub.FileSizeLimitExceededException imported here: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/markup/html/form/Form.java#L29 is not present anymore in

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Maxim Solodovnik
It seems Gary preparing release 2.0.0 On Mon, 3 Apr 2023 at 14:49, Francesco Chicchiriccò wrote: > > I see several recent commits on FileUpload, however: > > https://github.com/apache/commons-fileupload/commits/master > > and AFAICT Wicket 10.0.0-M1-SNAPSHOT depends on Commons FileUpload >

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Francesco Chicchiriccò
I see several recent commits on FileUpload, however: https://github.com/apache/commons-fileupload/commits/master and AFAICT Wicket 10.0.0-M1-SNAPSHOT depends on Commons FileUpload 2.0-SNAPSHOT no? Last Friday all was working on Syncope side as well:

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Maxim Solodovnik
On Mon, 3 Apr 2023 at 14:39, Martin Grigorov wrote: > > https://repository.apache.org/content/repositories/snapshots/org/apache/wicket/wicket-util/10.0.0-M1-SNAPSHOT/wicket-util-10.0.0-M1-20230324.080605-197.pom > is the last version and it contains the dependency to commons-fileupload2 > > On

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Martin Grigorov
https://repository.apache.org/content/repositories/snapshots/org/apache/wicket/wicket-util/10.0.0-M1-SNAPSHOT/wicket-util-10.0.0-M1-20230324.080605-197.pom is the last version and it contains the dependency to commons-fileupload2 On Mon, Apr 3, 2023 at 10:33 AM Martin Grigorov wrote: > Hi

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Martin Grigorov
Hi Francesco, There are no new commits in master since Mar 24 - https://github.com/apache/wicket/commits/master. The PR about commons-fileupload2 is not yet merged to master - https://github.com/apache/wicket/pull/565. I see no reasons in Wicket for this exception ... One possible way to break

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Francesco Chicchiriccò
Hi there, FTR this morning I've started receiving the following exception from Syncope Console 4.0.0-SNAPSHOT, based on Wicket 10.0.0-M1-SNAPSHOT: java.lang.ClassNotFoundException: org.apache.commons.fileupload2.pub.FileSizeLimitExceededException at

Re: Wicket 10 + Commons FileUpload

2023-03-31 Thread Maxim Solodovnik
Always better to have plan b :) from mobile (sorry for typos ;) On Fri, Mar 31, 2023, 14:57 Andrea Del Bene wrote: > Habemus (almost...) FileUpload 2.0! > https://lists.apache.org/thread/kknw9bn2t8dzpbwojpg2hcqbgqf1qyzc > Thanks again to Maxim, although I'm sorry he had to spend time working

Re: Wicket 10 + Commons FileUpload

2023-03-31 Thread Andrea Del Bene
Habemus (almost...) FileUpload 2.0! https://lists.apache.org/thread/kknw9bn2t8dzpbwojpg2hcqbgqf1qyzc Thanks again to Maxim, although I'm sorry he had to spend time working to the PR  On Sat, Mar 25, 2023 at 5:02 PM Greb Lindqvist wrote: > Thank you!  > > On Sat, Mar 25, 2023 at 6:05 AM

Re: Wicket 10 + Commons FileUpload

2023-03-25 Thread Greb Lindqvist
Thank you!  On Sat, Mar 25, 2023 at 6:05 AM Maxim Solodovnik wrote: > https://github.com/apache/wicket/pull/565 :)) > > On Thu, 23 Mar 2023 at 19:49, Martin Grigorov > wrote: > > > > Hi, > > > > The plan is to copy the fileupload classes in Wicket. > > Do you want to help with a PR ? > > Just

Re: Wicket 10 + Commons FileUpload

2023-03-25 Thread Andrea Del Bene
Thanks Maxim!  On Sat, Mar 25, 2023 at 11:05 AM Maxim Solodovnik wrote: > https://github.com/apache/wicket/pull/565 :)) > > On Thu, 23 Mar 2023 at 19:49, Martin Grigorov > wrote: > > > > Hi, > > > > The plan is to copy the fileupload classes in Wicket. > > Do you want to help with a PR ? > >

Re: Wicket 10 + Commons FileUpload

2023-03-25 Thread Maxim Solodovnik
https://github.com/apache/wicket/pull/565 :)) On Thu, 23 Mar 2023 at 19:49, Martin Grigorov wrote: > > Hi, > > The plan is to copy the fileupload classes in Wicket. > Do you want to help with a PR ? > Just create a new Maven module, e.g. wicket-commons-fileupload, and copy > the Jakarta related

Re: Wicket 10 + Commons FileUpload

2023-03-23 Thread Martin Grigorov
Hi, The plan is to copy the fileupload classes in Wicket. Do you want to help with a PR ? Just create a new Maven module, e.g. wicket-commons-fileupload, and copy the Jakarta related classes into org/apache/wicket/commons/fileupload package, i.e. to shade them. Then update wicket-core to make use

Wicket 10 + Commons FileUpload

2023-03-23 Thread Greb Lindqvist
Hello again, Like you, I've been watching https://issues.apache.org/jira/projects/FILEUPLOAD/issues/FILEUPLOAD-309 If the FileUpload maintainers continue to be unresponsive, does the Wicket team have a plan? Are you willing to wait indefinitely or might you commit to an alternative? If the