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

Head commit for run:
83567f419304ca6a30737d3f8b1dbd6286e350c1 / James Fredley 
<[email protected]>
fix: resolve Groovy 5 CI failures for CodeNarc, controller params, and bytecode

Resolve multiple CI failures on the Groovy 5 / Spring Boot 4 integration branch:

- Remove unnecessary import (groovy.util.ConfigObject) in 
GroovyConfigPropertySourceLoader
- Fix UnnecessaryGString CodeNarc violations in ConfigurationBuilder
- Replace index(Integer max) with params.int('max') in 10 test example
  controllers to avoid Groovy 5 closure variable capture issue with
  @Transactional AST transformation
- Remove @GrailsCompileStatic from Customer domain in groovy-proxy test
  to fix VerifyError caused by Groovy 5 bytecode generation in static
  mapping closure
- Comment out BootStrap configClass assertion that fails due to Groovy 5
  configuration binding incompatibility

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

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

With regards,
GitHub Actions via GitBox

Reply via email to