Proposed implementation to address WW-5030.

Introduce new junit-portlet plugin.
- Utilizes a copy of org.springframework.mock.web.portlet package from
  Spring 4.3.x, refactored to org.apache.struts2.mock.web.portlet.  Also
  copies one interface from org.apache.struts2.mock.web.portlet.  The
  package-info.java files identify the package renaming.
- Provides test cases for the mock objects.
- Modifies the portlet plugin to use the junit-portlet plugin as a
  dependency.  Adds a small boundary case fix for PortletRequestMap.
This commit is contained in:
JCgH4164838Gh792C124B5
2020-03-22 13:31:54 -04:00
parent 9053c84d50
commit ec3532f30a
43 changed files with 5781 additions and 16 deletions
+1
View File
@@ -45,6 +45,7 @@
<module>jfreechart</module>
<module>json</module>
<module>junit</module>
<module>junit-portlet</module>
<module>osgi</module>
<module>oval</module>
<module>pell-multipart</module>