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

Head commit for run:
e9ddaf32319042800bff379fca719129ea5d893d / James Fredley 
<[email protected]>
fix: resolve functional test failures for cache, async, geb, views, and Forge

- Fix AdvancedCachingController: replace method parameters (category, key,
  input) with params access to work around Groovy 5 closure variable
  capture issue in controller actions

- Fix RestfulController.index(Integer max): use params.int('max') instead
  of method parameter in base class (same Groovy 5 issue)

- Fix TeamController: replace deep(Long id) and hal(Long id) parameters
  with params access

- Fix IContainerGebConfiguration: convert from interface with default
  methods to trait, avoiding Groovy 5 IncompatibleClassChangeError caused
  by \() on interfaces

- Remove @PendingFeature from TaskControllerSpec since the async error
  handling test now passes

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

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

With regards,
GitHub Actions via GitBox

Reply via email to