On Sun, Apr 4, 2021 at 12:38 AM Andrea Del Bene <an.delb...@gmail.com> wrote:
> I like this "roadmap"! It's quite natural for us to follow the evolution > of Servlet standards. @Martin I'm curious to know how you are planning > to proceed with the OpenJDK test activity: will you keep testing only > master branch (with Wicket 10) or you will you keep a CI also for the > wicket 9.x branch? > I don't mind testing both branches! It is all automated, I just have to update the script with a for-each loop. > > On 02/04/21 13:58, Martin Grigorov wrote: > > Hi, > > > > Now since we have 9.3.0 released is it time to start thinking/working on > > Wicket 10 ? > > > > Here are few ideas what to break :-) > > > > 1) Move to Servlet 5.x, i.e. jakarta.servlet.** > > 2) Use @Inject + @Named instead of @SpringBean. If everything is covered > > by @Inject we may deprecate @SpringBean in 9.x > > 3) Depending on the release date we may even bump Java to 17 (it is going > > to be released this September and it is going to be LTS). I expect Wicket > > 10.0.0 to be released in 1-2 years from now, so by this time Java 17 > should > > be mainstream! :-) I know that this is too brave. Most projects still use > > Java 8 for some reason. > > > > Regards, > > Martin > > >