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

lukaszlenart pushed a commit to branch feature/idea-plugin
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 5fa3f94d901cd0ea175fe3b0d377bda140ab47fe
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Aug 15 16:00:14 2024 +0200

    Adds info about IntelliJ IDEA plugin support
---
 source/_includes/header.html |  1 +
 source/idea-plugin.md        | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/source/_includes/header.html b/source/_includes/header.html
index a379646e4..78523da9c 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -45,6 +45,7 @@
                 <li class="divider"></li>
                 <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version 
Notes</a></li>
                 <li><a 
href="https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
 Bulletins</a></li>
+                <li><a href="/idea-plugin">IntelliJ IDEA plugin</a></li>
                 <li class="divider"></li>
                 <li><a href="/maven/project-info.html">Maven Project 
Info</a></li>
                 <li><a href="/maven/struts2-core/dependencies.html">Struts 
Core Dependencies</a></li>
diff --git a/source/idea-plugin.md b/source/idea-plugin.md
new file mode 100644
index 000000000..5af97c7fb
--- /dev/null
+++ b/source/idea-plugin.md
@@ -0,0 +1,27 @@
+---
+layout: default
+title: IntelliJ IDEA plugin
+---
+
+# IntelliJ IDEA plugin
+{:.no_toc}
+
+* Will be replaced with the ToC, excluding a header
+{:toc}
+
+## Description
+
+In 2024 the original **struts2** plugin has be donated by Jetbrains to Apache 
Software Foundation and now it's a part
+of the Apache Struts project. The plugin has been adapted to support the 
latest versions of the Struts framework
+and as well to support the latest IntelliJ IDEA.
+
+Any issues should be reported using ASF JIRA and component [IDEA 
Plugin](https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20component%20%3D%20%22IDEA%20Plugin%22).
+
+## Version notes
+
+The plugin has been officially released yet, it can be only download as a test 
build from [here](https://dist.apache.org/repos/dist/dev/struts/idea-plugin/)
+
+### Version 2024.4.1
+
+- support for Struts 6.x has been added
+- plugin has been updated to support IDEA version 2024.1.5

Reply via email to