The GitHub Actions job "CI" on grails-intellij-plugin.git/main has succeeded. Run started by GitHub user jdaugherty (triggered by jdaugherty).
Head commit for run: 9a21a4b44b3a6099537d1fc0058772e7bbeb4b57 / James Daugherty <[email protected]> Add a JDK to heavy-fixture tests on 2026.2 Since IntelliJ 2026.2 the heavy fixture (JavaModuleFixtureBuilder) module gets no JDK: the default Mock JDK 1.7 is no longer shipped, so java.lang.* does not resolve. This broke GspTagReferenceCompletionTest (taglib-namespace completion returned nothing because TagLibNamespaceDescriptor.getDummyClassVariable() could not find java.lang.Object, and Object-derived variants like the class property and getClass were missing) and GrailsSpringIntegrationTest (String unresolved during Spring autowiring analysis). Add moduleBuilder.addJdk(System.getProperty("java.home")) in GspTagReferenceCompletionTest.tuneFixture and HddGrailsTestCase.tuneFixture. IdeaTestUtil.getMockJdk11() cannot be used there: tuneFixture runs before the test application exists and it NPEs. Full suite is now green: 970 tests, 0 failures (down from 238 after the 2026.2 platform bump). Report URL: https://github.com/apache/grails-intellij-plugin/actions/runs/29696440730 With regards, GitHub Actions via GitBox
