On Tue, Dec 3, 2019 at 3:42 PM Ernesto Reinaldo Barreiro <reier...@gmail.com> wrote:
> Hi Martin, > > > On Tue, Dec 3, 2019 at 3:09 PM Martin Grigorov <mgrigo...@apache.org> > wrote: > > > Hi Ernesto, > > > > Yes, I think FileUpload should not be Serializable. > > FileUploadField uses transient reference to the list of file uploads for > > this reason: > > > > > https://github.com/apache/wicket/blob/ad6ecac7fdebefc25d310361f3a92aa481c36b1f/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java#L50 > > > Yes I'm aware of this behaviour: I just fixed some related issue in our > project and while doing that I noticed mentioned problem? Shall I create an > issue for this or just a PR? > Issue + commit (you have the permissions). But maybe only in Wicket 9.x because otherwise Clirr plugin will complain that it is an API break. > > -- > Regards - Ernesto Reinaldo Barreiro >