You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fields with a public modifier were not returned with MetaClassImpl#getProperties() in groovy 3, but are now.
12
+
- Fields with a public modifier were not returned with MetaClassImpl#getProperties() in groovy 3, but are now.
13
13
14
14
## NOTE: This document is a draft and the explanations are only highlights and will be expanded further prior to release of 7.0.
15
15
16
+
## New Features
17
+
-[grails-gsp #551](https://github.com/grails/grails-gsp/issues/551) adopts a `formActionSubmit` tag to replace `actionSubmit`. Dispatching actions via a parameter name on a form submit will be removed in a future version of grails.
18
+
16
19
### Cool New Features
17
20
- You can now @Scaffold Controllers and Services and virtually eliminate any boiler plate code.
18
21
- Hello Exterminator, Good by bugs! Lot's of things started working... and working well! For instance, use of controller namespaces now work seemlessly.
if (LOG.isWarnEnabled() && dispatchActionName != null) {
246
+
LOG.warn(String.format("Dispatch Action [%s] detected; Dispatch Actions will be removed in a future version of Grails. Use g: formActionSubmit instead.", dispatchActionName));
0 commit comments