[struts-examples] branch master updated (05dc3be -> 85b381e)

2021-12-13 Thread lukaszlenart
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 05dc3be  Merge pull request #119 from 
apache/dependabot/maven/org.owasp-dependency-check-maven-6.4.1
 new 6bf5279  Upgrades to the latest Struts 2.5.28 Uses Java 11 as baseline
 new 85b381e  Drops outdated compiler options

The 2 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:
 json-customize/pom.xml  |  9 -
 json/pom.xml|  9 -
 pom.xml | 13 +++--
 unknown-handler/pom.xml |  9 -
 4 files changed, 7 insertions(+), 33 deletions(-)


[struts-examples] 02/02: Drops outdated compiler options

2021-12-13 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-examples.git

commit 85b381ec46ff360e978e000a95aeb915e0a1a5ae
Author: Lukasz Lenart 
AuthorDate: Tue Dec 14 07:44:09 2021 +0100

Drops outdated compiler options
---
 json-customize/pom.xml  | 9 -
 json/pom.xml| 9 -
 unknown-handler/pom.xml | 9 -
 3 files changed, 27 deletions(-)

diff --git a/json-customize/pom.xml b/json-customize/pom.xml
index 2cf8b6b..5b362fc 100644
--- a/json-customize/pom.xml
+++ b/json-customize/pom.xml
@@ -63,15 +63,6 @@
   
 
   
-maven-compiler-plugin
-3.8.1
-
-  UTF-8
-  1.5
-  1.5
-
-  
-  
 org.eclipse.jetty
 jetty-maven-plugin
 ${jetty-plugin.version}
diff --git a/json/pom.xml b/json/pom.xml
index 9ab2b95..0cf317c 100644
--- a/json/pom.xml
+++ b/json/pom.xml
@@ -57,15 +57,6 @@
   
 
   
-maven-compiler-plugin
-3.8.1
-
-  UTF-8
-  1.5
-  1.5
-
-  
-  
 org.eclipse.jetty
 jetty-maven-plugin
 ${jetty-plugin.version}
diff --git a/unknown-handler/pom.xml b/unknown-handler/pom.xml
index 6716659..b4eb289 100644
--- a/unknown-handler/pom.xml
+++ b/unknown-handler/pom.xml
@@ -64,15 +64,6 @@
   
 
   
-maven-compiler-plugin
-3.8.1
-
-  UTF-8
-  1.5
-  1.5
-
-  
-  
 org.eclipse.jetty
 jetty-maven-plugin
 ${jetty-plugin.version}


[struts-examples] 01/02: Upgrades to the latest Struts 2.5.28 Uses Java 11 as baseline

2021-12-13 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-examples.git

commit 6bf5279ef97e2aa2b1e1fed9c37d03d7999db95e
Author: Lukasz Lenart 
AuthorDate: Tue Dec 14 07:43:52 2021 +0100

Upgrades to the latest Struts 2.5.28
Uses Java 11 as baseline
---
 pom.xml | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7bf7903..daab1fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,10 @@
 
 
 UTF-8
-2.5.26
-2.14.1
-11.0.5
+2.5.28
+2.10.0
+9.4.35.v20201120
+true
 
 
 
@@ -162,8 +163,8 @@
 maven-compiler-plugin
 3.8.1
 
-1.8
-1.8
+11
+11
 
 
 
@@ -171,7 +172,7 @@
 maven-javadoc-plugin
 3.3.1
 
--Xdoclint:none
+none
 
 
 


[struts-examples] branch master updated: Uses JDK 11 for builds at Travis

2021-12-13 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-examples.git


The following commit(s) were added to refs/heads/master by this push:
 new df82c6d  Uses JDK 11 for builds at Travis
df82c6d is described below

commit df82c6df6d1c0f52f09f28d8fd1e61374501778d
Author: Lukasz Lenart 
AuthorDate: Tue Dec 14 07:45:38 2021 +0100

Uses JDK 11 for builds at Travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d0d4d7c..e60ea9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk8
+  - oraclejdk11
 
 install: true
 script: ./mvnw test


[struts-examples] branch master updated: Uses the latest 2.15.0 Log4j version

2021-12-13 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-examples.git


The following commit(s) were added to refs/heads/master by this push:
 new 9908644  Uses the latest 2.15.0 Log4j version
9908644 is described below

commit 9908644d18a808c6f9456f38dd55cc1129cbeec3
Author: Lukasz Lenart 
AuthorDate: Tue Dec 14 07:51:00 2021 +0100

Uses the latest 2.15.0 Log4j version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index daab1fd..9f6ba0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
 UTF-8
 2.5.28
-2.10.0
+2.15.0
 9.4.35.v20201120
 true
 


[struts-site] branch master updated: Re-words actions to perform

2021-12-13 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 70e5889  Re-words actions to perform
70e5889 is described below

commit 70e5889b0daf86f01fe9016c5d3f81e3c6e02554
Author: Lukasz Lenart 
AuthorDate: Tue Dec 14 08:02:29 2021 +0100

Re-words actions to perform
---
 source/announce-2021.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/announce-2021.md b/source/announce-2021.md
index d923f4f..ff24bba 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -26,6 +26,8 @@ to upgrade Log4j, please use one of  the described 
mitigations.
 
 More information can be found 
[here](https://logging.apache.org/log4j/2.x/#News).
 
+**All developers are strongly advised to perform this action.**
+
  12 December 2021 - Struts 2.5.28 General Availability {#a20211212}
 
 The Apache Struts group is pleased to announce that Struts 2.5.28 is available 
as a "General Availability"
@@ -42,7 +44,7 @@ Below is a full list of all changes:
 > Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.28) to 
 > find more details about performed
 > bug fixes and improvements.
 
-**All developers are strongly advised to perform this action.**
+**All developers are strongly advised to perform this upgrade.**
 
 The 2.5.x series of the Apache Struts framework has a minimum requirement of 
the following specification versions:
 Servlet API 2.4, JSP API 2.0, and Java 7.


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

2021-12-13 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 1b7c6dd  Automatic Site Publish by Buildbot
1b7c6dd is described below

commit 1b7c6dd33deff8a724a277cd2a384404d21e9d1c
Author: buildbot 
AuthorDate: Tue Dec 14 07:03:20 2021 +

Automatic Site Publish by Buildbot
---
 output/announce-2021.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/output/announce-2021.html b/output/announce-2021.html
index ebab99f..007eb7d 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -154,6 +154,8 @@ to upgrade Log4j, please use one of  the described 
mitigations.
 
 More information can be found https://logging.apache.org/log4j/2.x/#News";>here.
 
+All developers are strongly advised to perform this 
action.
+
 12 December 2021 - Struts 2.5.28 General Availability
 
 The Apache Struts group is pleased to announce that Struts 2.5.28 is 
available as a “General Availability”
@@ -174,7 +176,7 @@ to maintaining applications over time.
 bug fixes and improvements.
 
 
-All developers are strongly advised to perform this 
action.
+All developers are strongly advised to perform this 
upgrade.
 
 The 2.5.x series of the Apache Struts framework has a minimum requirement 
of the following specification versions:
 Servlet API 2.4, JSP API 2.0, and Java 7.