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/03/26 09:20:39 UTC

[struts] branch master updated (49a4d6d -> 93f3788)

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 49a4d6d  Merge pull request #478 from davoustp/contention-in-singleton-injection-2.6.x
     add ed3323c  WW-5117 Keeps Action always on top of the ValueStack
     new 93f3788  Merge pull request #480 from apache/WW-5117-reorders-stack

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:
 .../template/FreemarkerTemplateEngine.java         | 17 +++++--
 .../template/simple/dynamic-attributes.ftl         |  2 +-
 .../test/java/org/apache/struts2/TestAction.java   | 12 ++++-
 .../apache/struts2/views/jsp/ui/HiddenTest.java    | 55 +++++++++++++++++++---
 .../org/apache/struts2/views/jsp/ui/Hidden-3.txt   |  5 ++
 5 files changed, 79 insertions(+), 12 deletions(-)
 create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/Hidden-3.txt

[struts] 01/01: Merge pull request #480 from apache/WW-5117-reorders-stack

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 93f378809cc73c65c1d689a0e32ec440c52e7ce2
Merge: 49a4d6d ed3323c
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Fri Mar 26 13:50:30 2021 +0430

    Merge pull request #480 from apache/WW-5117-reorders-stack
    
    [WW-5117] Keeps Action always on top of the ValueStack

 .../template/FreemarkerTemplateEngine.java         | 17 +++++--
 .../template/simple/dynamic-attributes.ftl         |  2 +-
 .../test/java/org/apache/struts2/TestAction.java   | 12 ++++-
 .../apache/struts2/views/jsp/ui/HiddenTest.java    | 55 +++++++++++++++++++---
 .../org/apache/struts2/views/jsp/ui/Hidden-3.txt   |  5 ++
 5 files changed, 79 insertions(+), 12 deletions(-)