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