Skip to content

Release notes for grails jaxrs version 0.5 m1

noamt edited this page Apr 18, 2013 · 2 revisions

#Release notes for grails-jaxrs version 0.5-m1

##Download

##Documentation

##What's new

###Additions

  • [New integration test framework](Advanced Features#integration-testing)

###Enhancements

###Updates

  • Upgrade to Grails 1.3.7
  • Upgrade to Jersey 1.5

###Fixes

##Known issues

  • There's a bug (issue 971) in Restlet 2.0-RC3 that forces implementors of MessageBodyReader and MessageBodyWriter to directly implement these interfaces. Extending a class that implements these interfaces doesn't work. Restlet will ignore the provider in this case. An upgrade to the current Restlet 2.0.5 release is planned for the next milestone or release candidate.

##Upgrade note

If you upgrade from grails-jaxrs 0.3, see also the Release notes for grails jaxrs version 0.4.