The GitHub Actions job "CodeQL" on grails-core.git/grails8-groovy5-sb4 has 
failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
3608a76a63e4d7d675e51c85016652267bd2cc28 / James Fredley 
<[email protected]>
fix: add explicit render(Map) to GrailsApplicationCommand trait

Groovy 5 @CompileStatic dispatch regression: named-argument calls
like render(template:..., destination:...) through @Delegate-generated
methods in traits fail to bind to render(Map) and silently resolve
to the wrong overload. Adding an explicit @CompileDynamic render(Map)
method on the trait ensures the call site binds correctly.

Fixes ScaffoldingSpec where generate-controller ran but produced no
files because the render calls were silently dispatched incorrectly.

Assisted-by: Claude Code <[email protected]>

Report URL: https://github.com/apache/grails-core/actions/runs/24059523490

With regards,
GitHub Actions via GitBox

Reply via email to