Skip to content

Release notes for grails jaxrs version 0.10

Noam Y. Tenne edited this page Jan 21, 2014 · 1 revision

#Release notes for grails-jaxrs version 0.10

##Installation

grails.project.dependency.resolution = {
    plugins {
        compile ':jaxrs:0.10'
    }
}

Please note: Grails' install-plugin and project.properties plugin installation methods are now deprecated and should no longer be used.

##Breaking changes

Version 0.10 of the plugin is a release of the Grails 2.3.x compatibility branch and is probably not compatible with any previous versions.

  • Re-introduced Spock testing infrastructure using Spock bundled with Grails 2.3.x

##Release notes

  • Includes all fixes and features added to the release of version 0.9.
  • Grails 2.3.x compatibility modifications.
  • Upgrade to Restlet 2.1.4.

##Download

##Documentation