Re: FileUpload class still implements IClusterable

2019-12-03 Thread Martin Grigorov
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/F

Re: FileUpload class still implements IClusterable

2019-12-03 Thread Ernesto Reinaldo Barreiro
Hi Martin, On Tue, Dec 3, 2019 at 3:09 PM Martin Grigorov 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/ad6ecac7fdebefc25d310361f3a9

Re: FileUpload class still implements IClusterable

2019-12-03 Thread Martin Grigorov
On Tue, Dec 3, 2019 at 3:42 PM Ernesto Reinaldo Barreiro wrote: > Hi Martin, > > > On Tue, Dec 3, 2019 at 3:09 PM Martin Grigorov > wrote: > > > Hi Ernesto, > > > > Yes, I think FileUpload should not be Serializable. > > FileUploadField uses transient reference to the list of file uploads for >