johan313
johan313
### Expected Behavior A JSON response is returned to the caller. ### Actual Behaviour Exception is thrown. ``` NoSuchMethodError occurred when processing request: [GET] /admin/test 'grails.core.GrailsDomainClassProperty grails.core.GrailsDomainClass.getIdentifier()'. Stacktrace follows: ......
### Expected Behavior Build succeeds ### Actual Behaviour Build fails: C:\repository\demo-6.2.0>gradlew build FAILURE: Build failed with an exception. * Where: Build file 'C:\repository\demo-6.2.0\build.gradle' line: 88 * What went wrong: A...
Class grails.cli.GrailsApplicationCommand does not exist. Based on other recently updated commands the correct class is grails.dev.commands.GrailsApplicationCommand Tested and worked. First ever PR here, I hope the process is lean.