Skip to content

Grails 2.3.8

Compare
Choose a tag to compare
@graemerocher graemerocher released this 16 Jan 13:07
· 6833 commits to master since this release

Release Information

Update Notes

Recommended plugin versions

If you are upgrading from previous versions of Grails 2.3.x and you use the Hibernate plugin, you will need to update the version in BuildConfig:

  runtime ':hibernate:3.6.10.13' // ':hibernate4:4.3.5.1' for Hibernate 4

Recommended tomcat, resources, scaffolding and database-migration plugin versions for Grails 2.3.x :

 build ':tomcat:7.0.52.1'
 runtime ':resources:1.2.7'
 compile ':scaffolding:2.0.3'
 runtime ':database-migration:1.4.0'

Note: database-migration 1.4.0 has support for hibernate4 plugin.