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:
1e4be3cfcf6e8c4b39ace81c8787d7a19fd96beb / James Daugherty 
<[email protected]>
Complete static domain members for class-reference qualifiers on 2026.2

Since IntelliJ 2026.2 a bare class-reference qualifier (Domain.<caret>) is 
treated as
an instance type during code completion, so the platform filters static-only 
members
out of the variants even though the members contributor still produces them. 
Static
domain methods (createCriteria, list, get, listOrderBy<Prop>, ...) therefore 
stopped
appearing in completion.

Add DomainStaticMemberCompletionProvider, which recovers the domain class from 
the
static qualifier reference and contributes these members explicitly via a new
DomainMembersProvider.processStaticMembersForCompletion() helper. Fixes 
DomainClassMethodsCompletionTest.

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

With regards,
GitHub Actions via GitBox

Reply via email to