Done with https://issues.apache.org/jira/browse/WICKET-7100
On Mon, Feb 12, 2024 at 9:51 AM Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > On Sun, Feb 11, 2024 at 2:40 PM Thomas Heigl <tho...@umschalt.com> wrote: > >> Hi all, >> >> There is a new milestone for commons-fileupload (M2): >> >> https://github.com/apache/commons-fileupload/blob/master/RELEASE-NOTES.txt >> >> They decided to split servlet support into two modules: >> >> - commons-fileupload2-jakarta-servlet5 >> - commons-fileupload2-jakarta-servlet6 >> >> We should probably upgrade to this new release before releasing Wicket 10 >> because the upgrade requires changes to imports: >> > > +1 > > >> >> org.apache.commons.fileupload2.jakarta.JakartaServletRequestContext -> >> >> org.apache.commons.fileupload2.jakarta.servlet6.JakartaServletRequestContext >> >> Which servlet version are we planning to support for Wicket 10? The >> migration page currently says 5.0+, so we should probably use the jakarta5 >> module? I'm not sure though. >> > > Servlet5! > Unless there is something really nice in Servlet6 that we don't want to > miss! > > > >> >> Any thoughts? >> >> Best, >> >> Thomas >> >