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(-)