restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
646 stars 284 forks source link

Restlet Jaxrs Extension is deprecated why?? will it be removed or replaced by something else? #1378

Closed Kastin-berlake closed 3 years ago

Kastin-berlake commented 3 years ago

hello !

I am a loyal user of restlet . our project has always used the jaxrs module to support the jax-rs .However, it is obsolete in 2.4.3 and will be removed in 2.5. Why remove it? Will restlet continue to support jax-rs ? Do I need to use jersey or CXF as a replacement?

cyberquarks commented 3 years ago

@Kastin-berlake you may be interested in joining the "Unofficial Restlet Community" https://gitter.im/restlet-framework/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link

jlouvel commented 3 years ago

Hi @Kastin-berlake The JAX-RS extension was contributed many years ago but the initial contributor didn't actively maintain. As JAX-RS spec evolve, the Restlet-based implementation couldn't keep up with it, so rather than keep an obsolete extension will low maintenance, we decided to deprecate it and eventually remove it in 2.5.

The added value compared to Jersey or RESTeasy or CXF is rather low as well, so the recommendation is to switch to one of those projects is JAX-RS API is really required.