This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch feature/WW-5444-html5
in repository https://gitbox.apache.org/repos/asf/struts.git
from a137ac3f7 Adds missing header
add e8aee6181 test(html5-theme): complete unit test coverage for remaining
5 tag classes
add 2ccca7384 test(html5-theme): add integration tests for showcase
application
No new revisions were added by this update.
Summary of changes:
.../src/main/webapp/WEB-INF/html5/index.jsp | 10 +-
.../struts2/showcase/Html5TagExampleTest.java | 183 +++++
.../struts2/views/jsp/ui/ActionErrorTagTest.java | 82 +++
.../struts2/views/jsp/ui/ActionMessageTagTest.java | 82 +++
.../apache/struts2/views/jsp/ui/AnchorTest.java | 111 +++
.../struts2/views/jsp/ui/FieldErrorTagTest.java | 99 +++
.../apache/struts2/views/jsp/ui/FormTagTest.java | 125 ++++
.../struts2/views/jsp/ui/Anchor-dynamic-html5.txt | 6 +
.../jsp/ui/{Formtag-14.txt => Formtag-1-html5.txt} | 5 +-
.../struts2/views/jsp/ui/Formtag-dynamic-html5.txt | 1 +
.../struts2/views/jsp/ui/Formtag-enctype-html5.txt | 1 +
.../{Formtag-14.txt => Formtag-method-html5.txt} | 5 +-
.../{Formtag-14.txt => Formtag-validate-html5.txt} | 5 +-
.../{Component-1.txt => actionerror-1-html5.txt} | 0
.../struts2/views/jsp/ui/actionerror-3-html5.txt | 1 +
.../{Component-1.txt => actionmessage-1-html5.txt} | 0
.../struts2/views/jsp/ui/actionmessage-3-html5.txt | 1 +
.../ui/{Component-1.txt => fielderror-2-html5.txt} | 0
.../struts2/views/jsp/ui/fielderror-3-html5.txt | 1 +
.../struts2/views/jsp/ui/fielderror-6-html5.txt | 1 +
.../views/jsp/ui/fielderror-filtered-html5.txt | 1 +
.../views/jsp/ui/{href-1.txt => href-1-html5.txt} | 0
.../apache/struts2/views/jsp/ui/href-3-html5.txt | 1 +
.../struts2/views/jsp/ui/href-disabled-html5.txt | 1 +
.../2025-11-26-WW-5444-html5-missing-tests.md | 779 +++++++++++++++++++++
.../2025-11-26-WW-5444-html5-theme-validation.md | 413 +++++++++++
26 files changed, 1901 insertions(+), 13 deletions(-)
create mode 100644
apps/showcase/src/test/java/it/org/apache/struts2/showcase/Html5TagExampleTest.java
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/Anchor-dynamic-html5.txt
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Formtag-14.txt
=> Formtag-1-html5.txt} (50%)
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-dynamic-html5.txt
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-enctype-html5.txt
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Formtag-14.txt
=> Formtag-method-html5.txt} (50%)
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Formtag-14.txt
=> Formtag-validate-html5.txt} (50%)
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Component-1.txt
=> actionerror-1-html5.txt} (100%)
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/actionerror-3-html5.txt
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Component-1.txt
=> actionmessage-1-html5.txt} (100%)
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/actionmessage-3-html5.txt
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Component-1.txt
=> fielderror-2-html5.txt} (100%)
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/fielderror-3-html5.txt
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/fielderror-6-html5.txt
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/fielderror-filtered-html5.txt
copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{href-1.txt =>
href-1-html5.txt} (100%)
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/href-3-html5.txt
create mode 100644
core/src/test/resources/org/apache/struts2/views/jsp/ui/href-disabled-html5.txt
create mode 100644
thoughts/shared/plans/2025-11-26-WW-5444-html5-missing-tests.md
create mode 100644
thoughts/shared/validation/2025-11-26-WW-5444-html5-theme-validation.md