The GitHub Actions job "Code Style" on 
grails-core.git/feat/indy-default-groovy6 has succeeded.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
0017bc62f4db86c952f27cad5177f89b81cb04db / James Fredley 
<[email protected]>
test: stop using with(pageSource) contains under Groovy 6 indy

The same dispatch bug as MiscSpec. ACL and UI functional specs call
with(pageSource) { contains(...) }, which does not hit String.contains
when compiled with invokedynamic. Use pageSource.contains instead.

Assisted-by: claude-code:claude-opus-5

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

With regards,
GitHub Actions via GitBox

Reply via email to