Re: Wicket 10 + Commons FileUpload

2023-04-03 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 > > org.apa

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 https://github.com/apache/commons-f

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: https://github.com/apache/syncope/commit/c65

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 Mon

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 France

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 th

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 org.apache.catalina.loader.WebappClas