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

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


 discard 5c95b3f  Lowers supported platform
 discard a9f0d7a  Fixes plugin dependencies
 discard fc91723  Simplifies CHANGELOG
 discard 00cb510  Adds CHANGELOG
 discard d6b427a  Extends README to include required sections
 discard b406b2c  Reconfigures Gradle build to match template
 discard 23228fc  Adds gradle plugins to support build
 discard 9831eda  Drops disallowed action
 discard 2d4f393  Adds required checks to pass
 discard 36274ff  Imports build from Jetbrains template See here 
https://github.com/JetBrains/intellij-platform-plugin-template/blob/main/.github/workflows/build.yml
     add df6b80e  WW-5446 Adds missing dependency
     add 60e2ba9  WW-5446 Fixes loading of dictionary
     add 8618ac1  WW-5446 Replaces deprecated code with recommended approach
     add 73b8aed  WW-5446 Adds missing plugin dependencies
     add 041ac6e  WW-5446 Except JSP files in any folder
     add 172a5ea  Merge pull request #7 from 
apache/feature/WW-5446-fix-deprecation
     add 19235be  Imports build from Jetbrains template See here 
https://github.com/JetBrains/intellij-platform-plugin-template/blob/main/.github/workflows/build.yml
     add bf9ce17  Adds required checks to pass
     add 525dea9  Drops disallowed action
     add 810e8eb  Adds gradle plugins to support build
     add 252f813  Reconfigures Gradle build to match template
     add 63aec3d  Extends README to include required sections
     add 77ccf09  Adds CHANGELOG
     add 9b7bc20  Simplifies CHANGELOG
     add a3ee5f3  Fixes plugin dependencies
     add 5c63c7c  Lowers supported platform

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   (5c95b3f)
            \
             N -- N -- N   refs/heads/feature/better-build (5c63c7c)

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:
 .../intellij/struts2/dom/inspection/Struts2ModelInspection.java  | 2 +-
 src/main/java/com/intellij/struts2/facet/ui/StrutsFilesTree.java | 3 ++-
 .../com/intellij/struts2/jsp/TaglibCssInlineStyleInjector.java   | 5 +++--
 .../java/com/intellij/struts2/jsp/TaglibJavaScriptInjector.java  | 5 +++--
 src/main/java/com/intellij/struts2/jsp/TaglibOgnlInjector.java   | 5 +++--
 .../ognl/completion/OgnlKeywordCompletionContributor.java        | 9 ++++++++-
 .../struts2/reference/StrutsTaglibReferenceContributorBase.java  | 7 ++++---
 .../struts2/spellchecker/Struts2BundledDictionaryProvider.java   | 2 +-
 src/main/resources/META-INF/plugin.xml                           | 2 ++
 .../com/intellij/struts2/spellchecker => resources}/struts2.dic  | 0
 10 files changed, 27 insertions(+), 13 deletions(-)
 rename src/main/{java/com/intellij/struts2/spellchecker => 
resources}/struts2.dic (100%)

Reply via email to