Release notes for grails jaxrs version 0.4 - krasserm/grails-jaxrs GitHub Wiki
#Release notes for grails-jaxrs version 0.4
##Download
##Documentation
##What's new
This release is mainly a bugfix and maintainance release.
###Additions
- [Automated generation of WADL documents](Getting Started#generate-wadl) (with some known limitations)
- Upgrade to Grails 1.3.1
- Upgrade to Jersey 1.2
- Upgrade to Restlet 2.0-RC3
###Fixes
- Object ids in XML or JSON requests are not set on the domain object.
- Unmarshalling from JSON (and XML) to nested domain objects doesn't work properly
##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.
##Upgrade notes
If you upgrade from grails-jaxrs 0.2, see also the Release notes for grails jaxrs version 0.3.