> IIUC the main pain point is for Custom Servlet developers who will
have to migrate to the jakarta.xxx packages
is this correct ?

Sure!

Our web service and some http client depend on the jersey. I checked on
jetty and our project. Looks like we can only use the Jakarta EE9.

We neet to upgrade the jetty to the 11.0.x from the 9.x and jersey to
3.0.x. from 2.x.

jetty 11.0.x - JakartaEE 9 - Java 11, you can see this in the
https://www.eclipse.org/jetty/
jersey 3.0.x - JakartaEE 9 - Java 8+(It looks like it supports Java 8, not
sure how to implementation), you can see
https://eclipse-ee4j.github.io/jersey/ and
https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest30x/modules-and-dependencies.html#d0e560

Thanks,
Zixuan

Enrico Olivelli <eolive...@gmail.com> 于2023年2月26日周日 20:48写道:

> +1 to upgrade.
>
> IIUC the main pain point is for Custom Servlet developers who will
> have to migrate to the jakarta.xxx packages
> is this correct ?
>
> Enrico
>
> Il giorno sab 25 feb 2023 alle ore 06:46 Zixuan Liu
> <node...@gmail.com> ha scritto:
> >
> > Sounds greate that migrating to jersey 3.x from jersey 2.x.
> >
> > Thanks,
> > Zixuan
> >
> > ZhangJian He <shoot...@gmail.com> 于2023年2月25日周六 11:01写道:
> >
> > > Hello, community. I want to know Which jakartaEE version we plan for
> pulsar
> > > 3.0.0. Now we use jersey 2.x, which uses Jakarta EE8.
> > >
> > > Maybe we will need to update the jersey.
> > > Eclipse Jersey (eclipse-ee4j.github.io)
> > > <https://eclipse-ee4j.github.io/jersey/>
> > > 2.x is for Jakarta EE8. 3.0.x is for Jakarta EE9 and 3.1.x is for
> Jakarta
> > > EE10.
> > >
> > > Thank you for your time and consideration.
> > >
> > > Thanks
> > > ZhangJian He
> > >
>

Reply via email to