github-actions[bot] opened a new pull request, #133: URL: https://github.com/apache/struts-intellij-plugin/pull/133
Post-release housekeeping for `262.19039.1`: - Patched `CHANGELOG.md` (move Unreleased → `262.19039.1`). - Bumped `pluginVersion` in `gradle.properties` to `262.19043.1` (BUILD +4, counting nightly tags since `v261.19027.1`). ## Changes included in this release ### Changed - Update `platformVersion` to `2026.2` - Change since/until build to `262-262.*` (2026.2 only) - Upgrade JVM toolchain and CI Java version to `25` - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.18.1` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.3.0` - Dependencies - upgrade Qodana linter image to `jetbrains/qodana-jvm:2026.2-eap` - Dependencies - declare IntelliJ Platform 2026.2 v2 content modules `intellij.javascript.parser`, `intellij.javascript.backend`, `intellij.javaee.jsp.shared`, `intellij.css`, and `intellij.css.backend` ([#103](https://github.com/apache/struts-intellij-plugin/issues/103)) - Add IntelliJ **Show Diagram** support for Struts 2 configs via `com.intellij.diagram`, alongside the existing Diagram editor tab for comparison ([#117](https://github.com/apache/struts-intellij-plugin/issues/117)) - Show Diagram Struts config nodes use compact icon+label chrome instead of empty UML class boxes ([#120](https://github.com/apache/struts-intellij-plugin/issues/120)) - Show Diagram uses a left-to-right hierarchic layout by default for Struts config graphs ([#122](https://github.com/apache/struts-intellij-plugin/issues/122)) - Show Diagram action → result edges use directed arrowheads while keeping package → action as dashed dependencies ([#125](https://github.com/apache/struts-intellij-plugin/issues/125)) - Show Diagram no longer auto-refreshes on `struts.xml` Dom edits; use the platform Refresh Data Model action after editing ([#126](https://github.com/apache/struts-intellij-plugin/issues/126)) - Replace remaining deprecated `ReadAction.compute(ThrowableComputable)` Show Diagram call sites with `ReadAction.nonBlocking().executeSynchronously()` - Drop deprecated `DiagramExtras.createNodeComponent(..., Point, ...)` override; keep the `NodeRealizer` overload for compact Show Diagram nodes - Dependencies - hard-depend on `com.intellij.diagram` (Ultimate Diagrams) ### Fixed - Fix Show Diagram stale result path labels after Refresh Data Model following copy-paste / path edits ([#126](https://github.com/apache/struts-intellij-plugin/issues/126)) - Fix Show Diagram cramped multi-result edge labels under left-to-right layout ([#128](https://github.com/apache/struts-intellij-plugin/issues/128)) [Unreleased]: https://github.com/apache/struts-intellij-plugin//compare/v261.19027.1...HEAD -- 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]
