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

Re: Wicket 9 clustered sessions

2021-01-19 Thread Sven Meier
Hi, > Is it helpful if I add documentation issues to Wicket Jira? pull-requests are always preferred :P > https://ci.apache.org/projects/wicket/guide/9.x/single.html#_httpsessiondatastore I will take care of this. >For Wicket 9 I'm overriding DefaultPageManagerProvider like below. Is

Re: Illegal Reflective Access in DefaultPropertyLocator

2021-01-19 Thread Johannes Renoth
Hi Rob, Thanks for your help, i did split LocalDateTime Model in LocalDate and LocalTime components, now it works properly, thanks! On 2021-01-18 18:12, Rob Audenaerde wrote: > java.time.LocalDateTime does not have a `getDate` / `setDate`, so what > you did before was depending on internal

Re: Illegal Reflective Access in DefaultPropertyLocator

2021-01-19 Thread Johannes Renoth
Hi Bas, Thank you for your help, unfortunately it is not that simple (i need write-access as well). I solved the problem anyways (see other answer) Johannes Renoth On 2021-01-18 18:10, Bas Gooren wrote: > Hi! > > That’s actually quite easy to replace: > > If you have a model containing the