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 5a67d58b7 add some improvements add 93304a3ee WW-5261 Avoids creating ValueStack if no ActionContext is available new 13013e756 Merge pull request #691 from apache/WW-5261-tag-utils 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 | 41 +- .../org/apache/struts2/components/Component.java | 21 +- .../java/org/apache/struts2/components/Form.java | 92 ++- .../struts2/views/jsp/StrutsBodyTagSupport.java | 42 +- .../org/apache/struts2/views/jsp/TagUtils.java | 77 +-- .../apache/struts2/views/jsp/AbstractTagTest.java | 33 +- .../apache/struts2/views/jsp/ActionTagTest.java | 56 +- .../apache/struts2/views/jsp/AnchorTagTest.java | 231 +++---- .../org/apache/struts2/views/jsp/URLTagTest.java | 715 ++++++++++----------- .../apache/struts2/views/jsp/ui/FormTagTest.java | 220 ++++--- .../apache/struts2/views/jsp/ui/TextfieldTest.java | 71 +- 11 files changed, 795 insertions(+), 804 deletions(-)