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

[struts] branch master updated (f3cb89202 -> 42e3da550)

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 f3cb89202 Merge pull request #571 from apache/WW-5190-match-action-proxy
     add e6c1cec7f WW-5192 Fixes brok radio tag when using with enums
     add b77c2f476 Uses different port for Jetty during integration testing to avoid clash
     new 42e3da550 Merge pull request #577 from apache/WW-5192-radio

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:
 apps/showcase/pom.xml                              |   6 +
 .../java/org/apache/struts2/components/Radio.java  |   4 +
 .../test/java/org/apache/struts2/TestAction.java   |  77 +++--
 .../apache/struts2/views/jsp/AbstractTagTest.java  |  68 +++--
 .../org/apache/struts2/views/jsp/ui/RadioTest.java | 311 ++++++++++++++-------
 .../org/apache/struts2/views/jsp/ui/Radio-10.txt   |   4 +
 .../org/apache/struts2/views/jsp/ui/Radio-9.txt    |   4 +
 7 files changed, 312 insertions(+), 162 deletions(-)
 create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/Radio-10.txt
 create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/Radio-9.txt


[struts] 01/01: Merge pull request #577 from apache/WW-5192-radio

Posted by lu...@apache.org.
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 42e3da550f92e391c20063debeeec943c1e6c5a5
Merge: f3cb89202 b77c2f476
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Jul 11 10:27:06 2022 +0200

    Merge pull request #577 from apache/WW-5192-radio
    
    [WW-5192] Fixes broken radio tag when using with enums

 apps/showcase/pom.xml                              |   6 +
 .../java/org/apache/struts2/components/Radio.java  |   4 +
 .../test/java/org/apache/struts2/TestAction.java   |  77 +++--
 .../apache/struts2/views/jsp/AbstractTagTest.java  |  68 +++--
 .../org/apache/struts2/views/jsp/ui/RadioTest.java | 311 ++++++++++++++-------
 .../org/apache/struts2/views/jsp/ui/Radio-10.txt   |   4 +
 .../org/apache/struts2/views/jsp/ui/Radio-9.txt    |   4 +
 7 files changed, 312 insertions(+), 162 deletions(-)