jdaugherty commented on issue #14804: URL: https://github.com/apache/grails-core/issues/14804#issuecomment-2964454289
I've addressed the initial issue in https://github.com/apache/grails-core/tree/issue-14804 but it seems the test example causes an additional failure: > Task :compileGmlViews FAILED Exception in thread "main" java.util.concurrent.ExecutionException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: grails_markup_plugin_issue_object__object_gml: 6: [Static type checking] - Cannot find matching method java.lang.Object#render(java.lang.Object). Please check if the declared type is correct and if the method exists. @ line 6, column 1. g.render(object) ^ 1 error at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) at grails.views.AbstractGroovyTemplateCompiler.compile(AbstractGroovyTemplateCompiler.groovy:128) at grails.views.AbstractGroovyTemplateCompiler.run(AbstractGroovyTemplateCompiler.groovy:184) at grails.plugin.markup.view.MarkupViewCompiler.main(MarkupViewCompiler.groovy:62) Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: grails_markup_plugin_issue_object__object_gml: 6: [Static type checking] - Cannot find matching method java.lang.Object#render(java.lang.Object). Please check if the declared type is correct and if the method exists. @ line 6, column 1. g.render(object) ^ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
