JAX-RS
Jersey Version 1.3 Released
Version 1.3 of the Jersey JAX-RS reference implementation is out now.
This release removes the restriction that a GET method cannot receive entities, and the Guice integration supports the @Inject binding of common JAX-RS and Jersey dependencies. There is also a list of bug fixes. Please see the Change Log for more information.
Please note that this release only works with Java SE 6 or greater. For version 1.4, the Jersey team plan on improving the CDI integration.
0 Comments