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

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


    from da3cc5b  Merge pull request #9 from burtonrhodes/main
     add e20638f  Imports build from Jetbrains template See here 
https://github.com/JetBrains/intellij-platform-plugin-template/blob/main/.github/workflows/build.yml
     add 129ac57  Adds required checks to pass
     add 8f38ddf  Drops disallowed action
     add 32f5bf1  Adds gradle plugins to support build
     add bbb94e9  Reconfigures Gradle build to match template
     add d66a666  Extends README to include required sections
     add 8c7c0f1  Adds CHANGELOG
     add 99369de  Simplifies CHANGELOG
     add c0c54f3  Fixes plugin dependencies
     add 9a2c699  Lowers supported platform
     add a45d4ab  Removes annotation in type context
     add cd67643  Adds Qodana config
     add 5f8d889  Excludes test data from RAT scanning
     add 9b1ec4f  Removes duplicated repositories definition
     add 4026a72  Uses simplified config
     add fb3b47f  Fixes missing method
     add 24493ea  Uses proper top version supported
     add aab4fa0  Adds missing test dependency
     add 8cf66de  Reverts to struts2 name
     add c440f0f  Removes unused workflow
     add 5d3fd2e  Lowers top supported version
     add ec2fc75  Fixes tests and build plus adds a basic CLAUDE.md config
     add 0a4271f  Upgrades gradle action
     add e5fd223  Fixes incompatibility issue
     new b762ce1  Merge pull request #8 from apache/feature/better-build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |   3 +-
 .github/workflows/build.yml                        | 262 +++++++++++++++++++++
 .github/workflows/gradle.yml                       |  44 ----
 .gitignore                                         |   7 +-
 CHANGELOG.md                                       |  20 ++
 CLAUDE.md                                          |  83 +++++++
 README.md                                          | 142 +++++++++++
 build.gradle.kts                                   | 193 ++++++++++++---
 gradle.properties                                  |  31 ++-
 gradle/wrapper/gradle-wrapper.properties           |   2 +-
 qodana.yml                                         |  27 +++
 settings.gradle.kts                                |   9 +-
 .../java/com/intellij/struts2/StrutsBundle.java    |   2 +-
 .../struts2/annotators/ActionAnnotatorBase.java    |  21 +-
 .../lang/ognl/OgnlCodeInsightSanityTest.java       |   3 +-
 .../java/com/intellij/lang/ognl/OgnlTestUtils.java |   2 +-
 .../lang/ognl/parsing/OgnlParsingTestCase.java     |   2 +-
 .../struts2/Struts2ProjectDescriptorBuilder.java   |   2 +-
 18 files changed, 745 insertions(+), 110 deletions(-)
 create mode 100644 .github/workflows/build.yml
 delete mode 100644 .github/workflows/gradle.yml
 create mode 100644 CHANGELOG.md
 create mode 100644 CLAUDE.md
 create mode 100644 qodana.yml

Reply via email to