Skip to content

Grails 3.1.7

Compare
Choose a tag to compare
@graemerocher graemerocher released this 19 May 10:16
· 2956 commits to master since this release

Release Notes

REST API plugin profile

This release includes a new rest-api-plugin profile for creating plugins designed to serve REST APIs:

$ grails create-plugin foobar --profile rest-api-plugin
Hibernate 5.1

This release includes GORM 5.0.6 which includes support for Hibernate 5.1

Plugin Application Classes

The Application class of plugins should now be annotated with grails.plugins.metadata.PluginSource to avoid an issue where duplicate ApplicationLoader classes are generated. See issue #9904 for reference.