1.1.6 Other Novelties
Version: 3.3.5
1.1.6 Other Novelties
Cache Plugin Rewritten
The Cache Plugin has been rewritten and no longer use proxies which improves startup time and performance. The plugin is also now Multi-Tenant aware, ensuring that cached data is not seen by other tenants.
Converters plugin now Separate
With JSON Views now being the recommended way to render JSON. The converters plugin has been split out from core into a separate project.
Logger name changes
Grails logger names for artifacts have been simplifled from grails.app.<type>.<className>
to use the the package name.
For example grails.app.controller.com.example.BookController
is now simply com.example.BookController
.
For more information see the documentation.