Hi, On Wed, Oct 19, 2022 at 11:53 PM Greb Lindqvist <greb.lindqv...@gmail.com> 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'll need to wait for Wicket 10. > I haven't tried it but I guess you could use javax-to-jakarta migrator like https://github.com/apache/tomcat-jakartaee-migration with Wicket 9.x > > Is there a Wicket Roadmap page? Any guesses for when Wicket 10 milestone > releases might start appearing? > We track the changes in Wicket 10.x at https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+10.0. The major theme is javax->jakarta and Java 11 -> 17. The only stopper I am aware of is Apache Commons FileUpload - we need a stable release of 2.x (https://issues.apache.org/jira/browse/FILEUPLOAD-309 ). Once this issue is resolved we could release a milestone/RC version easily. Martin > > Thank you >