svn commit: r73754 - /dev/struts/7.0.0/ /release/struts/7.0.0/

2024-12-19 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Dec 19 17:57:46 2024
New Revision: 73754

Log:
Apache Struts 7.0.0 has been accepted as GA

Added:
release/struts/7.0.0/
  - copied from r73753, dev/struts/7.0.0/
Removed:
dev/struts/7.0.0/



(struts-site) branch asf-staging updated: Updates stage by Jenkins

2024-12-19 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 47b52d2f3 Updates stage by Jenkins
47b52d2f3 is described below

commit 47b52d2f3d67eb3951f5a2bf33d96860e0ff1cc7
Author: jenkins 
AuthorDate: Thu Dec 19 18:40:59 2024 +

Updates stage by Jenkins
---
 content/index.html | 6 --
 1 file changed, 6 deletions(-)

diff --git a/content/index.html b/content/index.html
index 6c5e9df11..e10e4049a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -196,12 +196,6 @@
 
 
   
-Apache Struts 7.0.0-M9
-
-  Apache Struts 7.0.0-M9 test build is available as from 21 July 2024.
-
-Read more in Announcement or in
-https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0-M9";>Version
 notes
   
   
 Google's Patch Reward program



(struts-examples) 01/01: Merge pull request #405 from apache/feature/struts7

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit b2ed942d0c6d69a3bd8e519d1752461132a01931
Merge: e12cb3c 99fdcc5
Author: Lukasz Lenart 
AuthorDate: Thu Dec 19 19:43:17 2024 +0100

Merge pull request #405 from apache/feature/struts7

Migrates to Struts 7

 .github/workflows/maven.yml|  2 +-
 .../java/org/apache/struts_examples/ActionA.java   |  2 +-
 .../java/org/apache/struts_examples/ActionB.java   |  2 +-
 .../src/main/java/example/actions/HelloAction.java |  3 +-
 .../main/java/example/actions/RegisterAction.java  |  2 +-
 annotations/src/main/resources/log4j2.xml  |  1 -
 basic-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 bean-validation/src/main/resources/log4j2.xml  |  1 -
 blank/src/main/java/example/ExampleSupport.java|  2 +-
 blank/src/main/resources/log4j2.xml|  1 -
 blank/src/test/java/example/ConfigTest.java| 10 ++--
 blank/src/test/java/example/HelloWorldTest.java|  2 +-
 blank/src/test/java/example/LoginTest.java |  4 +-
 .../struts/helloworld/action/HelloWorldAction.java | 22 -
 coding-actions/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 control-tags/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/crud/action/PersonAction.java| 16 +++
 crud/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  7 ++-
 debugging-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts_example/IndexAction.java |  4 +-
 dynamic-href/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java|  8 ++--
 exception-handling/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  | 22 -
 exclude-parameters/src/main/resources/log4j2.xml   |  1 -
 expression-cache/pom.xml   |  1 -
 .../java/org/apache/struts/cache/CustomOEC.java|  2 +-
 .../org/apache/struts/cache/CustomOECFactory.java  | 30 ++--
 .../java/org/apache/struts/cache/CustomOELRUC.java |  2 +-
 .../java/org/apache/struts/cache/IndexAction.java  |  2 +-
 expression-cache/src/main/resources/struts.xml |  2 +-
 .../java/org/apache/struts/example/Upload.java |  2 +-
 file-upload/src/main/resources/log4j2.xml  |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  2 +-
 form-processing/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-tags/src/main/resources/log4j2.xml|  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java| 52 ++--
 form-validation/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-xml-validation/src/main/resources/log4j2.xml  |  1 -
 .../helloworld/action/ExecAndWaitTestAction.java   |  2 +-
 .../struts/helloworld/action/HelloWorldAction.java | 11 ++---
 helloworld/src/main/resources/log4j2.xml   |  1 -
 .../struts/helloworld/action/HelloWorldAction.java |  6 +--
 http-session/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/register/action/Register.java| 53 ++--
 interceptors/src/main/resources/log4j2.xml |  1 -
 .../example/jasperreports/action/JasperAction.java |  2 +-
 jasperreports/src/main/resources/log4j2.xml|  1 -
 .../main/java/org/apache/struts/example/Chart.java |  2 +-
 jfreechart/src/main/resources/log4j2.xml   |  1 -
 .../src/main/java/org/demo/ProduceAction.java  |  2 +-
 json-customize/src/main/resources/log4j2.xml   |  1 -
 json/src/main/java/org/demo/ConsumeAction.java |  2 +-
 json/src/main/java/org/demo/ProduceAction.java |  2 +-
 json/src/main/resources/log4j2.xml |  1 -
 .../mailreader2/AuthenticationInterceptor.java | 10 ++--
 .../examples/mailreader2/MailreaderSupport.java|  2 +-
 .../examples/mailreader2/SubscriptionAction.java   |  2 +-
 mailreader2/src/main/resources/log4j2.xml  |  1 -
 mailreader2/src/main/webapp/tour.html  |  6 +--
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java| 52 ++--
 message-resource/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/example/HelloWorld1.java |  2 +-
 .../org/apache/struts/example/HelloWorld2.java |  2 +-
 message-store/src/main/resource

(struts-examples) branch main updated (e12cb3c -> b2ed942)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from e12cb3c  Merge pull request #402 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
 add 99fdcc5  Migrates to Struts 7
 new b2ed942  Merge pull request #405 from apache/feature/struts7

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:
 .github/workflows/maven.yml|  2 +-
 .../java/org/apache/struts_examples/ActionA.java   |  2 +-
 .../java/org/apache/struts_examples/ActionB.java   |  2 +-
 .../src/main/java/example/actions/HelloAction.java |  3 +-
 .../main/java/example/actions/RegisterAction.java  |  2 +-
 annotations/src/main/resources/log4j2.xml  |  1 -
 basic-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 bean-validation/src/main/resources/log4j2.xml  |  1 -
 blank/src/main/java/example/ExampleSupport.java|  2 +-
 blank/src/main/resources/log4j2.xml|  1 -
 blank/src/test/java/example/ConfigTest.java| 10 ++--
 blank/src/test/java/example/HelloWorldTest.java|  2 +-
 blank/src/test/java/example/LoginTest.java |  4 +-
 .../struts/helloworld/action/HelloWorldAction.java | 22 -
 coding-actions/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 control-tags/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/crud/action/PersonAction.java| 16 +++
 crud/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  7 ++-
 debugging-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts_example/IndexAction.java |  4 +-
 dynamic-href/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java|  8 ++--
 exception-handling/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  | 22 -
 exclude-parameters/src/main/resources/log4j2.xml   |  1 -
 expression-cache/pom.xml   |  1 -
 .../java/org/apache/struts/cache/CustomOEC.java|  2 +-
 .../org/apache/struts/cache/CustomOECFactory.java  | 30 ++--
 .../java/org/apache/struts/cache/CustomOELRUC.java |  2 +-
 .../java/org/apache/struts/cache/IndexAction.java  |  2 +-
 expression-cache/src/main/resources/struts.xml |  2 +-
 .../java/org/apache/struts/example/Upload.java |  2 +-
 file-upload/src/main/resources/log4j2.xml  |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  2 +-
 form-processing/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-tags/src/main/resources/log4j2.xml|  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java| 52 ++--
 form-validation/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-xml-validation/src/main/resources/log4j2.xml  |  1 -
 .../helloworld/action/ExecAndWaitTestAction.java   |  2 +-
 .../struts/helloworld/action/HelloWorldAction.java | 11 ++---
 helloworld/src/main/resources/log4j2.xml   |  1 -
 .../struts/helloworld/action/HelloWorldAction.java |  6 +--
 http-session/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/register/action/Register.java| 53 ++--
 interceptors/src/main/resources/log4j2.xml |  1 -
 .../example/jasperreports/action/JasperAction.java |  2 +-
 jasperreports/src/main/resources/log4j2.xml|  1 -
 .../main/java/org/apache/struts/example/Chart.java |  2 +-
 jfreechart/src/main/resources/log4j2.xml   |  1 -
 .../src/main/java/org/demo/ProduceAction.java  |  2 +-
 json-customize/src/main/resources/log4j2.xml   |  1 -
 json/src/main/java/org/demo/ConsumeAction.java |  2 +-
 json/src/main/java/org/demo/ProduceAction.java |  2 +-
 json/src/main/resources/log4j2.xml |  1 -
 .../mailreader2/AuthenticationInterceptor.java | 10 ++--
 .../examples/mailreader2/MailreaderSupport.java|  2 +-
 .../examples/mailreader2/SubscriptionAction.java   |  2 +-
 mailreader2/src/main/resources/log4j2.xml  |  1 -
 mailreader2/src/main/webapp/tour.html  |  6 +--
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/registe

(struts-examples) branch feature/struts7 deleted (was 99fdcc5)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/struts7
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was 99fdcc5  Migrates to Struts 7

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) branch feature/multiple-decorators updated (76fe943 -> 848e7c1)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/multiple-decorators
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


omit 76fe943  Uses final Struts 7 version
omit b92c8d0  Extends example with Sitemesh 3 to support multiple decorators
 add 99fdcc5  Migrates to Struts 7
 add b2ed942  Merge pull request #405 from apache/feature/struts7
 add 848e7c1  Extends example with Sitemesh 3 to support multiple decorators

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (76fe943)
\
 N -- N -- N   refs/heads/feature/multiple-decorators (848e7c1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml|  2 +-
 .../java/org/apache/struts_examples/ActionA.java   |  2 +-
 .../java/org/apache/struts_examples/ActionB.java   |  2 +-
 .../src/main/java/example/actions/HelloAction.java |  3 +-
 .../main/java/example/actions/RegisterAction.java  |  2 +-
 annotations/src/main/resources/log4j2.xml  |  1 -
 basic-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 bean-validation/src/main/resources/log4j2.xml  |  1 -
 blank/src/main/java/example/ExampleSupport.java|  2 +-
 blank/src/main/resources/log4j2.xml|  1 -
 blank/src/test/java/example/ConfigTest.java| 10 ++--
 blank/src/test/java/example/HelloWorldTest.java|  2 +-
 blank/src/test/java/example/LoginTest.java |  4 +-
 .../struts/helloworld/action/HelloWorldAction.java | 22 -
 coding-actions/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 control-tags/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/crud/action/PersonAction.java| 16 +++
 crud/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  7 ++-
 debugging-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts_example/IndexAction.java |  4 +-
 dynamic-href/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java|  8 ++--
 exception-handling/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  | 22 -
 exclude-parameters/src/main/resources/log4j2.xml   |  1 -
 expression-cache/pom.xml   |  1 -
 .../java/org/apache/struts/cache/CustomOEC.java|  2 +-
 .../org/apache/struts/cache/CustomOECFactory.java  | 30 ++--
 .../java/org/apache/struts/cache/CustomOELRUC.java |  2 +-
 .../java/org/apache/struts/cache/IndexAction.java  |  2 +-
 expression-cache/src/main/resources/struts.xml |  2 +-
 .../java/org/apache/struts/example/Upload.java |  2 +-
 file-upload/src/main/resources/log4j2.xml  |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  2 +-
 form-processing/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-tags/src/main/resources/log4j2.xml|  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java| 52 ++--
 form-validation/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-xml-validation/src/main/resources/log4j2.xml  |  1 -
 .../helloworld/action/ExecAndWaitTestAction.java   |  2 +-
 .../struts/helloworld/action/HelloWorldAction.java | 11 ++---
 helloworld/src/main/resources/log4j2.xml   |  1 -
 .../struts/helloworld/action/HelloWorldAction.java |  6 +--
 http-session/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/register/action/Register.java| 53 ++--
 interceptors/src/main/resources/log4j2.xml |  1 -
 .../example/jasperreports/action/JasperAction.java |  2 +-
 jasperreports/src/main/resources/log4j2.xml|  1 -
 .../main/java/org/apache/struts/example/Chart.java |  2 +-
 jfreechart/src/main/resources/log4j2.xml   |  1 -
 .../src/main/java/org/demo/ProduceAction.java  |  2 +-
 jso

(struts-examples) branch feature/multiple-decorators updated (848e7c1 -> 30033a6)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/multiple-decorators
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 discard 848e7c1  Extends example with Sitemesh 3 to support multiple decorators
 add 30033a6  Extends example with Sitemesh 3 to support multiple decorators

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (848e7c1)
\
 N -- N -- N   refs/heads/feature/multiple-decorators (30033a6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 sitemesh3/pom.xml | 4 
 1 file changed, 4 deletions(-)



(struts-examples) 01/01: Migrates to Struts 7

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/struts7
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit fdfd8033a9112804bef44243b654f13a771e0ec7
Author: Lukasz Lenart 
AuthorDate: Thu Dec 19 19:35:29 2024 +0100

Migrates to Struts 7
---
 .../java/org/apache/struts_examples/ActionA.java   |  2 +-
 .../java/org/apache/struts_examples/ActionB.java   |  2 +-
 .../src/main/java/example/actions/HelloAction.java |  3 +-
 .../main/java/example/actions/RegisterAction.java  |  2 +-
 annotations/src/main/resources/log4j2.xml  |  1 -
 basic-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 bean-validation/src/main/resources/log4j2.xml  |  1 -
 blank/src/main/java/example/ExampleSupport.java|  2 +-
 blank/src/main/resources/log4j2.xml|  1 -
 blank/src/test/java/example/ConfigTest.java| 10 ++--
 blank/src/test/java/example/HelloWorldTest.java|  2 +-
 blank/src/test/java/example/LoginTest.java |  4 +-
 .../struts/helloworld/action/HelloWorldAction.java | 22 -
 coding-actions/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 control-tags/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/crud/action/PersonAction.java| 16 +++
 crud/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  7 ++-
 debugging-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts_example/IndexAction.java |  4 +-
 dynamic-href/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java|  8 ++--
 exception-handling/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  | 22 -
 exclude-parameters/src/main/resources/log4j2.xml   |  1 -
 expression-cache/pom.xml   |  1 -
 .../java/org/apache/struts/cache/CustomOEC.java|  2 +-
 .../org/apache/struts/cache/CustomOECFactory.java  | 30 ++--
 .../java/org/apache/struts/cache/CustomOELRUC.java |  2 +-
 .../java/org/apache/struts/cache/IndexAction.java  |  2 +-
 expression-cache/src/main/resources/struts.xml |  2 +-
 .../java/org/apache/struts/example/Upload.java |  2 +-
 file-upload/src/main/resources/log4j2.xml  |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  2 +-
 form-processing/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-tags/src/main/resources/log4j2.xml|  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java| 52 ++--
 form-validation/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-xml-validation/src/main/resources/log4j2.xml  |  1 -
 .../helloworld/action/ExecAndWaitTestAction.java   |  2 +-
 .../struts/helloworld/action/HelloWorldAction.java | 11 ++---
 helloworld/src/main/resources/log4j2.xml   |  1 -
 .../struts/helloworld/action/HelloWorldAction.java |  6 +--
 http-session/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/register/action/Register.java| 53 ++--
 interceptors/src/main/resources/log4j2.xml |  1 -
 .../example/jasperreports/action/JasperAction.java |  2 +-
 jasperreports/src/main/resources/log4j2.xml|  1 -
 .../main/java/org/apache/struts/example/Chart.java |  2 +-
 jfreechart/src/main/resources/log4j2.xml   |  1 -
 .../src/main/java/org/demo/ProduceAction.java  |  2 +-
 json-customize/src/main/resources/log4j2.xml   |  1 -
 json/src/main/java/org/demo/ConsumeAction.java |  2 +-
 json/src/main/java/org/demo/ProduceAction.java |  2 +-
 json/src/main/resources/log4j2.xml |  1 -
 .../mailreader2/AuthenticationInterceptor.java | 10 ++--
 .../examples/mailreader2/MailreaderSupport.java|  2 +-
 .../examples/mailreader2/SubscriptionAction.java   |  2 +-
 mailreader2/src/main/resources/log4j2.xml  |  1 -
 mailreader2/src/main/webapp/tour.html  |  6 +--
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java| 52 ++--
 message-resource/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/example/HelloWorld1.java |  2 +-
 .../org/apache/struts/example/HelloWorld2.java |  2 +-
 message-store/src/main/resources/log4j2.xml|  2 -
 pom.xml|  2 +-
 .../org/apache/struts/edit/action/EditActi

(struts-examples) branch feature/struts7 created (now fdfd803)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/struts7
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


  at fdfd803  Migrates to Struts 7

This branch includes the following new commits:

 new fdfd803  Migrates to Struts 7

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.




(struts-examples) branch feature/struts7 updated (fdfd803 -> 99fdcc5)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/struts7
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 discard fdfd803  Migrates to Struts 7
 add 99fdcc5  Migrates to Struts 7

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fdfd803)
\
 N -- N -- N   refs/heads/feature/struts7 (99fdcc5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-site) branch feature/ann-struts-7 updated (722732cda -> 3d3404b19)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/ann-struts-7
in repository https://gitbox.apache.org/repos/asf/struts-site.git


omit 722732cda Adds an announcement about Struts 7.0.0
 add 3d3404b19 Adds an announcement about Struts 7.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (722732cda)
\
 N -- N -- N   refs/heads/feature/ann-struts-7 (3d3404b19)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 source/index.html | 6 --
 1 file changed, 6 deletions(-)



(struts-site) branch asf-staging updated: Updates stage by Jenkins

2024-12-19 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 857c230f8 Updates stage by Jenkins
857c230f8 is described below

commit 857c230f8b743833ed729d7e600a0801f5cbdd24
Author: jenkins 
AuthorDate: Thu Dec 19 18:21:07 2024 +

Updates stage by Jenkins
---
 content/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index fdaf63f41..6c5e9df11 100644
--- a/content/index.html
+++ b/content/index.html
@@ -169,7 +169,7 @@
   
 Apache Struts 7.0.0 GA
 
-  Apache Struts 7.0.0 GA has been releasedon 10 December 2024.
+  Apache Struts 7.0.0 GA has been releasedon 19 December 2024.
 
 Read more in Announcement or in
 https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0";>Version
 notes



(struts-site) branch asf-staging updated: Updates stage by Jenkins

2024-12-19 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 c0a60dd3e Updates stage by Jenkins
c0a60dd3e is described below

commit c0a60dd3ef2647577480f0402db89c67a55a7f2d
Author: jenkins 
AuthorDate: Thu Dec 19 18:14:02 2024 +

Updates stage by Jenkins
---
 content/announce-2024.html |  29 +++-
 content/download.html  | 107 -
 content/index.html |  18 
 content/releases.html  |   2 +-
 4 files changed, 67 insertions(+), 89 deletions(-)

diff --git a/content/announce-2024.html b/content/announce-2024.html
index 4ffe576c2..63cfbac35 100644
--- a/content/announce-2024.html
+++ b/content/announce-2024.html
@@ -156,6 +156,33 @@
   Skip to: Announcements - 2023
 
 
+19 December 2024 - Apache Struts version 7.0.0 General 
Availability
+
+The Apache Struts group is pleased to announce that Apache Struts version 
7.0.0 is available as a “General Availability”
+release. The GA designation is our highest quality grade.
+
+The Apache Struts is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
+The framework has been designed to streamline the full development cycle, from 
building, to deploying,
+to maintaining applications over time.
+
+Please read the https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration";>Migration
 Guide to find more details about 
+how to adopt a new version.
+
+
+  Please read the https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0";>Version
 Notes to find more details about performed
+bug fixes and improvements.
+
+
+All developers are strongly advised to perform this 
upgrade.
+
+The 7.x series of the Apache Struts framework has a minimum requirement of 
the following specification versions:
+Java 17 and JakartaEE.
+
+Should any issues arise with your use of any version of the Struts 
framework, please post your comments to the user list,
+and, if appropriate, file https://issues.apache.org/jira/projects/WW/";>a tracking ticket.
+
+You can download this version from our download page.
+
 10 December 2024 - CVE-2024-53677 File upload logic is 
flawed
 
 The Apache Struts group recommends upgrading to Apache Struts version 6.4.0 
at least and migrating to 
@@ -176,7 +203,7 @@ and, if appropriate, file https://issues.apache.org/jira/projects/WW/";>
 
 17 November 2024 - Apache Struts version 6.7.0 General 
Availability
 
-The Apache Struts group is pleased to announce that Apache Struts version 
6.6.7 is available as a “General Availability”
+The Apache Struts group is pleased to announce that Apache Struts version 
6.7.0 is available as a “General Availability”
 release. The GA designation is our highest quality grade.
 
 The Apache Struts is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
diff --git a/content/download.html b/content/download.html
index 89afaa215..5f8990899 100644
--- a/content/download.html
+++ b/content/download.html
@@ -153,8 +153,7 @@
 
 
   Full Releases

-  Struts 
6.7.0
-  Struts 
2.5.33
+  Struts 
7.0.0
 
   
   Prior 
releases
@@ -173,109 +172,61 @@ main distribution directory.
 
 Full Releases
 
-Struts 6.7.0
+Struts 7.0.0
 
-The Apache Struts 6.7.0  is an elegant, 
extensible framework
+The Apache Struts 7.0.0  is an elegant, 
extensible framework
 for creating enterprise-ready Java web applications. It is available in a full 
distribution, or as separate library, 
-source, example and documentation distributions. Struts 6.7.0 is the “best 
available” 
+source, example and documentation distributions. Struts 7.0.0 is the “best 
available” 
 version of Struts in the 6.x series.
 
 
-  https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.7.0";>Version
 Notes
+  https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0";>Version
 Notes
   Source:
 
-  struts-6.7.0-src.zip 
(6.8MB)
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-src.zip.asc";>PGP
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-src.zip.sha256";>SHA256
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-src.zip.sha512";>SHA512
+  struts-7.0.0-src.zip 
(6.8MB)
+https://downloads.apache.org/struts/7.0.0/struts-7.0.0-src.zip.asc";>PGP
+https://downloads.apache.org/struts/7.0.0/struts-7.0.0-src.zip.sha256";>SHA256
+https://downloads.apache.org/struts/7.0.0/struts-7.0.0-src.zip.sha512";>SHA512
 
   
   Full Distribution:
 
-  struts-6.7.0-all.zip 
(70MB)
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-all.zip.asc";>PGP
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-all.zip.sha256";>SHA256
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-all.zip.sha512";>SHA512
+  struts-7.0.0-all.zip 
(70MB)
+htt

(struts-examples) branch feature/multiple-decorators updated (485c96e -> 76fe943)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/multiple-decorators
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 discard 485c96e  Uses final Struts 7 version
omit 57a6130  Extends example with Sitemesh 3 to support multiple decorators
 add 6edf340  Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0
 add 0395921  Merge pull request #379 from 
apache/dependabot/maven/jakarta.servlet-jakarta.servlet-api-6.1.0
 add d997bed  Bump shiro.version from 2.0.0 to 2.0.1
 add 288abeb  Merge pull request #380 from 
apache/dependabot/maven/shiro.version-2.0.1
 add 282c3a8  Bump log4j2.version from 2.23.1 to 2.24.1
 add 9c0e00d  Merge pull request #382 from 
apache/dependabot/maven/log4j2.version-2.24.1
 add f17c050  Bump actions/cache from 4.0.2 to 4.1.2
 add 7599eb8  Merge pull request #386 from 
apache/dependabot/github_actions/actions/cache-4.1.2
 add 37b8777  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 
to 3.11.1
 add 4514323  Merge pull request #387 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.1
 add e8b53f0  Bump jakarta.servlet.jsp:jakarta.servlet.jsp-api from 3.1.0 
to 4.0.0
 add eb1d1c6  Merge pull request #381 from 
apache/dependabot/maven/jakarta.servlet.jsp-jakarta.servlet.jsp-api-4.0.0
 add 08b3f3d  Bump actions/checkout from 4.1.7 to 4.2.2
 add 8ae9f12  Merge pull request #385 from 
apache/dependabot/github_actions/actions/checkout-4.2.2
 add 16971a9  Bump net.sf.jasperreports:jasperreports from 7.0.0 to 7.0.1
 add 7698956  Merge pull request #390 from 
apache/dependabot/maven/net.sf.jasperreports-jasperreports-7.0.1
 add a0eef4b  Bump shiro.version from 2.0.1 to 2.0.2
 add 78071bd  Merge pull request #391 from 
apache/dependabot/maven/shiro.version-2.0.2
 add 97b614e  Bump org.springframework:spring-web from 6.1.12 to 6.2.0
 add 76704a7  Merge pull request #392 from 
apache/dependabot/maven/org.springframework-spring-web-6.2.0
 add 573ace6  Bump jakarta.el:jakarta.el-api from 5.0.0 to 6.0.1
 add 356a256  Merge pull request #393 from 
apache/dependabot/maven/jakarta.el-jakarta.el-api-6.0.1
 add 56cdbd0  Bump org.jfree:jfreechart from 1.5.4 to 1.5.5
 add 04e5f36  Merge pull request #394 from 
apache/dependabot/maven/org.jfree-jfreechart-1.5.5
 add 0afbfec  Bump log4j2.version from 2.24.1 to 2.24.2
 add 03e0cd3  Merge pull request #395 from 
apache/dependabot/maven/log4j2.version-2.24.2
 add 930b93a  Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.2.5 to 3.5.2
 add daff46e  Merge pull request #398 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2
 add d461e64  Bump actions/cache from 4.1.2 to 4.2.0
 add b8cccdb  Merge pull request #400 from 
apache/dependabot/github_actions/actions/cache-4.2.0
 add 04b3baa  Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.11.1 to 3.11.2
 add e12cb3c  Merge pull request #402 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
 add b92c8d0  Extends example with Sitemesh 3 to support multiple decorators
 add 76fe943  Uses final Struts 7 version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (485c96e)
\
 N -- N -- N   refs/heads/feature/multiple-decorators (76fe943)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml | 4 ++--
 bean-validation/pom.xml | 2 +-
 jasperreports/pom.xml   | 2 +-
 jfreechart/pom.xml  | 2 +-
 pom.xml | 8 
 quarkus/pom.xml | 2 +-
 rest-angular/pom.xml| 2 +-
 shiro-basic/pom.xml | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)



(struts-examples) branch main updated (04e5f36 -> 03e0cd3)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from 04e5f36  Merge pull request #394 from 
apache/dependabot/maven/org.jfree-jfreechart-1.5.5
 add 0afbfec  Bump log4j2.version from 2.24.1 to 2.24.2
 new 03e0cd3  Merge pull request #395 from 
apache/dependabot/maven/log4j2.version-2.24.2

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch main updated (03e0cd3 -> daff46e)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from 03e0cd3  Merge pull request #395 from 
apache/dependabot/maven/log4j2.version-2.24.2
 add 930b93a  Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.2.5 to 3.5.2
 new daff46e  Merge pull request #398 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2

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:
 quarkus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) 01/01: Merge pull request #395 from apache/dependabot/maven/log4j2.version-2.24.2

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 03e0cd3e822c205701c57016215a0d4df47af416
Merge: 04e5f36 0afbfec
Author: Lukasz Lenart 
AuthorDate: Thu Dec 19 19:12:59 2024 +0100

Merge pull request #395 from apache/dependabot/maven/log4j2.version-2.24.2

Bump log4j2.version from 2.24.1 to 2.24.2

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) 01/01: Merge pull request #398 from apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit daff46e65edb4bbdba5cb6ad4924d0371a8f22fd
Merge: 03e0cd3 930b93a
Author: Lukasz Lenart 
AuthorDate: Thu Dec 19 19:13:07 2024 +0100

Merge pull request #398 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2

Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.5.2

 quarkus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2 deleted (was 04b3baa)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was 04b3baa  Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.11.1 to 3.11.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) branch main updated (daff46e -> b8cccdb)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from daff46e  Merge pull request #398 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2
 add d461e64  Bump actions/cache from 4.1.2 to 4.2.0
 new b8cccdb  Merge pull request #400 from 
apache/dependabot/github_actions/actions/cache-4.2.0

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:
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch dependabot/github_actions/actions/cache-4.2.0 deleted (was d461e64)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/github_actions/actions/cache-4.2.0
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was d461e64  Bump actions/cache from 4.1.2 to 4.2.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) branch feature/multiple-decorators updated (57a6130 -> 485c96e)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/multiple-decorators
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from 57a6130  Extends example with Sitemesh 3 to support multiple decorators
 add 485c96e  Uses final Struts 7 version

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) 01/01: Merge pull request #400 from apache/dependabot/github_actions/actions/cache-4.2.0

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit b8cccdb2c972bfbff3578179fddf9c9a2a25e0f9
Merge: daff46e d461e64
Author: Lukasz Lenart 
AuthorDate: Thu Dec 19 19:13:17 2024 +0100

Merge pull request #400 from 
apache/dependabot/github_actions/actions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0

 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) 01/01: Adds info about homepage and descritpion to Github repo

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/homepage
in repository https://gitbox.apache.org/repos/asf/struts.git

commit dba7510984c97a9fe9ffa6f6a6c1cda95e08c981
Author: Lukasz Lenart 
AuthorDate: Fri Dec 20 07:47:53 2024 +0100

Adds info about homepage and descritpion to Github repo
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 66560aabe..b8148da8d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,6 +11,8 @@ notifications:
   jira_options: link label worklog
 
 github:
+  description: "Apache Struts is a free, open-source, MVC framework for 
creating elegant, modern Java web applications"
+  homepage: https://struts.apache.org/
   del_branch_on_merge: true
   protected_branches:
 main:



(struts) branch feature/homepage created (now dba751098)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/homepage
in repository https://gitbox.apache.org/repos/asf/struts.git


  at dba751098 Adds info about homepage and descritpion to Github repo

This branch includes the following new commits:

 new dba751098 Adds info about homepage and descritpion to Github repo

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.




(struts) branch main updated (d7188c18d -> 0bcb6516b)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


from d7188c18d Merge pull request #1149 from 
apache/dependabot/github_actions/github/codeql-action-3.27.9
 add dba751098 Adds info about homepage and descritpion to Github repo
 new 0bcb6516b Merge pull request #1151 from apache/feature/homepage

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:
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)



(struts) branch feature/homepage deleted (was dba751098)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/homepage
in repository https://gitbox.apache.org/repos/asf/struts.git


 was dba751098 Adds info about homepage and descritpion to Github repo

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts) 01/01: Merge pull request #1151 from apache/feature/homepage

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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

commit 0bcb6516bfe004e5b476449a6b00a870432eb856
Merge: d7188c18d dba751098
Author: Lukasz Lenart 
AuthorDate: Fri Dec 20 08:06:38 2024 +0100

Merge pull request #1151 from apache/feature/homepage

Adds info about homepage and descritpion to Github repo

 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)



Error while running github feature from refs/heads/main:.asf.yaml in struts!

2024-12-19 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
[GitHub] Request error with message: "Branch not found". (status code: 404)



(struts-examples) branch dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16 updated (c17de03 -> b01bbd2)

2024-12-19 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.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 discard c17de03  Bump org.eclipse.jetty.ee8:jetty-ee8-maven-plugin from 12.0.8 
to 12.0.16
 add 0afbfec  Bump log4j2.version from 2.24.1 to 2.24.2
 add 03e0cd3  Merge pull request #395 from 
apache/dependabot/maven/log4j2.version-2.24.2
 add 930b93a  Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.2.5 to 3.5.2
 add daff46e  Merge pull request #398 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2
 add d461e64  Bump actions/cache from 4.1.2 to 4.2.0
 add b8cccdb  Merge pull request #400 from 
apache/dependabot/github_actions/actions/cache-4.2.0
 add 04b3baa  Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.11.1 to 3.11.2
 add e12cb3c  Merge pull request #402 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
 add 99fdcc5  Migrates to Struts 7
 add b2ed942  Merge pull request #405 from apache/feature/struts7
 add 30033a6  Extends example with Sitemesh 3 to support multiple decorators
 add 6889ad2  Merge pull request #389 from 
apache/feature/multiple-decorators
 add b01bbd2  Bump org.eclipse.jetty.ee8:jetty-ee8-maven-plugin from 12.0.8 
to 12.0.16

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c17de03)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16
 (b01bbd2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml|  4 +-
 .../java/org/apache/struts_examples/ActionA.java   |  2 +-
 .../java/org/apache/struts_examples/ActionB.java   |  2 +-
 .../src/main/java/example/actions/HelloAction.java |  3 +-
 .../main/java/example/actions/RegisterAction.java  |  2 +-
 annotations/src/main/resources/log4j2.xml  |  1 -
 basic-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 bean-validation/src/main/resources/log4j2.xml  |  1 -
 blank/src/main/java/example/ExampleSupport.java|  2 +-
 blank/src/main/resources/log4j2.xml|  1 -
 blank/src/test/java/example/ConfigTest.java| 10 ++--
 blank/src/test/java/example/HelloWorldTest.java|  2 +-
 blank/src/test/java/example/LoginTest.java |  4 +-
 .../struts/helloworld/action/HelloWorldAction.java | 22 -
 coding-actions/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 control-tags/src/main/resources/log4j2.xml |  1 -
 .../apache/struts/crud/action/PersonAction.java| 16 +++
 crud/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  7 ++-
 debugging-struts/src/main/resources/log4j2.xml |  1 -
 .../org/apache/struts_example/IndexAction.java |  4 +-
 dynamic-href/src/main/resources/log4j2.xml |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register/action/Register.java|  8 ++--
 exception-handling/src/main/resources/log4j2.xml   |  1 -
 .../org/apache/struts/edit/action/EditAction.java  | 22 -
 exclude-parameters/src/main/resources/log4j2.xml   |  1 -
 expression-cache/pom.xml   |  1 -
 .../java/org/apache/struts/cache/CustomOEC.java|  2 +-
 .../org/apache/struts/cache/CustomOECFactory.java  | 30 ++--
 .../java/org/apache/struts/cache/CustomOELRUC.java |  2 +-
 .../java/org/apache/struts/cache/IndexAction.java  |  2 +-
 expression-cache/src/main/resources/struts.xml |  2 +-
 .../java/org/apache/struts/example/Upload.java |  2 +-
 file-upload/src/main/resources/log4j2.xml  |  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 24 +-
 .../apache/struts/register/action/Register.java|  2 +-
 form-processing/src/main/resources/log4j2.xml  |  1 -
 .../org/apache/struts/edit/action/EditAction.java  |  2 +-
 form-tags/src/main/resources/log4j2.xml|  1 -
 .../struts/helloworld/action/HelloWorldAction.java | 34 +++--
 .../apache/struts/register

(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.4 deleted (was 6778093)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.4
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was 6778093  Bump io.quarkus:quarkus-universe-bom from 3.13.0 to 3.17.4

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5 created (now 503d5f6)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


  at 503d5f6  Bump io.quarkus:quarkus-universe-bom from 3.13.0 to 3.17.5

No new revisions were added by this update.



(struts-site) branch asf-site updated: Automatic Site Publish by Buildbot

2024-12-19 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 194b144d0 Automatic Site Publish by Buildbot
194b144d0 is described below

commit 194b144d05dc5ea1ea3e2082da1f608b4dbd727c
Author: buildbot 
AuthorDate: Fri Dec 20 05:58:58 2024 +

Automatic Site Publish by Buildbot
---
 output/announce-2024.html |  29 -
 output/download.html  | 107 +-
 output/index.html |  24 ---
 output/releases.html  |   2 +-
 4 files changed, 67 insertions(+), 95 deletions(-)

diff --git a/output/announce-2024.html b/output/announce-2024.html
index 4ffe576c2..63cfbac35 100644
--- a/output/announce-2024.html
+++ b/output/announce-2024.html
@@ -156,6 +156,33 @@
   Skip to: Announcements - 2023
 
 
+19 December 2024 - Apache Struts version 7.0.0 General 
Availability
+
+The Apache Struts group is pleased to announce that Apache Struts version 
7.0.0 is available as a “General Availability”
+release. The GA designation is our highest quality grade.
+
+The Apache Struts is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
+The framework has been designed to streamline the full development cycle, from 
building, to deploying,
+to maintaining applications over time.
+
+Please read the https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration";>Migration
 Guide to find more details about 
+how to adopt a new version.
+
+
+  Please read the https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0";>Version
 Notes to find more details about performed
+bug fixes and improvements.
+
+
+All developers are strongly advised to perform this 
upgrade.
+
+The 7.x series of the Apache Struts framework has a minimum requirement of 
the following specification versions:
+Java 17 and JakartaEE.
+
+Should any issues arise with your use of any version of the Struts 
framework, please post your comments to the user list,
+and, if appropriate, file https://issues.apache.org/jira/projects/WW/";>a tracking ticket.
+
+You can download this version from our download page.
+
 10 December 2024 - CVE-2024-53677 File upload logic is 
flawed
 
 The Apache Struts group recommends upgrading to Apache Struts version 6.4.0 
at least and migrating to 
@@ -176,7 +203,7 @@ and, if appropriate, file https://issues.apache.org/jira/projects/WW/";>
 
 17 November 2024 - Apache Struts version 6.7.0 General 
Availability
 
-The Apache Struts group is pleased to announce that Apache Struts version 
6.6.7 is available as a “General Availability”
+The Apache Struts group is pleased to announce that Apache Struts version 
6.7.0 is available as a “General Availability”
 release. The GA designation is our highest quality grade.
 
 The Apache Struts is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
diff --git a/output/download.html b/output/download.html
index 89afaa215..5f8990899 100644
--- a/output/download.html
+++ b/output/download.html
@@ -153,8 +153,7 @@
 
 
   Full Releases

-  Struts 
6.7.0
-  Struts 
2.5.33
+  Struts 
7.0.0
 
   
   Prior 
releases
@@ -173,109 +172,61 @@ main distribution directory.
 
 Full Releases
 
-Struts 6.7.0
+Struts 7.0.0
 
-The Apache Struts 6.7.0  is an elegant, 
extensible framework
+The Apache Struts 7.0.0  is an elegant, 
extensible framework
 for creating enterprise-ready Java web applications. It is available in a full 
distribution, or as separate library, 
-source, example and documentation distributions. Struts 6.7.0 is the “best 
available” 
+source, example and documentation distributions. Struts 7.0.0 is the “best 
available” 
 version of Struts in the 6.x series.
 
 
-  https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.7.0";>Version
 Notes
+  https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0";>Version
 Notes
   Source:
 
-  struts-6.7.0-src.zip 
(6.8MB)
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-src.zip.asc";>PGP
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-src.zip.sha256";>SHA256
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-src.zip.sha512";>SHA512
+  struts-7.0.0-src.zip 
(6.8MB)
+https://downloads.apache.org/struts/7.0.0/struts-7.0.0-src.zip.asc";>PGP
+https://downloads.apache.org/struts/7.0.0/struts-7.0.0-src.zip.sha256";>SHA256
+https://downloads.apache.org/struts/7.0.0/struts-7.0.0-src.zip.sha512";>SHA512
 
   
   Full Distribution:
 
-  struts-6.7.0-all.zip 
(70MB)
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-all.zip.asc";>PGP
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-all.zip.sha256";>SHA256
-https://downloads.apache.org/struts/6.7.0/struts-6.7.0-all.zip.sha512";>SHA512
+  struts-7.0.0-all.zip 
(70

(struts-examples) branch main updated (b2ed942 -> 6889ad2)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from b2ed942  Merge pull request #405 from apache/feature/struts7
 add 30033a6  Extends example with Sitemesh 3 to support multiple decorators
 new 6889ad2  Merge pull request #389 from 
apache/feature/multiple-decorators

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:
 .../struts/examples/sitemesh3/HelloAction.java | 43 ++
 sitemesh3/src/main/resources/struts.xml| 14 ---
 .../main/webapp/WEB-INF/decorators/decorator.html  |  3 +-
 .../decorators/{decorator.html => decorator1.html} |  3 +-
 .../decorators/{decorator.html => decorator2.html} |  3 +-
 sitemesh3/src/main/webapp/WEB-INF/error.jsp| 16 
 sitemesh3/src/main/webapp/WEB-INF/hello.jsp| 27 --
 sitemesh3/src/main/webapp/WEB-INF/hello1.jsp   | 18 +
 sitemesh3/src/main/webapp/WEB-INF/hello2.jsp   | 18 +
 sitemesh3/src/main/webapp/WEB-INF/index.jsp| 14 +++
 sitemesh3/src/main/webapp/WEB-INF/sitemesh3.xml|  5 ++-
 sitemesh3/src/main/webapp/index.html   |  2 +-
 12 files changed, 128 insertions(+), 38 deletions(-)
 create mode 100644 
sitemesh3/src/main/java/org/apache/struts/examples/sitemesh3/HelloAction.java
 copy sitemesh3/src/main/webapp/WEB-INF/decorators/{decorator.html => 
decorator1.html} (84%)
 copy sitemesh3/src/main/webapp/WEB-INF/decorators/{decorator.html => 
decorator2.html} (84%)
 create mode 100644 sitemesh3/src/main/webapp/WEB-INF/error.jsp
 delete mode 100644 sitemesh3/src/main/webapp/WEB-INF/hello.jsp
 create mode 100644 sitemesh3/src/main/webapp/WEB-INF/hello1.jsp
 create mode 100644 sitemesh3/src/main/webapp/WEB-INF/hello2.jsp
 create mode 100644 sitemesh3/src/main/webapp/WEB-INF/index.jsp



(struts-site) branch main updated (e2e6ce6a6 -> e7f25fe06)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-site.git


from e2e6ce6a6 Updates the main branch
 add 3d3404b19 Adds an announcement about Struts 7.0.0
 new e7f25fe06 Merge pull request #258 from apache/feature/ann-struts-7

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:
 _config.yml | 21 -
 source/announce-2024.md | 27 ++-
 source/download.md  | 28 
 source/index.html   |  6 --
 4 files changed, 34 insertions(+), 48 deletions(-)



(struts-site) 01/01: Merge pull request #258 from apache/feature/ann-struts-7

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit e7f25fe060f28cfd9f01eeb01a9278e1054afa82
Merge: e2e6ce6a6 3d3404b19
Author: Lukasz Lenart 
AuthorDate: Fri Dec 20 06:58:16 2024 +0100

Merge pull request #258 from apache/feature/ann-struts-7

Adds an announcement about Struts 7.0.0

 _config.yml | 21 -
 source/announce-2024.md | 27 ++-
 source/download.md  | 28 
 source/index.html   |  6 --
 4 files changed, 34 insertions(+), 48 deletions(-)



(struts-examples) branch feature/multiple-decorators deleted (was 30033a6)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/multiple-decorators
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was 30033a6  Extends example with Sitemesh 3 to support multiple decorators

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-site) branch feature/ann-struts-7 deleted (was 3d3404b19)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/ann-struts-7
in repository https://gitbox.apache.org/repos/asf/struts-site.git


 was 3d3404b19 Adds an announcement about Struts 7.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) branch dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16 deleted (was b01bbd2)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was b01bbd2  Bump org.eclipse.jetty.ee8:jetty-ee8-maven-plugin from 12.0.8 
to 12.0.16

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) 01/01: Merge pull request #404 from apache/dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit a19e36580cefeea7f161b24c54beace8ad98ef8c
Merge: 6889ad2 b01bbd2
Author: Lukasz Lenart 
AuthorDate: Fri Dec 20 07:02:46 2024 +0100

Merge pull request #404 from 
apache/dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16

Bump org.eclipse.jetty.ee8:jetty-ee8-maven-plugin from 12.0.8 to 12.0.16

 jasperreports/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch main updated (6889ad2 -> a19e365)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from 6889ad2  Merge pull request #389 from 
apache/feature/multiple-decorators
 add b01bbd2  Bump org.eclipse.jetty.ee8:jetty-ee8-maven-plugin from 12.0.8 
to 12.0.16
 new a19e365  Merge pull request #404 from 
apache/dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16

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:
 jasperreports/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch main updated (a19e365 -> 0c5bc9d)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from a19e365  Merge pull request #404 from 
apache/dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16
 add 503d5f6  Bump io.quarkus:quarkus-universe-bom from 3.13.0 to 3.17.5
 new 0c5bc9d  Merge pull request #406 from 
apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5

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:
 quarkus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) 01/01: Merge pull request #406 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 0c5bc9df0d63e2035382d5741b2f68e42d543dd7
Merge: a19e365 503d5f6
Author: Lukasz Lenart 
AuthorDate: Fri Dec 20 07:02:58 2024 +0100

Merge pull request #406 from 
apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5

Bump io.quarkus:quarkus-universe-bom from 3.13.0 to 3.17.5

 quarkus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5 deleted (was 503d5f6)

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was 503d5f6  Bump io.quarkus:quarkus-universe-bom from 3.13.0 to 3.17.5

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) 01/01: Merge pull request #389 from apache/feature/multiple-decorators

2024-12-19 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 6889ad2e99fc2429bffe0328ae6352a82c8a6e80
Merge: b2ed942 30033a6
Author: Lukasz Lenart 
AuthorDate: Fri Dec 20 06:58:28 2024 +0100

Merge pull request #389 from apache/feature/multiple-decorators

Sitemesh 3: multiple decorators

 .../struts/examples/sitemesh3/HelloAction.java | 43 ++
 sitemesh3/src/main/resources/struts.xml| 14 ---
 .../main/webapp/WEB-INF/decorators/decorator.html  |  3 +-
 .../decorators/{decorator.html => decorator1.html} |  3 +-
 .../decorators/{decorator.html => decorator2.html} |  3 +-
 sitemesh3/src/main/webapp/WEB-INF/error.jsp| 16 
 sitemesh3/src/main/webapp/WEB-INF/hello.jsp| 27 --
 sitemesh3/src/main/webapp/WEB-INF/hello1.jsp   | 18 +
 sitemesh3/src/main/webapp/WEB-INF/hello2.jsp   | 18 +
 sitemesh3/src/main/webapp/WEB-INF/index.jsp| 14 +++
 sitemesh3/src/main/webapp/WEB-INF/sitemesh3.xml|  5 ++-
 sitemesh3/src/main/webapp/index.html   |  2 +-
 12 files changed, 128 insertions(+), 38 deletions(-)