Release notes for grails jaxrs version 0.6 - krasserm/grails-jaxrs GitHub Wiki
#Release notes for grails-jaxrs version 0.6
##Installation
grails install-plugin jaxrs
##Download
##Documentation
##What's new
###Upgrades
- Upgrade to Grails 2.0.0
- Upgrade to Jersey 1.8
###Enhancements
- Allow applications to configure init parameters for the JerseyServlet
- Separate service class used by generated resources
- Transaction boundaries in generated resource code
- Support deep object conversion in domain object providers
###Fixes