On Thu, Feb 9, 2023 at 9:18 AM Korbinian Bachl < korbinian.ba...@whiskyworld.de> wrote:
> When looking at > https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+10.0 > > I wondered what Jakarta version is required? Any. > > Is Jakarta 9.0 enough? Because, it says Java 17 needed - this is even > above Jakarta 9.1 abd 10 that both have a JDK 11 baseline? Wicket (mostly) uses the Servlet API, so any version that is jakarta.** is fine! The same is valid for CDI and Bean Validator. > > > > Oh and also what does this remove of component-queuing mean? > > Best, > > KB > > ----- Ursprüngliche Mail ----- > > Von: "Martin Grigorov" <mgrigo...@apache.org> > > An: "dev" <dev@wicket.apache.org> > > Gesendet: Donnerstag, 9. Februar 2023 07:45:50 > > Betreff: Re: Time for Wicket M1? > > > Please update > > > https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+10.0 > > that the Component Queueing is gone > > > > Before releasing M1 I think we need to: > > 1) update all dependencies to their latest stable version > > 2) copy over commons-fileupload2 classes to wicket-util or a new Maven > > module > > > > > > On Thu, Feb 9, 2023 at 7:49 AM Ernesto Reinaldo Barreiro < > reier...@gmail.com> > > wrote: > > > >> Hi Sven! > >> > >> On Wed, Feb 8, 2023 at 9:30 PM Sven Meier <s...@meiers.net> wrote: > >> > >> > I've removed queuing on branch > >> > https://github.com/apache/wicket/tree/remove-queuing > >> > Still ready to be merged. > >> > > >> > We agreed to remove it from Wicket 10, didn't we? > >> > > >> > >> Yes! Many many thanks for your work. I remember someone complaining in > >> wicket's user list when thai was introduced about wicket being slower > after > >> queuing. > >> > >> +1 to get rid of this. > >> > >> > >> > Sven > >> > > >> > > >> > On 08.02.23 12:54, Ernesto Reinaldo Barreiro wrote: > >> > > No idea. There was some effort (by Sven) to remove component > >> queueing... > >> > No > >> > > idea if that landed on the master branch? > >> > > > >> > > On Wed, Feb 8, 2023 at 1:03 PM Andrea Del Bene < > an.delb...@gmail.com> > >> > wrote: > >> > > > >> > >> Hi, > >> > >> > >> > >> I've seen that lately there have been some activities and questions > >> > related > >> > >> to Wicket 10. Although we have some pending issues before > proposing a > >> > >> release candidate, I think it's the right time for a first > milestone > >> > >> release. What do you think? > >> > >> > >> > >> -- > >> > >> Andrea Del Bene. > >> > >> Apache Wicket committer. > >> > >> > >> > > > >> > > >> > >> > >> -- > >> Regards - Ernesto Reinaldo Barreiro >