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-examples.git
from 830d010 Reverts Spring Web to 5.3.23 to support JDK 11 add ab6642d Adjust examples to Struts 6.1.1 add ea0a538 Reconfigures JDK requirements new d4fb517 Merge pull request #197 from apache/struts-611 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: blank/src/test/java/example/ConfigTest.java | 2 +- blank/src/test/java/example/HelloWorldTest.java | 9 +- .../org/apache/struts/edit/action/EditAction.java | 20 ++-- control-tags/src/main/resources/struts.xml | 38 ++++--- control-tags/src/main/webapp/WEB-INF/web.xml | 8 +- control-tags/src/main/webapp/index.jsp | 2 +- control-tags/src/main/webapp/thankyou.jsp | 2 +- .../apache/struts/register/action/Register.java | 17 +++ .../org/apache/struts/register/model/Person.java | 14 ++- form-processing/src/main/resources/struts.xml | 4 +- .../src/main/webapp/WEB-INF/register.jsp | 3 + .../src/main/webapp/WEB-INF/thankyou.jsp | 1 + .../helloworld/action/ExecAndWaitTestAction.java | 14 +++ helloworld/src/main/resources/struts.xml | 46 +++++--- helloworld/src/main/webapp/HelloWorld.jsp | 1 + helloworld/src/main/webapp/WEB-INF/web.xml | 20 ++-- helloworld/src/main/webapp/execAndWaitTest.jsp | 16 +++ .../src/main/webapp/execAndWaitTest_wait.jsp | 20 ++++ helloworld/src/main/webapp/index.jsp | 16 ++- pom.xml | 48 ++++---- .../struts/actions/IndexControllerTest.java | 29 ++++- .../struts/actions/data/OrderControllerTest.java | 26 ++++- text-provider/pom.xml | 4 - .../struts/register/action/RegisterTest.java | 123 ++++++++++----------- 24 files changed, 309 insertions(+), 174 deletions(-) create mode 100644 helloworld/src/main/java/org/apache/struts/helloworld/action/ExecAndWaitTestAction.java create mode 100644 helloworld/src/main/webapp/execAndWaitTest.jsp create mode 100644 helloworld/src/main/webapp/execAndWaitTest_wait.jsp