-
Notifications
You must be signed in to change notification settings - Fork 48
Release notes for grails jaxrs version 0.5 m1
noamt edited this page Apr 18, 2013
·
2 revisions
#Release notes for grails-jaxrs version 0.5-m1
##Download
##Documentation
##What's new
###Additions
- [New integration test framework](Advanced Features#integration-testing)
###Enhancements
- Support for configuring Jersey with additional provider paths
- Switch to Grails' dependency management mechanism
- JaxrsController moved to package org.grails.jaxrs
###Updates
- Upgrade to Grails 1.3.7
- Upgrade to Jersey 1.5
###Fixes
- Responses with Content-Type text/html eaten by Grails
- Service injection into resources doesn't work in integration tests
##Known issues
- There's a bug (issue 971) in Restlet 2.0-RC3 that forces implementors of
MessageBodyReader
andMessageBodyWriter
to directly implement these interfaces. Extending a class that implements these interfaces doesn't work. Restlet will ignore the provider in this case. An upgrade to the current Restlet 2.0.5 release is planned for the next milestone or release candidate.
##Upgrade note
If you upgrade from grails-jaxrs 0.3, see also the Release notes for grails jaxrs version 0.4.