This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch fix/struts7-action-detection
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
omit e7518a9 feat(inspection): add "Annotate with @StrutsParameter"
quick-fix
omit 7b26500 fix(inspection): detect Struts 7 actions via modern Action
interface
omit fce1832 test: avoid shadowing Struts file set helper overload
omit c9a7d65 docs: add changelog entry for StrutsParameter inspection
omit cbedda2 fix: parse Struts requireAnnotations constant as string
omit ff218be test: register StrutsParameter fixtures as struts.xml
omit d462700 test: create StrutsParameter inspection fixtures with project
files
omit 72e799c feat: inspect missing StrutsParameter annotations
omit ecc9330 feat: add StrutsParameter inspection utilities
omit e3efb87 test: use non-action name in StrutsParameter inspection test
omit 614e05c test: cover StrutsParameter annotation inspection
omit 843f3ae docs: add StrutsParameter inspection implementation plan
omit 03a2f33 docs: add StrutsParameter inspection design
add 948df5d Add @StrutsParameter missing-annotation inspection (#109)
add ebfff79 fix(inspection): detect Struts 7 actions via modern Action
interface
add 571f333 feat(inspection): add "Annotate with @StrutsParameter"
quick-fix
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 (e7518a9)
\
N -- N -- N refs/heads/fix/struts7-action-detection (571f333)
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: