Earthly Powers
- All
- Fast Infoset
- General
- Java
- REST
Jersey 1.1.4 is released
We have just released version 1.1.4 of Jersey, the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.0 specification and the 1.1 change log is available at the JCP web site and also available in non-normative HTML here.
It will be available soon from the GlassFish v2 and v3 update centers, is included in the latest GlassFish v3 builds and, assuming there are no show stoppers, this version will be included in the final GlassFish v3 release scheduled for December 10th.
For an overview of JAX-RS features read the Jersey user guide. To get started with Jersey read the getting started section of that guide. To understand more about what Jersey depends on read the dependencies section of that guide.
This release integrates with other Java EE 6 technologies such as Servlet 3.0, EJB 3.1, managed beans and JCDI 1.0 and contains many bug fixes. See change log here.
The next release, 1.1.5, is tentatively scheduled for December or January. Hopefully this time we can fully resolve the OSGi'ification of Jersey that we have been promising for a while. In addition, now that the Java EE 6 features are done, we hope to resume some experimentation and new features and ensure we have good integration with Atmosphere.
For feedback send email to:
or log a bugs/features here.users@jersey.dev.java.net (archived here)
Posted at 04:12PM Nov 12, 2009 by Paul Sandoz in REST | Comments[2]
Congratulation!
Posted by beanor on November 13, 2009 at 04:12 AM CET #
What is the status of testing/versions for use of Jersey on Google App Engine? I've tried the 1.1.4 version, which attempts to use a non-whitelisted class javax.naming.InitialContext, which was mentioned on other blogs earlier this year. Their patched jar versions do not seem to fully work.
Ideally, I would like to start Jersey on GAE without any default providers. So that custom ones for JSON (Google GSON) and templating (Google Closure Templates) can be used (and no XML provider needed, so no JAXB issues on GAE).
Posted by Andy on November 20, 2009 at 01:47 PM CET #