Richard Thomas Jr.

Results 4 comments of 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: ![image](https://github.com/grails/grails-core/assets/755808/1f9dcbb3-9c1f-4c57-971a-3e67c69d6103) In this...