Release notes for grails jaxrs version 0.9 - krasserm/grails-jaxrs GitHub Wiki
#Release notes for grails-jaxrs version 0.9
##Installation
grails.project.dependency.resolution = {
plugins {
compile ':jaxrs:0.9'
}
}
Please note: Grails' install-plugin
and project.properties
plugin installation methods are now deprecated and should no longer be used.
##Breaking changes
To improve the compatibility of this plugin across Groovy and Grails versions, the Spock test infrastructure has been removed and is now available through the new Grails JAXRS-Spock plugin. Please review the new plugin's README file for installation instructions.
##Release notes
- Added exclusions for un-required dependencies.
- Modified the order of the servlet configuration; the load-on-startup field is now specified last.
- Add the ability to specify query parameters in the test request path.
- Take Encoding into consideration when decoding the input stream.
- Remove copy-pasted MockHttpServletRequest from plugin.
- Allow for multiple resources creation at once.
- Downgraded the Grails version requirement to 2.0.x.
##Download
##Documentation