(struts) branch dependabot/maven/asm.version-9.7.1 deleted (was 5b2f63fa7)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/maven/asm.version-9.7.1 in repository https://gitbox.apache.org/repos/asf/struts.git was 5b2f63fa7 Bump asm.version from 9.7 to 9.7.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) 01/01: Merge pull request #1102 from apache/dependabot/github_actions/github/codeql-action-3.27.0
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit b15dc458cf24e71455d2ae44ea66ddb1fac9a570 Merge: d9d580ae3 3f7492309 Author: Lukasz Lenart AuthorDate: Tue Oct 29 16:00:12 2024 +0100 Merge pull request #1102 from apache/dependabot/github_actions/github/codeql-action-3.27.0 Bump github/codeql-action from 3.26.13 to 3.27.0 .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards-analysis.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
(struts) branch dependabot/github_actions/github/codeql-action-3.27.0 deleted (was 3f7492309)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch dependabot/github_actions/github/codeql-action-3.27.0 in repository https://gitbox.apache.org/repos/asf/struts.git was 3f7492309 Bump github/codeql-action from 3.26.13 to 3.27.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) branch master updated (d9d580ae3 -> b15dc458c)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from d9d580ae3 Merge pull request #1094 from apache/dependabot/maven/org.apache.commons-commons-lang3-3.17.0 add 3f7492309 Bump github/codeql-action from 3.26.13 to 3.27.0 new b15dc458c Merge pull request #1102 from apache/dependabot/github_actions/github/codeql-action-3.27.0 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: .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards-analysis.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
(struts) branch dependabot/maven/javax.servlet-javax.servlet-api-4.0.0 deleted (was de16fc4d2)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/javax.servlet-javax.servlet-api-4.0.0 in repository https://gitbox.apache.org/repos/asf/struts.git was de16fc4d2 Bump javax.servlet:javax.servlet-api from 3.1.0 to 4.0.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) branch dependabot/maven/javax.enterprise-cdi-api-2.0-PFD2 deleted (was 4a0b93965)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/javax.enterprise-cdi-api-2.0-PFD2 in repository https://gitbox.apache.org/repos/asf/struts.git was 4a0b93965 Bump javax.enterprise:cdi-api from 1.2 to 2.0-PFD2 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) branch master updated (b15dc458c -> c75ddbbf3)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from b15dc458c Merge pull request #1102 from apache/dependabot/github_actions/github/codeql-action-3.27.0 add 5b2f63fa7 Bump asm.version from 9.7 to 9.7.1 add c75ddbbf3 Merge pull request #1098 from apache/dependabot/maven/asm.version-9.7.1 No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts) branch dependabot/maven/org.apache.tomcat-tomcat-api-11.0.0 deleted (was 4157d09f7)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.tomcat-tomcat-api-11.0.0 in repository https://gitbox.apache.org/repos/asf/struts.git was 4157d09f7 Bump org.apache.tomcat:tomcat-api from 8.5.53 to 11.0.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) 01/01: Merge pull request #1096 from apache/feature/WW-5476-deprecate
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 8566c146481ca43e1b6d7211b36466f6bcd2ed61 Merge: c75ddbbf3 67e047799 Author: Lukasz Lenart AuthorDate: Wed Oct 30 06:43:07 2024 +0100 Merge pull request #1096 from apache/feature/WW-5476-deprecate WW-5476 Deprecates tag's parameters as replaced with attributes .../apache/struts2/components/ActionComponent.java | 4 +- .../org/apache/struts2/components/Component.java | 27 .../struts2/components/DoubleListUIBean.java | 4 +- .../apache/struts2/components/DoubleSelect.java| 2 +- .../java/org/apache/struts2/components/File.java | 4 +- .../java/org/apache/struts2/components/Form.java | 10 ++--- .../org/apache/struts2/components/FormButton.java | 6 +-- .../org/apache/struts2/components/Include.java | 8 ++-- .../struts2/components/InputTransferSelect.java| 8 ++-- .../java/org/apache/struts2/components/Label.java | 2 +- .../org/apache/struts2/components/ListUIBean.java | 2 +- .../org/apache/struts2/components/OptGroup.java| 4 +- .../struts2/components/OptionTransferSelect.java | 16 .../struts2/components/ServletUrlRenderer.java | 2 +- .../java/org/apache/struts2/components/Token.java | 2 +- .../java/org/apache/struts2/components/UIBean.java | 20 - .../java/org/apache/struts2/components/URL.java| 2 +- .../apache/struts2/components/UpDownSelect.java| 8 ++-- .../struts2/views/freemarker/ScopesHashModel.java | 27 .../apache/struts2/components/FormButtonTest.java | 22 +- .../org/apache/struts2/components/FormTest.java| 6 +-- .../org/apache/struts2/components/UIBeanTest.java | 48 +++--- .../org/apache/struts2/views/jsp/URLTagTest.java | 12 +++--- .../apache/struts2/views/jsp/ui/FormTagTest.java | 8 ++-- .../struts2/views/java/simple/SelectHandler.java | 8 ++-- .../java/simple/AbstractCommonAttributesTest.java | 6 +-- .../struts2/views/java/simple/ActionErrorTest.java | 6 +-- .../views/java/simple/ActionMessageTest.java | 6 +-- .../struts2/views/java/simple/AnchorTest.java | 8 ++-- .../struts2/views/java/simple/CheckboxTest.java| 6 +-- .../views/java/simple/DateTextFieldTest.java | 6 +-- .../struts2/views/java/simple/FieldErrorTest.java | 10 ++--- .../apache/struts2/views/java/simple/FileTest.java | 2 +- .../apache/struts2/views/java/simple/FormTest.java | 4 +- .../apache/struts2/views/java/simple/HeadTest.java | 2 +- .../struts2/views/java/simple/HiddenTest.java | 2 +- .../struts2/views/java/simple/LabelTest.java | 2 +- .../apache/struts2/views/java/simple/LinkTest.java | 4 +- .../struts2/views/java/simple/PasswordTest.java| 4 +- .../struts2/views/java/simple/ResetTest.java | 4 +- .../struts2/views/java/simple/ScriptTest.java | 2 +- .../struts2/views/java/simple/SelectTest.java | 10 ++--- .../struts2/views/java/simple/SubmitTest.java | 16 .../struts2/views/java/simple/TextAreaTest.java| 4 +- .../struts2/views/java/simple/TextFieldTest.java | 2 +- .../struts2/views/java/simple/TokenTest.java | 2 +- .../struts2/components/PortletUrlRenderer.java | 2 +- 47 files changed, 198 insertions(+), 174 deletions(-)
(struts) branch master updated (c75ddbbf3 -> 8566c1464)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from c75ddbbf3 Merge pull request #1098 from apache/dependabot/maven/asm.version-9.7.1 add 67e047799 WW-5476 Deprecates tag's parameters as replaced with attributes new 8566c1464 Merge pull request #1096 from apache/feature/WW-5476-deprecate 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: .../apache/struts2/components/ActionComponent.java | 4 +- .../org/apache/struts2/components/Component.java | 27 .../struts2/components/DoubleListUIBean.java | 4 +- .../apache/struts2/components/DoubleSelect.java| 2 +- .../java/org/apache/struts2/components/File.java | 4 +- .../java/org/apache/struts2/components/Form.java | 10 ++--- .../org/apache/struts2/components/FormButton.java | 6 +-- .../org/apache/struts2/components/Include.java | 8 ++-- .../struts2/components/InputTransferSelect.java| 8 ++-- .../java/org/apache/struts2/components/Label.java | 2 +- .../org/apache/struts2/components/ListUIBean.java | 2 +- .../org/apache/struts2/components/OptGroup.java| 4 +- .../struts2/components/OptionTransferSelect.java | 16 .../struts2/components/ServletUrlRenderer.java | 2 +- .../java/org/apache/struts2/components/Token.java | 2 +- .../java/org/apache/struts2/components/UIBean.java | 20 - .../java/org/apache/struts2/components/URL.java| 2 +- .../apache/struts2/components/UpDownSelect.java| 8 ++-- .../struts2/views/freemarker/ScopesHashModel.java | 27 .../apache/struts2/components/FormButtonTest.java | 22 +- .../org/apache/struts2/components/FormTest.java| 6 +-- .../org/apache/struts2/components/UIBeanTest.java | 48 +++--- .../org/apache/struts2/views/jsp/URLTagTest.java | 12 +++--- .../apache/struts2/views/jsp/ui/FormTagTest.java | 8 ++-- .../struts2/views/java/simple/SelectHandler.java | 8 ++-- .../java/simple/AbstractCommonAttributesTest.java | 6 +-- .../struts2/views/java/simple/ActionErrorTest.java | 6 +-- .../views/java/simple/ActionMessageTest.java | 6 +-- .../struts2/views/java/simple/AnchorTest.java | 8 ++-- .../struts2/views/java/simple/CheckboxTest.java| 6 +-- .../views/java/simple/DateTextFieldTest.java | 6 +-- .../struts2/views/java/simple/FieldErrorTest.java | 10 ++--- .../apache/struts2/views/java/simple/FileTest.java | 2 +- .../apache/struts2/views/java/simple/FormTest.java | 4 +- .../apache/struts2/views/java/simple/HeadTest.java | 2 +- .../struts2/views/java/simple/HiddenTest.java | 2 +- .../struts2/views/java/simple/LabelTest.java | 2 +- .../apache/struts2/views/java/simple/LinkTest.java | 4 +- .../struts2/views/java/simple/PasswordTest.java| 4 +- .../struts2/views/java/simple/ResetTest.java | 4 +- .../struts2/views/java/simple/ScriptTest.java | 2 +- .../struts2/views/java/simple/SelectTest.java | 10 ++--- .../struts2/views/java/simple/SubmitTest.java | 16 .../struts2/views/java/simple/TextAreaTest.java| 4 +- .../struts2/views/java/simple/TextFieldTest.java | 2 +- .../struts2/views/java/simple/TokenTest.java | 2 +- .../struts2/components/PortletUrlRenderer.java | 2 +- 47 files changed, 198 insertions(+), 174 deletions(-)
(struts) branch feature/WW-5476-deprecate deleted (was 67e047799)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5476-deprecate in repository https://gitbox.apache.org/repos/asf/struts.git was 67e047799 WW-5476 Deprecates tag's parameters as replaced with attributes The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.