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.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1437)
        at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1245)
        at 
org.apache.wicket.protocol.http.servlet.ServletWebRequest.newMultipartWebRequest(ServletWebRequest.java:431)
        at 
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1461)
        at 
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:793)
        at 
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:202)
        at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:139)
        at 
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:630)
        at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:300)
        at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:274)
        at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)
        at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:202)
        at 
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:910)
        at 
org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)
        at 
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:294)
        at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:255)
        at 
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:277)
        at 
org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:67)
        at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:208)
        at 
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:307)

Regards.

On 2023/03/31 07:55:27 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 to
> the PR 🙏
> 
> 
> 
> 
> On Sat, Mar 25, 2023 at 5:02 PM Greb Lindqvist <greb.lindqv...@gmail.com>
> wrote:
> 
> > Thank you! 🎉
> >
> > On Sat, Mar 25, 2023 at 6:05 AM Maxim Solodovnik <solomax...@gmail.com>
> > wrote:
> >
> > > https://github.com/apache/wicket/pull/565 :))
> > >
> > > On Thu, 23 Mar 2023 at 19:49, Martin Grigorov <mgrigo...@apache.org>
> > > 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 classes into org/apache/wicket/commons/fileupload
> > > > package, i.e. to shade them.
> > > > Then update wicket-core to make use of the new module and classes.
> > > >
> > > > On Thu, Mar 23, 2023 at 1:46 PM Greb Lindqvist <
> > greb.lindqv...@gmail.com
> > > >
> > > > wrote:
> > > >
> > > > > 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 latter, do you have a feel for when that might be?
> > > > >
> > > > > Thanks for any info.
> > > > >
> > >
> > >
> > >
> > > --
> > > Best regards,
> > > Maxim
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
> 
> 
> -- 
> Andrea Del Bene.
> Apache Wicket committer.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to