-
Notifications
You must be signed in to change notification settings - Fork 48
Release notes for grails jaxrs version 0.6
noamt edited this page Apr 18, 2013
·
2 revisions
#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