This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/JetBrains/qodana-action-2026.1.3
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
discard 285d4ec ci(deps): bump JetBrains/qodana-action from 2026.1.0 to
2026.1.3
add 607a40b ci(deps): bump actions/cache from 5.0.5 to 6.0.0 (#92)
add e8d3add ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#93)
add 9394888 refactor: remove deprecated Graph editor tab (#94)
add 37012a0 ci(deps): bump gradle/actions from 6.1.0 to 6.2.0 (#89)
add f86c5a5 ci(deps): bump actions/setup-java from 5.2.0 to 5.3.0 (#91)
add 468b3b1 ci(deps): bump JetBrains/qodana-action from 2026.1.0 to
2026.1.3
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (285d4ec)
\
N -- N -- N
refs/heads/dependabot/github_actions/JetBrains/qodana-action-2026.1.3 (468b3b1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 26 +--
.github/workflows/nightly.yml | 8 +-
.github/workflows/prepare_release.yml | 6 +-
.github/workflows/release.yml | 6 +-
CHANGELOG.md | 4 +
README.md | 14 --
.../Struts2DiagramFileEditorProvider.java | 2 -
.../struts2/diagram/model/package-info.java | 8 +-
.../intellij/struts2/graph/StrutsDataModel.java | 208 ---------------------
.../intellij/struts2/graph/StrutsNodeRenderer.java | 45 -----
.../struts2/graph/StrutsPresentationModel.java | 168 -----------------
.../intellij/struts2/graph/beans/ActionNode.java | 41 ----
.../struts2/graph/beans/BasicStrutsEdge.java | 82 --------
.../struts2/graph/beans/BasicStrutsNode.java | 82 --------
.../intellij/struts2/graph/beans/ResultNode.java | 59 ------
.../graph/fileEditor/Struts2GraphComponent.java | 159 ----------------
.../graph/fileEditor/Struts2GraphFileEditor.java | 124 ------------
.../fileEditor/Struts2GraphFileEditorProvider.java | 105 -----------
.../com/intellij/struts2/graph/package-info.java | 19 --
src/main/resources/META-INF/plugin.xml | 1 -
20 files changed, 29 insertions(+), 1138 deletions(-)
delete mode 100644
src/main/java/com/intellij/struts2/graph/StrutsDataModel.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/StrutsNodeRenderer.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/StrutsPresentationModel.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/beans/ActionNode.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/beans/BasicStrutsEdge.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/beans/BasicStrutsNode.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/beans/ResultNode.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/fileEditor/Struts2GraphComponent.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/fileEditor/Struts2GraphFileEditor.java
delete mode 100644
src/main/java/com/intellij/struts2/graph/fileEditor/Struts2GraphFileEditorProvider.java
delete mode 100644 src/main/java/com/intellij/struts2/graph/package-info.java