Grails 2.3.5
Release Information
Update Notes
If you are upgrading from Grails 2.3.0 and you use the Hibernate plugin you will need to update to version 3.6.10.2 of the plugin. In BuildConfig:
build ':tomcat:7.0.50'
runtime ':hibernate:3.6.10.7'
Known issues in default files contained in previous 2.3.x releases
In UrlMappings.groovy replace this line
"/$controller/$action?/$id?(.${format})?"{
with
"/$controller/$action?/$id?(.$format)?"{