Skip to content

Fix IntelliJ 2026.1 compatibility and Context Mapper setup#45

Open
skurlow wants to merge 4 commits into
ContextMapper:mainfrom
skurlow:codex/context-mapper-plugin-setup-fixes
Open

Fix IntelliJ 2026.1 compatibility and Context Mapper setup#45
skurlow wants to merge 4 commits into
ContextMapper:mainfrom
skurlow:codex/context-mapper-plugin-setup-fixes

Conversation

@skurlow

@skurlow skurlow commented Jun 17, 2026

Copy link
Copy Markdown

Summary

  • configure the Context Mapper language server to use the stable context-mapper-dsl language ID and improve Node executable resolution
  • verify and widen the supported IntelliJ build range for IU 261 after plugin verification passes
  • document setup for the Context Mapper plugin, PlantUML, Graphviz, and generating .puml diagrams from .cml files
  • add the GitHub Packages registry mapping needed by the bundled language-server package during local builds

Verification

  • ./gradlew test
  • ./gradlew ktlintCheck
  • ./gradlew verifyPluginStructure
  • ./gradlew verifyPlugin
  • Plugin verification passed against installed IntelliJ build IU-261.25134.95; report generated at build/reports/pluginVerifier/IU-261.25134.95/report.html

Compatibility notes

  • ideaUntilBuild is updated from 251.* to 261.* only after verification against IU-261.25134.95
  • Node resolution now honors CONTEXT_MAPPER_NODE, then common Homebrew/system Node paths, then falls back to node on PATH
  • The Gradle wrapper was updated from 8.11.1 to 8.14.4 so local build and verifier tasks run on the same wrapper version used during this compatibility verification pass
  • PlantUML rendering may require Graphviz/dot to be installed and configured separately, for example with brew install graphviz on macOS

Known caveats

  • Gradle reported npm audit warnings in the LSP package dependency tree during local verification; these did not block plugin build or verification

@skurlow skurlow force-pushed the codex/context-mapper-plugin-setup-fixes branch from b1a084c to fdd1f25 Compare June 17, 2026 02:37
@sonarqubecloud

Copy link
Copy Markdown

@skurlow skurlow marked this pull request as ready for review June 17, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant