(struts-intellij-plugin) branch feature/ip-clearance created (now 401cdf4)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git at 401cdf4 Prepares IP Clearance form This branch includes the following new commits: new 401cdf4 Prepares IP Clearance form 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.
(struts-intellij-plugin) 01/01: Prepares IP Clearance form
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit 401cdf4c70c1c118f88259cf4ed28126b664773a Author: Lukasz Lenart AuthorDate: Sun Mar 10 11:33:35 2024 +0100 Prepares IP Clearance form --- .gitignore | 5 +- docs/ip-clearance-struts-idea-plugin.xml | 238 +++ 2 files changed, 239 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b63da45..fd00d92 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,7 @@ build/ !**/src/test/**/build/ ### IntelliJ IDEA ### -.idea/modules.xml -.idea/jarRepositories.xml -.idea/compiler.xml -.idea/libraries/ +.idea *.iws *.iml *.ipr diff --git a/docs/ip-clearance-struts-idea-plugin.xml b/docs/ip-clearance-struts-idea-plugin.xml new file mode 100644 index 000..e2c37f7 --- /dev/null +++ b/docs/ip-clearance-struts-idea-plugin.xml @@ -0,0 +1,238 @@ + + + +IntelliJ IDEA Struts 2 plugin Codebase Intellectual Property (IP) Clearance Status + + + + Codebase IP Clearance TEMPLATE + -8-< cut here ---8-< cut here ---8-< cut here---8-< + +Preamble + This document (or rather the source of it) +is the template for recording IP clearance on new +codebases. Please store the completed document in this Incubator +repository using a filename that reflects your project. + One of the Incubator's roles is to ensure that proper attention is +paid to intellectual property. From time to time, an external +codebase is brought into the ASF that is not a separate project, but +still represents a substantial contribution that was not developed +within the ASF's source control system. This is a short form of the +Incubation checklist, designed to allow code to be imported with +alacrity while still providing for oversight. + This form is not for new projects. The intent is to simply help to +ensure, and record, that due diligence (Software Grant, Individual CLA, Corporate +CLA, license and dependencies) has been paid to the incoming code, so +that it can be merged into an existing project/module. + Either an Individual CLA or Corporate CLA is preferred to a Software Grant. +All authors must sign an Individual CLA; or all owners of IP must sign +one of the three documents and send to secretary (reference +http://www.apache.org/licenses/#clas";>ASF Licenses). + The receiving PMC is responsible for doing the work. The Incubator is +simply the repository of the needed information. Once a PMC directly +checks-in a filled-out short form, everything is done. + All PMCs must handle incoming code in this way. Any code that was +developed outside of the ASF SVN repository must be processed like +this, even if the external developer is an ASF committer. + + +Process + + +IP Clearance processing must be executed either by an Officer +or a Member of the ASF. If you are not an Officer or a Member, +please contact your project chair who will find an appropriate +volunteer. Incubator karma is also required. Please request +karma from the incubator pmc if you do not have it. + + +(Optional) Commit an outline form, +filling those parts which can be (at this stage). + + +A software grant must be provided to the ASF. This grant can either be +done by the ASF Corporate CLA (via Schedule B) or the Software Grant +Agreement. The completed and signed grant must be emailed to +secret...@apache.org + + +Receipt of the software grant form must be acknowledged +by an Officer of the ASF by recording in the correct file (grants.txt for a License Grant +or cclas.txt for a Corporate CLA). In most normal circumstances, +the officer should be the ASF Secretary, who must be provided a copy of +the grant or CCLA in any case (if not originally sent or Emailed +to him). + + +Note: the grant form must be acknowledged +before continuing. If the source is referenced by checksum in the grant, +commit the canonical tarball for the donated code into the incubator +drop area (/repos/asf/incubator/donations) together with a checksum +and a detached signature. This will ensure that apache has a legal record of +the grant. + + +Complete and commit the completed form. + + +Post a message to general@incubator prefixed [IP CLEARANCE] asking for +clearance to be checked. Sign off is by lazy consensus so wait at least +72 hours for a -1. + + +Post a [RESULT] to close the thread and let the project know that the +code has been cleared for import. + + + + +Filling The Form + What to do to set it up: + +copy this file and re-n
(struts-intellij-plugin) branch feature/ip-clearance updated (401cdf4 -> 598b2fb)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git omit 401cdf4 Prepares IP Clearance form add 598b2fb Prepares IP Clearance form 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 (401cdf4) \ N -- N -- N refs/heads/feature/ip-clearance (598b2fb) 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/ip-clearance-struts-idea-plugin.xml | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-)
(struts-intellij-plugin) branch feature/ip-clearance updated (598b2fb -> 7116158)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from 598b2fb Prepares IP Clearance form add 8ea7956 Updates header with proper license add 9c49dd5 Uses Gradle RAT plugin add 7116158 Adds missing headers to test data files No new revisions were added by this update. Summary of changes: build.gradle.kts | 21 src/main/grammar/apache2.txt | 12 --- src/main/grammar/ognl.bnf | 24 -- .../com/intellij/struts2/Struts2IconProvider.java | 25 --- .../java/com/intellij/struts2/Struts2Icons.java| 17 +- .../struts2/Struts2PresentationProvider.java | 13 .../struts2/Struts2ProblemFileHighlightFilter.java | 13 .../struts2/dom/struts/constant/package-info.java | 21 +++- .../com/intellij/struts2/facet/package-info.java | 21 +++- .../java/com/intellij/struts2/facet/struts2.xml| 22 - .../struts2/facet/ui/FeaturesConfigurationTab.form | 18 +++ .../struts2/facet/ui/FileSetConfigurationTab.form | 18 +++ .../intellij/struts2/facet/ui/FileSetEditor.form | 18 +++ .../intellij/struts2/facet/ui/package-info.java| 21 +++- .../intellij/struts2/freemarker/package-info.java | 19 +++ .../ConstantValueConverterClassContributor.java| 20 +++- .../struts2/model/jam/convention/package-info.java | 21 +++- .../intellij/struts2/model/jam/package-info.java | 21 +++- .../resolve/variable/OgnlVariableReference.java| 21 ++-- .../struts2/preview/Struts2UrlConverter.java | 19 ++- .../intellij/struts2/reference/package-info.java | 21 +++- .../struts2/reference/web/package-info.java| 21 +++- .../lang/ognl/OgnlCodeInsightSanityTest.java | 21 ++-- .../java/com/intellij/lang/ognl/OgnlTestUtils.java | 25 --- .../intellij/lang/ognl/OgnlTypedHandlerTest.java | 37 -- .../ognl/completion/OgnlCompletionTestCase.java| 25 --- .../OgnlFqnTypeExpressionCompletionTest.java | 24 -- .../ognl/completion/OgnlKeywordCompletionTest.java | 25 --- .../OgnlVariableExpressionCompletionTest.java | 25 --- .../lang/ognl/formatting/OgnlFormattingTest.java | 25 --- .../ognl/highlight/OgnlHighlightingLexerTest.java | 31 ++ .../intellij/lang/ognl/lexer/OgnlLexerTest.java| 31 ++ .../lang/ognl/template/OgnlLiveTemplatesTest.java | 25 --- src/test/testData/configsSearcher/struts.xml | 22 - src/test/testData/freemarker/MyTestAction.java | 19 +++ .../testData/gutterJava/actionClass/MyAction.java | 21 +++- .../com/MyValidationAction-validation.xml | 22 - .../actionClass/com/MyValidationAction.java| 22 - .../struts-actionClass-multiple_mappings.xml | 22 - .../gutterJava/actionClass/struts-actionClass.xml | 22 - .../gutterJava/actionClass/struts-validation.xml | 22 - .../testData/gutterJsp/actionClass/MyAction.java | 21 +++- .../jsp/test_gutter_action_attribute.jsp | 21 +++- .../actionClass/jsp/test_gutter_name_attribute.jsp | 21 +++- .../gutterJsp/actionClass/struts-actionClass.xml | 22 - .../hardcodedUrl/customActionExtension.jsp | 21 +++- .../hardcodedUrl/customActionExtension_after.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/customTag.jsp | 21 +++- .../inspection/hardcodedUrl/customTag_after.jsp| 21 +++- .../jsp/inspection/hardcodedUrl/dynamic.jsp| 21 +++- .../testData/jsp/inspection/hardcodedUrl/host.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/method.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/method_after.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/multiParams.jsp| 21 +++- .../inspection/hardcodedUrl/multiParamsEscaped.jsp | 21 +++- .../hardcodedUrl/multiParamsEscaped_after.jsp | 21 +++- .../inspection/hardcodedUrl/multiParams_after.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/namespace.jsp | 21 +++- .../inspection/hardcodedUrl/namespace_after.jsp| 21 +++- .../jsp/inspection/hardcodedUrl/oneParam.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/oneParam_after.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/protocol.jsp | 21 +++- .../jsp/inspection/hardcodedUrl/simple.jsp | 21 +++- .../hardcodedUrl/simpleTaglibPrefixDefined.jsp | 21 +++- .../simpleTag
(struts-intellij-plugin) branch feature/ip-clearance updated (7116158 -> 1219fd0)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from 7116158 Adds missing headers to test data files add 1219fd0 Adds GH Actions workflow No new revisions were added by this update. Summary of changes: .github/workflows/gradle.yml | 43 +++ build.gradle.kts | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/gradle.yml
(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.8.1 deleted (was 4c970db)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.8.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git was 4c970db Bump io.quarkus:quarkus-universe-bom from 3.7.3 to 3.8.1 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-examples) branch dependabot/maven/log4j2.version-2.23.1 created (now 22d065e)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/log4j2.version-2.23.1 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at 22d065e Bump log4j2.version from 2.22.1 to 2.23.1 No new revisions were added by this update.
(struts-examples) branch dependabot/maven/log4j2.version-2.23.0 deleted (was eda508f)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/log4j2.version-2.23.0 in repository https://gitbox.apache.org/repos/asf/struts-examples.git was eda508f Bump log4j2.version from 2.22.1 to 2.23.0 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.8.2 created (now ba443e4)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.8.2 in repository https://gitbox.apache.org/repos/asf/struts-examples.git at ba443e4 Bump io.quarkus:quarkus-universe-bom from 3.7.3 to 3.8.2 No new revisions were added by this update.
(struts-intellij-plugin) branch feature/ip-clearance updated (1219fd0 -> 02e3c33)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git discard 1219fd0 Adds GH Actions workflow add 02e3c33 Adds GH Actions workflow 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 (1219fd0) \ N -- N -- N refs/heads/feature/ip-clearance (02e3c33) 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: .github/workflows/gradle.yml | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)
(struts-intellij-plugin) branch feature/ip-clearance updated (02e3c33 -> 3d50d31)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git discard 02e3c33 Adds GH Actions workflow add 3d50d31 Adds GH Actions workflow 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 (02e3c33) \ N -- N -- N refs/heads/feature/ip-clearance (3d50d31) 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: build.gradle.kts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)