[struts] branch master updated: Update maven wrapper to 3.8.6

2022-08-07 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 4fbada4cd Update maven wrapper to 3.8.6
 new 678599741 Merge pull request #582 from sepe81/update-mvn-to-3.8.6
4fbada4cd is described below

commit 4fbada4cd948e93d3f535bc1200b5d5d67d3c7a2
Author: Sebastian Peters 
AuthorDate: Sat Aug 6 14:09:54 2022 +0200

Update maven wrapper to 3.8.6
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index db95c131d..57bb58438 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5/apache-maven-3.8.5-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
 
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar



[struts-site] branch master updated: Reorder Configurations in web.xml

2022-08-07 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 21570d7cc Reorder Configurations in web.xml
 new 54234c378 Merge pull request #167 from shrihari689/patch-1
21570d7cc is described below

commit 21570d7cc8c690004a3d595115741d5299d37a64
Author: Shri Hari L <57325503+shrihari...@users.noreply.github.com>
AuthorDate: Thu Aug 4 21:31:53 2022 +0530

Reorder Configurations in web.xml
---
 source/getting-started/how-to-create-a-struts2-web-application.md | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/source/getting-started/how-to-create-a-struts2-web-application.md 
b/source/getting-started/how-to-create-a-struts2-web-application.md
index 5dc98e63e..c5373ad32 100644
--- a/source/getting-started/how-to-create-a-struts2-web-application.md
+++ b/source/getting-started/how-to-create-a-struts2-web-application.md
@@ -241,10 +241,6 @@ mapping to `web.xml`. Below is how the `web.xml` may look 
after adding the filte
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
Basic Struts2
-   
-   index
-   
-

struts2

org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
@@ -255,6 +251,9 @@ mapping to `web.xml`. Below is how the `web.xml` may look 
after adding the filte
/*

 
+   
+   index
+   
 
 ```
 



[struts-site] branch asf-site updated: Automatic Site Publish by Buildbot

2022-08-07 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 9e7354de4 Automatic Site Publish by Buildbot
9e7354de4 is described below

commit 9e7354de4999c54ddaa6e5f13d4522a8bc38846d
Author: buildbot 
AuthorDate: Sun Aug 7 08:47:18 2022 +

Automatic Site Publish by Buildbot
---
 .../getting-started/how-to-create-a-struts2-web-application.html   | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/output/getting-started/how-to-create-a-struts2-web-application.html 
b/output/getting-started/how-to-create-a-struts2-web-application.html
index ef9852371..61e3f2ce2 100644
--- a/output/getting-started/how-to-create-a-struts2-web-application.html
+++ b/output/getting-started/how-to-create-a-struts2-web-application.html
@@ -379,10 +379,6 @@ mapping to web.xml. 
Below is how the xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
Basic Struts2
-   
-   index
-   
-

struts2
org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
@@ -393,6 +389,9 @@ mapping to web.xml. 
Below is how the /*

 
+   
+   index
+   
 
 
 



[struts] branch master updated: WW-5208 Update hibernate-validator to 6.2.4

2022-08-07 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a7fce066 WW-5208 Update hibernate-validator to 6.2.4
 new 0c73cf2e0 Merge pull request #583 from 
sepe81/update-hibernate-validator-to.6.2.x
5a7fce066 is described below

commit 5a7fce066fa6da2d93ffebf058ed9191ef47e438
Author: Sebastian Peters 
AuthorDate: Sat Aug 6 14:33:00 2022 +0200

WW-5208 Update hibernate-validator to 6.2.4

b/c 6.1 has reached its end-of-life according to
https://hibernate.org/validator/releases/6.1/

6.2 is compatible with the given Java and Jakarta
versions and supports `javax.validation.*` according to
https://hibernate.org/validator/releases/6.2/
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e2148731..3a30a76e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
 3.0.8
 1.0.7
 3.0.0-M4
-6.1.3.Final
+6.2.4.Final
 
 
 1.9



[struts-site] branch asf-staging updated: Updates stage by Jenkins

2022-08-07 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-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 1d6ec2194 Updates stage by Jenkins
1d6ec2194 is described below

commit 1d6ec21945e0f2f61eb5d1183425cfe03bbef1c2
Author: jenkins 
AuthorDate: Sun Aug 7 08:48:40 2022 +

Updates stage by Jenkins
---
 .../getting-started/how-to-create-a-struts2-web-application.html   | 7 +++
 1 file changed, 3 insertions(+), 4 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 ef9852371..61e3f2ce2 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
@@ -379,10 +379,6 @@ mapping to web.xml. 
Below is how the xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
Basic Struts2
-   
-   index
-   
-

struts2
org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
@@ -393,6 +389,9 @@ mapping to web.xml. 
Below is how the /*

 
+   
+   index
+   
 
 
 



[struts-examples] branch dependabot/maven/org.hibernate-hibernate-validator-7.0.5.Final created (now cffe8c1)

2022-08-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.hibernate-hibernate-validator-7.0.5.Final
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


  at cffe8c1  Bump hibernate-validator from 4.3.2.Final to 7.0.5.Final

No new revisions were added by this update.



[struts-examples] branch dependabot/maven/quarkus-plugin.version-2.11.2.Final created (now b58058b)

2022-08-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/quarkus-plugin.version-2.11.2.Final
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


  at b58058b  Bump quarkus-plugin.version from 2.11.1.Final to 2.11.2.Final

No new revisions were added by this update.