This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/support-2025.2
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git


 discard 6e34d18  WW-5563 Prevents duplicate files in Struts File Sets
 discard c25ced3  WW-5563 Fixes File Sets not populating for auto-detected 
Struts projects
 discard ff7a66c  WW-5563 Fixes StartupActivity to ProjectActivity migration 
timing issue
 discard dcfdac4  WW-5563 Upgrades plugin to support IntelliJ Platform 2025.2
 discard 5508a6a  WW-5563 Upgrades plugin to support IntelliJ Platform 2025.2
     add 5c24cc3  WW-5563 Upgrades plugin to support IntelliJ Platform 2025.2

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   (6e34d18)
            \
             N -- N -- N   refs/heads/feature/support-2025.2 (5c24cc3)

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:
 docs/startup-activity-migration-plan.md            | 301 ---------------------
 .../intellij/struts2/facet/StrutsFacetType.java    |  10 +-
 .../struts2/facet/StrutsFrameworkInitializer.java  | 195 +++++++++++++
 .../facet/StrutsFrameworkSupportProvider.java      |   5 +-
 .../struts2/facet/StrutsFrameworkInitializer.kt    | 202 --------------
 src/main/resources/META-INF/plugin.xml             |   2 +
 6 files changed, 201 insertions(+), 514 deletions(-)
 delete mode 100644 docs/startup-activity-migration-plan.md
 create mode 100644 
src/main/java/com/intellij/struts2/facet/StrutsFrameworkInitializer.java
 delete mode 100644 
src/main/kotlin/com/intellij/struts2/facet/StrutsFrameworkInitializer.kt

Reply via email to