Re: Plans for Wicket 10 Release

2023-06-07 Thread Greb Lindqvist
I am looking forward to testing RC1 in several projects. Thank you for moving this forward! On Wed, Jun 7, 2023 at 6:00 AM Martin Grigorov wrote: > On Wed, May 31, 2023 at 7:37 AM Maxim Solodovnik > wrote: > > > Should be fixed with this: https://github.com/apache/wicket/pull/591 :) > > > >

Re: Wicket 10 + Commons FileUpload

2023-03-25 Thread Greb Lindqvist
; 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 ne

Wicket 10 + Commons FileUpload

2023-03-23 Thread Greb Lindqvist
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

Re: Spring Boot 3, Wicket 10, Roadmap?

2022-10-20 Thread Greb Lindqvist
t; On Wed, Oct 19, 2022 at 11:53 PM Greb Lindqvist > wrote: > > > Hello, > > > > My organization has several internal apps running with Spring Boot 2.7 > and > > Wicket 9. We are planning ahead for updating to Spring Boot 3. My > > understanding is that we'

Spring Boot 3, Wicket 10, Roadmap?

2022-10-19 Thread Greb Lindqvist
Hello, My organization has several internal apps running with Spring Boot 2.7 and Wicket 9. We are planning ahead for updating to Spring Boot 3. My understanding is that we'll need to wait for Wicket 10. Is there a Wicket Roadmap page? Any guesses for when Wicket 10 milestone releases might

Re: Wicket 9 clustered sessions

2021-01-20 Thread Greb Lindqvist
t; a good replacement for my Wicket 8 code? > > Overriding #newPersistentStore() should be enough: > >@Override >protected IPageStore newPersistentStore() { > return new InSessionPageStore(20); >} > > >Wicket alive and well! I've been using it since 1.3

Wicket 9 clustered sessions

2021-01-19 Thread Greb Lindqvist
Hello everyone, I'm updating an application from Wicket 8 to Wicket 9 and see that IDataStore has been removed. I think the documentation needs to be updated here https://ci.apache.org/projects/wicket/guide/9.x/single.html#_httpsessiondatastore Is it helpful if I add documentation issues to