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

##Download

##Documentation