Richard Thomas Jr.
Richard Thomas Jr.
FYI: I ran into this too. I found that if I use the method parameter name '**cmd**' for the command object, then it fails: def save(AssessmentCommand cmd) { produces the...
I've learned a bit more... it is not JUST the name. I have another case where the name of the parameter is 'cmd' and it works just fine.
Thanks @matrei - What is the approx timeframe for the release of grails-database-migration:5.0.0? I'm upgrading our production app from 4.x and I was targeting 6.2.0, but if it will be...
I had done that, but noticed that my project included almost all of the grails 6.1.2 libraries as well: From the IntelliJ 'External Libraries' for this project:  In this...