[struts] branch master updated (eddab32 -> 8eb282f)

2018-01-01 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


from eddab32  Merge pull request #194 from 
sdutry/sonar/string-optimize-single-characters
 add 15e6be1  WW-4903 Drops injecting defined factory to avoid mapping 
exception
 add 6fc6959  WW-4903 Uses Initializable to properly initialise the factory
 add 457f7c2  WW-4903 Adds a unit test to cover the new functionality
 add a2710a6  WW-4903 Covers fallback to default factory with unit test
 add 7116ac8  WW-4903 Uses StrutsActionProxyFactory as a default factory
 add 7cdc319  WW-4903 Extends test of empty prefix
 add 033573e  WW-4903 Reverts to previous initialise mechanism
 add 809d896  WW-4903 Adds missing header with license
 add eabf4ed  Verifies licenses before building a package
 new 8eb282f  Merge pull request #195 from 
lukaszlenart/fix-prefix-based-factory

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:
 .../factory/PrefixBasedActionProxyFactory.java |  21 ++--
 .../factory/PrefixBasedActionProxyFactoryTest.java | 132 +
 pom.xml|   2 +-
 3 files changed, 142 insertions(+), 13 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/struts2/factory/PrefixBasedActionProxyFactoryTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts] 01/01: Merge pull request #195 from lukaszlenart/fix-prefix-based-factory

2018-01-01 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 8eb282f76b3995fcce965dc299a69688c64aea1e
Merge: eddab32 eabf4ed
Author: Yasser Zamani 
AuthorDate: Mon Jan 1 17:30:05 2018 +0330

Merge pull request #195 from lukaszlenart/fix-prefix-based-factory

WW-4903: fixes PrefixBasedActionProxyFactory

 .../factory/PrefixBasedActionProxyFactory.java |  21 ++--
 .../factory/PrefixBasedActionProxyFactoryTest.java | 132 +
 pom.xml|   2 +-
 3 files changed, 142 insertions(+), 13 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

2018-01-01 Thread git-site-role
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 a2ffba6  Updates production by Jenkins
a2ffba6 is described below

commit a2ffba65e32c12dca1e95fb241d89fa98690673f
Author: jenkins 
AuthorDate: Mon Jan 1 09:15:45 2018 +

Updates production by Jenkins
---
 content/getting-started/control-tags.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/getting-started/control-tags.html 
b/content/getting-started/control-tags.html
index 188fa41..2e31528 100644
--- a/content/getting-started/control-tags.html
+++ b/content/getting-started/control-tags.html
@@ -215,7 +215,7 @@
 
   
 
-  Return to Form validation 
using XML
+  Return to Form validation 
using XML
   or
   onward to Wildcard method 
selection
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts-site] branch master updated: Uses proper extension

2018-01-01 Thread lukaszlenart
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


The following commit(s) were added to refs/heads/master by this push:
 new 0aa0277  Uses proper extension
0aa0277 is described below

commit 0aa0277c8a831e716b51d078f12914e6382d55b0
Author: Lukasz Lenart 
AuthorDate: Mon Jan 1 10:14:15 2018 +0100

Uses proper extension
---
 source/getting-started/control-tags.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/getting-started/control-tags.md 
b/source/getting-started/control-tags.md
index ef7217e..d05d02e 100644
--- a/source/getting-started/control-tags.md
+++ b/source/getting-started/control-tags.md
@@ -86,4 +86,4 @@ The value of the iterator tag is states, which causes the 
Struts 2 framework to
 
 The Struts 2 iterator tag has additional attributes you can use to control the 
begin and end values for specifying that the iterator tag should only loop over 
a part of the collection. See the [iterator tag 
reference](https://cwiki.apache.org/confluence/display/WW/iterator) for more 
information.
 
-|Return to [Form validation using XML](form-validation-using-xml.md)|or|onward 
to [Wildcard method selection](wildcard-method-selection.html)|
+|Return to [Form validation using 
XML](form-validation-using-xml.html)|or|onward to [Wildcard method 
selection](wildcard-method-selection.html)|

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].