In the context to upgrade the Nuxeo Server to Jakarta EE, we first need to upgrade to JAX RS 2.x, which presents several breaking change compared to JAX RS 1.x, before upgrading to Jakarta RS (which is required to upgrade to Jakarta EE).
Dependency: https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api/2.1.1
The latest version of jersey that is compliant with JAX RS 2.x specification, and Java EE 7n and does not depend on jakarta.* dependencies is 2.27: