[struts-examples] branch master updated (5de8ef4 -> 45af147)
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 5de8ef4 INFRA-14597 Tests integration with JIRA add 9e58624 WW-4864 upgrade jetty plugin to version 9.4.7.20170914 add 17d168b added contextPath add bb345cf added jetty plugin to shiro-basic example add ceb93d3 added contextPath add 7b53379 updated struts DTD in struts.xml files add bdb9211 removed old subversion $id$ comments new 45af147 Merge pull request #16 from sdutry/WW-4864 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: action-chaining/pom.xml | 11 +-- .../main/java/org/apache/struts_examples/ActionA.java | 2 -- .../main/java/org/apache/struts_examples/ActionB.java | 4 +--- annotations/pom.xml | 8 ++-- basic-struts/pom.xml| 4 ++-- bean-validation/pom.xml | 6 +++--- blank/pom.xml | 8 +++- blank/src/main/java/example/ExampleSupport.java | 2 -- blank/src/main/java/example/HelloWorld.java | 2 -- blank/src/main/java/example/Login.java | 4 +--- blank/src/test/java/example/ConfigTest.java | 2 -- blank/src/test/java/example/HelloWorldTest.java | 2 -- blank/src/test/java/example/LoginTest.java | 2 -- coding-actions/pom.xml | 4 ++-- control-tags/pom.xml| 8 crud/pom.xml| 11 +-- crud/src/main/resources/struts.xml | 8 crud/src/main/webapp/WEB-INF/jsp/editPerson.jsp | 4 ++-- crud/src/main/webapp/WEB-INF/jsp/persons.jsp| 8 debugging-struts/pom.xml| 4 ++-- exception-handling/pom.xml | 6 +++--- exclude-parameters/pom.xml | 6 +++--- file-upload/pom.xml | 11 +-- .../src/main/java/org/apache/struts/example/Upload.java | 2 -- form-processing/pom.xml | 6 +++--- form-tags/pom.xml | 6 +++--- form-validation/pom.xml | 6 +++--- form-xml-validation/pom.xml | 6 +++--- helloworld/pom.xml | 4 ++-- http-session/pom.xml| 6 +++--- interceptors/pom.xml| 6 +++--- json/pom.xml| 17 + json/src/main/java/org/demo/ConsumeAction.java | 4 +--- json/src/main/java/org/demo/ProduceAction.java | 2 -- mailreader/pom.xml | 9 +++-- .../src/main/java/mailreader2/ApplicationListener.java | 2 -- .../java/mailreader2/AuthenticationInterceptor.java | 2 -- mailreader/src/main/java/mailreader2/Constants.java | 2 -- mailreader/src/main/java/mailreader2/Login.java | 2 -- mailreader/src/main/java/mailreader2/Logout.java| 2 -- .../src/main/java/mailreader2/MailreaderSupport.java| 2 -- mailreader/src/main/java/mailreader2/Registration.java | 2 -- mailreader/src/main/java/mailreader2/Subscription.java | 2 -- mailreader/src/main/java/mailreader2/Welcome.java | 2 -- message-resource/pom.xml| 6 +++--- message-store/pom.xml | 11 +-- .../java/org/apache/struts/example/HelloWorld1.java | 2 -- .../java/org/apache/struts/example/HelloWorld2.java | 2 -- message-store/src/main/resources/struts.xml | 4 ++-- pom.xml | 1 + portlet/pom.xml | 2 -- .../apache/struts2/portlet/example/ExampleAction.java | 2 -- .../org/apache/struts2/portlet/example/FormExample.java | 2 -- .../struts2/portlet/example/FormExampleModelDriven.java | 2 -- .../portlet/example/FormExampleWithValidation.java | 2 -- .../struts2/portlet/example/FormResultAction.java | 2 -- .../apache/struts2/portlet/example/FormTestAction.java | 2 -- .../apache/struts2/portlet/example/SavePrefsAction.java | 2 -- .../portlet/example/fileupload/FileUploadAction.java| 2 -- .../struts2/portlet/example/spring/SpringAction.java| 2 -- .../struts2/portlet/example/spring/ThingManager.java| 2 -- preparable-
[struts-examples] 01/01: Merge pull request #16 from sdutry/WW-4864
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-examples.git commit 45af147704e009b8998e18a74a244623721df005 Merge: 5de8ef4 bdb9211 Author: Lukasz Lenart AuthorDate: Tue Oct 17 12:19:30 2017 +0200 Merge pull request #16 from sdutry/WW-4864 WW-4864 Upgrade to the latest Jetty plugin in all examples action-chaining/pom.xml | 11 +-- .../main/java/org/apache/struts_examples/ActionA.java | 2 -- .../main/java/org/apache/struts_examples/ActionB.java | 4 +--- annotations/pom.xml | 8 ++-- basic-struts/pom.xml| 4 ++-- bean-validation/pom.xml | 6 +++--- blank/pom.xml | 8 +++- blank/src/main/java/example/ExampleSupport.java | 2 -- blank/src/main/java/example/HelloWorld.java | 2 -- blank/src/main/java/example/Login.java | 4 +--- blank/src/test/java/example/ConfigTest.java | 2 -- blank/src/test/java/example/HelloWorldTest.java | 2 -- blank/src/test/java/example/LoginTest.java | 2 -- coding-actions/pom.xml | 4 ++-- control-tags/pom.xml| 8 crud/pom.xml| 11 +-- crud/src/main/resources/struts.xml | 8 crud/src/main/webapp/WEB-INF/jsp/editPerson.jsp | 4 ++-- crud/src/main/webapp/WEB-INF/jsp/persons.jsp| 8 debugging-struts/pom.xml| 4 ++-- exception-handling/pom.xml | 6 +++--- exclude-parameters/pom.xml | 6 +++--- file-upload/pom.xml | 11 +-- .../src/main/java/org/apache/struts/example/Upload.java | 2 -- form-processing/pom.xml | 6 +++--- form-tags/pom.xml | 6 +++--- form-validation/pom.xml | 6 +++--- form-xml-validation/pom.xml | 6 +++--- helloworld/pom.xml | 4 ++-- http-session/pom.xml| 6 +++--- interceptors/pom.xml| 6 +++--- json/pom.xml| 17 + json/src/main/java/org/demo/ConsumeAction.java | 4 +--- json/src/main/java/org/demo/ProduceAction.java | 2 -- mailreader/pom.xml | 9 +++-- .../src/main/java/mailreader2/ApplicationListener.java | 2 -- .../java/mailreader2/AuthenticationInterceptor.java | 2 -- mailreader/src/main/java/mailreader2/Constants.java | 2 -- mailreader/src/main/java/mailreader2/Login.java | 2 -- mailreader/src/main/java/mailreader2/Logout.java| 2 -- .../src/main/java/mailreader2/MailreaderSupport.java| 2 -- mailreader/src/main/java/mailreader2/Registration.java | 2 -- mailreader/src/main/java/mailreader2/Subscription.java | 2 -- mailreader/src/main/java/mailreader2/Welcome.java | 2 -- message-resource/pom.xml| 6 +++--- message-store/pom.xml | 11 +-- .../java/org/apache/struts/example/HelloWorld1.java | 2 -- .../java/org/apache/struts/example/HelloWorld2.java | 2 -- message-store/src/main/resources/struts.xml | 4 ++-- pom.xml | 1 + portlet/pom.xml | 2 -- .../apache/struts2/portlet/example/ExampleAction.java | 2 -- .../org/apache/struts2/portlet/example/FormExample.java | 2 -- .../struts2/portlet/example/FormExampleModelDriven.java | 2 -- .../portlet/example/FormExampleWithValidation.java | 2 -- .../struts2/portlet/example/FormResultAction.java | 2 -- .../apache/struts2/portlet/example/FormTestAction.java | 2 -- .../apache/struts2/portlet/example/SavePrefsAction.java | 2 -- .../portlet/example/fileupload/FileUploadAction.java| 2 -- .../struts2/portlet/example/spring/SpringAction.java| 2 -- .../struts2/portlet/example/spring/ThingManager.java| 2 -- preparable-interface/pom.xml| 6 +++--- rest-angular/pom.xml| 9 +++-- rest-angular/src/main/webapp/js/app.js | 4 +--- rest-angular/src/main/webapp/js/config.js | 4 +--- .../main/webapp/js/controllers/OrderAddController.js| 4 +--- .../main/webapp/js/controllers/OrderDetailController.js | 4 +--- .../main/webapp/js/controllers/OrderEdi
[struts-examples] 01/01: Merge pull request #18 from Tal-Daniel/master
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-examples.git commit 33e4268b8f0560e61b0eefce7085608661ed3336 Merge: 45af147 6c7a808 Author: Lukasz Lenart AuthorDate: Tue Oct 17 12:20:45 2017 +0200 Merge pull request #18 from Tal-Daniel/master Add alternative way for custom TextProvider .../org/apache/struts_example/MyTextProviderFactory.java | 5 - text-provider/src/main/resources/struts.xml | 16 +--- 2 files changed, 17 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" .
[struts-examples] branch master updated (45af147 -> 33e4268)
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 45af147 Merge pull request #16 from sdutry/WW-4864 add 97d6034 Update MyTextProviderFactory.java add 6c7a808 Added alternative config to struts.xml new 33e4268 Merge pull request #18 from Tal-Daniel/master 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: .../org/apache/struts_example/MyTextProviderFactory.java | 5 - text-provider/src/main/resources/struts.xml | 16 +--- 2 files changed, 17 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" '].
[struts-site] branch asf-site updated: Updates production by Jenkins
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 58878df Updates production by Jenkins 58878df is described below commit 58878dfc84d986e859fec3d61050975945215e75 Author: jenkins AuthorDate: Wed Oct 18 04:37:12 2017 + Updates production by Jenkins --- .../getting-started/how-to-create-a-struts2-web-application.html| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/getting-started/how-to-create-a-struts2-web-application.html b/content/getting-started/how-to-create-a-struts2-web-application.html index 5f02370..50cda82 100644 --- a/content/getting-started/how-to-create-a-struts2-web-application.html +++ b/content/getting-started/how-to-create-a-struts2-web-application.html @@ -188,9 +188,9 @@ project folder structure. In your pom.xml ...- org.mortbay.jetty +org.eclipse.jetty jetty-maven-plugin -8.1.16.v20140903 +9.4.7.20170914 /${build.finalName} @@ -231,7 +231,7 @@ with a title of Basic Struts 2 Application - Welcome and in the Run mvn jetty:run to run the application. -In a web browser go to http://localhost:8080/basic-struts/index.jsp";>http://localhost:8080/basic-struts/index.jsp. +In a web browser go to http://localhost:8080/basic-struts/index.jsp";>http://localhost:8080/basic-struts/index.jsp. You should see the following: -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" '].
[struts-site] 01/01: Merge pull request #30 from sdutry/update-getting-started
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-site.git commit 57f306fbd3cacb948fe61a13fe449e1689daccd1 Merge: 3ff9cd2 4af1247 Author: Lukasz Lenart AuthorDate: Wed Oct 18 06:36:34 2017 +0200 Merge pull request #30 from sdutry/update-getting-started update jetty version and fix link source/getting-started/how-to-create-a-struts2-web-application.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" .
[struts-site] branch master updated (3ff9cd2 -> 57f306f)
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-site.git. from 3ff9cd2 Merge pull request #29 from yasserzamani/WW-4034 add 4af1247 update jetty version and fix link new 57f306f Merge pull request #30 from sdutry/update-getting-started 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: source/getting-started/how-to-create-a-struts2-web-application.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" '].