The GitHub Actions job "CI" on grails-intellij-plugin.git/main has failed.
Run started by GitHub user jdaugherty (triggered by jdaugherty).

Head commit for run:
44489f51215608e1687aa60aec762157751208ec / James Daugherty 
<[email protected]>
Fix GORM member resolution for class-reference qualifiers on 2026.2

Since the IntelliJ 2026.2 platform bump, a bare class-reference qualifier
(e.g. `Domain.findAllBy...`) no longer carries a class type: getQualifierType()
returns null and NonCodeMembersContributor is invoked with psiClass=null and an
Object qualifier type. This silently disabled every Grails contributor gated on
the domain class, breaking dynamic-finder completion, resolution, highlighting,
rename, and related features.

- GormDynamicFinderCompletionProvider: resolve the domain class from the static
  qualifier reference instead of from the now-null qualifier type.
- GrailsArtifactNonCodeMemberProcessor: when the platform passes psiClass=null,
  recover the class from the static qualifier reference (still gated by
  getArtifact(), so only Grails artifacts receive synthetic members).

Reduces test failures from 238 to 168 (970 total).

Report URL: 
https://github.com/apache/grails-intellij-plugin/actions/runs/29670536451

With regards,
GitHub Actions via GitBox

Reply via email to