Release notes for grails jaxrs version 0.8 - krasserm/grails-jaxrs GitHub Wiki
#Release notes for grails-jaxrs version 0.8
##Installation
grails.project.dependency.resolution = {
plugins {
compile ':jaxrs:0.8'
}
}
Please note: Grails' install-plugin
and project.properties
plugin installation methods are now deprecated and should no longer be used.
##Release notes
This version enables the plugin to be used by Grails 2.2.x
applications but breaks backwards compatibility for versions prior to 2.2.x
.
##Download
##Documentation