jamesfredley commented on PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#issuecomment-4500870415
The compile-static test app from #15294 has been brought over and passes on
Groovy 5.0.6-SNAPSHOT (commit 4250923bea):
```
> Task :grails-test-examples-compile-static:integrationTest
BookServiceSpec > test validateBooks method PASSED
BUILD SUCCESSFUL in 20s
```
`Book.findAllByName('Joe')` under `@GrailsCompileStatic` (the original
GROOVY-11817 surface) compiles and runs without any reflection workaround.
Conflict resolution: dropped #15294's unrelated whitespace tweak to
`app1/grails-app/conf/application.groovy` (8.0.x already lacks the leading
blank line); re-anchored the `settings.gradle` include against 8.0.x's
reordered Functional Tests list (compile-static slots in alphabetically between
`cache` and `database-cleanup`).
---
Audit notes from a fresh re-verification against current `GROOVY_5_0_X` HEAD:
- `GROOVY_5_0_X` HEAD is still at
[`a1c006c9`](https://github.com/apache/groovy/commit/a1c006c974a3aca7f3d8c37c607535849e388580)
(2026-05-06, GROOVY-11996 `groovy.truth.file.exists.enabled` flag). No new
upstream Groovy 5 work since the description's 2026-05-08 audit (still 4
commits ahead of `GROOVY_5_0_6` tag, same 4 commits).
- Apache snapshots repo has purged the 5.0.6-SNAPSHOT artifacts (404 on the
JAR); only `maven-metadata.xml.{md5,sha1,sha256,sha512}` placeholders remain
dated `Fri May 08 22:46:47 UTC 2026` (matches build #26). Local Gradle caches
still work, but cold CI runs may fail to resolve from `repository.apache.org`
until the next snapshot publish.
- All 6 remaining workarounds in the description still apply.
[GROOVY-11985](https://issues.apache.org/jira/browse/GROOVY-11985) (item 6) is
still **Open / Unresolved**; linked PR apache/groovy#2529 is not merged on
`GROOVY_5_0_X`.
--
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]