OSGi JAX-RS Connector 2.2.0 released (JAX-RS 2.0 update)
There’s good news for our OSGi JAX-RS Connector. We’ve added a consumer implementation that gives you the opportunity to reuse your @Path/@Provider interfaces to consume REST services in a generic way. Over the last few weeks I’d used this consumer a lot and decided that it should go into this release of the connector. So, today I’m proud to present the OSGi JAX-RS Connector 2.2.0. It contains the following changes:
- Updated to Jersey 2.0 m11 and correspondingly to JAX-RS 2.0. A large rework was required in order to use JAX-RS 2.0 because the Jersey implementation changed a lot under the hood.
- Added the JAX-RS Consumer Version 1.0. It uses the JAX-RS 2.0 Client API to send requests.
Please read the README for more details. As always the changes are available as a p2 repository or can be downloaded directly from the GitHub repository (gh-pages branch). I would love to read some feedback
.
You may also like...
Share this Post
Tags
3 Responses to “OSGi JAX-RS Connector 2.2.0 released (JAX-RS 2.0 update)”
3 responses so far
Written by Holger Staudacher. Published in Categories: Planet Eclipse, Planet OSGi
Written by Holger Staudacher. Published in Categories: Planet Eclipse, Planet OSGi





Hi,
Thanks for the release.Could you please give the binary of “osgi-jaxrs-connector-2.2.0″
Thanks.
2.3.0 is the current version. You can download the binaries with the links in the README of the github repo.
If you want the 2.2.0 binaries you need to check out this commit:
https://github.com/hstaudacher/osgi-jax-rs-connector/commit/23fc0ccedc547a7127ef0d4430e39becfa70163e
Thanks a lot Holger!