You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2021/11/11 08:23:26 UTC

[struts] branch master updated (a368cb6 -> 76bbe60)

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

yasserzamani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from a368cb6  fixed flakiness in JacksonXmlHandlerTest.java (#500)
     add 7403de8  WW-5129 Supports dynamic attributes in second control
     add 57ed560  WW-5129 Trims internal prefix used to identify second control's Dynamic Attributes
     add e098c5a  WW-5129 Simplifies excluding ignored keys with ?filter
     new 76bbe60  Merge pull request #502 from apache/WW-5129-dynamic-attributes

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:
 .../resources/template/simple/doubleselect.ftl     |  5 ++-
 .../template/simple/dynamic-attributes.ftl         | 21 ++++++---
 .../template/simple/inputtransferselect.ftl        |  8 ++--
 .../template/simple/optiontransferselect.ftl       |  3 ++
 ...ributes.ftl => prefixed-dynamic-attributes.ftl} | 18 +++++---
 core/src/main/resources/template/simple/select.ftl |  4 +-
 .../freemarker/FreemarkerResultMockedTest.java     | 13 +-----
 .../struts2/views/jsp/ui/DoubleSelectTest.java     | 11 ++++-
 .../views/jsp/ui/InputTransferSelectTagTest.java   | 32 +++++++++++---
 .../views/jsp/ui/OptionTransferSelectTagTest.java  | 32 ++++++++++++++
 .../apache/struts2/views/jsp/ui/DoubleSelect-5.txt | 39 +++++++++++++++++
 .../struts2/views/jsp/ui/inputtransferselect-2.txt | 30 +++++++++++++
 .../views/jsp/ui/optiontransferselect-8.txt        | 50 ++++++++++++++++++++++
 13 files changed, 227 insertions(+), 39 deletions(-)
 copy core/src/main/resources/template/simple/{dynamic-attributes.ftl => prefixed-dynamic-attributes.ftl} (74%)
 create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/DoubleSelect-5.txt
 create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-2.txt
 create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-8.txt

[struts] 01/01: Merge pull request #502 from apache/WW-5129-dynamic-attributes

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 76bbe60a78b2b47fcb961f85d3db9971d85fc2d1
Merge: a368cb6 e098c5a
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Thu Nov 11 11:53:18 2021 +0330

    Merge pull request #502 from apache/WW-5129-dynamic-attributes
    
    [WW-5129] Supports dynamic attributes in second control

 .../resources/template/simple/doubleselect.ftl     |  5 ++-
 .../template/simple/dynamic-attributes.ftl         | 21 ++++++---
 .../template/simple/inputtransferselect.ftl        |  8 ++--
 .../template/simple/optiontransferselect.ftl       |  3 ++
 ...ributes.ftl => prefixed-dynamic-attributes.ftl} | 18 +++++---
 core/src/main/resources/template/simple/select.ftl |  4 +-
 .../freemarker/FreemarkerResultMockedTest.java     | 13 +-----
 .../struts2/views/jsp/ui/DoubleSelectTest.java     | 11 ++++-
 .../views/jsp/ui/InputTransferSelectTagTest.java   | 32 +++++++++++---
 .../views/jsp/ui/OptionTransferSelectTagTest.java  | 32 ++++++++++++++
 .../apache/struts2/views/jsp/ui/DoubleSelect-5.txt | 39 +++++++++++++++++
 .../struts2/views/jsp/ui/inputtransferselect-2.txt | 30 +++++++++++++
 .../views/jsp/ui/optiontransferselect-8.txt        | 50 ++++++++++++++++++++++
 13 files changed, 227 insertions(+), 39 deletions(-)