jamesfredley commented on PR #16300:
URL: https://github.com/apache/grails-core/pull/16300#issuecomment-5534505186

   Addressed Copilot's Jackson pin comment and the shared CI failures on this 
Groovy 6.0.0-beta-3 bump:
   
   - **Jackson comments** now say Groovy YAML 6.0.0-beta-3.
   - **`:grails-web-databinding:compileGroovy`** — hoisted the remaining `||` 
collection-binding guard so STC no longer treats `item` as `void`.
   - **`:grails-taglib:test`** — Groovy 6 routes Map subscript assignment 
through `Map.put`. Dotted assignment still hits `setGspTagSyntaxCall(boolean)`; 
the tests now cover both.
   - **Groovy snapshot canary** — the version regex skipped `6.0.0-beta-3` and 
fell through to the Micronaut island's Groovy 5 pin, which is why CI looked for 
`groovy-callsite:5.0.9-SNAPSHOT`. It now parses prerelease pins and targets 
Groovy 6 `master`.
   
   Pushed as `19be0dd580`. Copilot thread resolved.
   


-- 
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]

Reply via email to