This is an automated email from the ASF dual-hosted git repository.

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


 discard e34fec5  Build(deps-dev): Bump 
org.hibernate.validator:hibernate-validator
     add 49db228  WW-5416 fix: restore default struts.action.extension in 
examples (#541)
     add 3309300  Modernize examples to Apache Struts 7.3.0 (#544)
     add 0e9ced9  Build(deps-dev): Bump 
org.hibernate.validator:hibernate-validator

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   (e34fec5)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.2.Final
 (0e9ced9)

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:
 README.md                                          |   8 +-
 action-chaining/pom.xml                            |   2 +-
 action-chaining/src/main/resources/struts.xml      |   4 +-
 action-chaining/src/main/webapp/WEB-INF/web.xml    |   6 +-
 annotations/pom.xml                                |   4 +-
 .../main/java/example/actions/RegisterAction.java  |   2 +-
 annotations/src/main/webapp/WEB-INF/web.xml        |   7 +-
 basic-struts/README.md                             |   4 +-
 basic-struts/pom.xml                               |   6 +-
 basic-struts/src/main/resources/struts.xml         |   4 +-
 basic-struts/src/main/webapp/WEB-INF/web.xml       |   5 +-
 bean-validation/pom.xml                            |   6 +-
 .../org/apache/struts/edit/action/EditAction.java  |   2 +
 bean-validation/src/main/resources/struts.xml      |   4 +-
 bean-validation/src/main/webapp/WEB-INF/web.xml    |   5 +-
 blank/pom.xml                                      |   4 +-
 blank/src/main/resources/example.xml               |   4 +-
 .../main/resources/example/Login-validation.xml    |   4 +-
 blank/src/main/resources/struts.xml                |   4 +-
 blank/src/main/webapp/WEB-INF/web.xml              |   5 +-
 coding-actions/pom.xml                             |   6 +-
 coding-actions/src/main/resources/struts.xml       |   4 +-
 control-tags/pom.xml                               |   4 +-
 .../struts/edit/action/EditAction-validation.xml   |   2 +-
 control-tags/src/main/resources/struts.xml         |   4 +-
 control-tags/src/main/webapp/WEB-INF/web.xml       |   5 +-
 crud/README.md                                     |   2 +-
 crud/pom.xml                                       |   4 +-
 .../apache/struts/crud/action/PersonAction.java    |   2 +
 .../struts/crud/action/PersonAction-validation.xml |   2 +-
 crud/src/main/resources/struts.xml                 |   4 +-
 crud/src/main/webapp/WEB-INF/web.xml               |   7 +-
 debugging-struts/pom.xml                           |   4 +-
 debugging-struts/src/main/resources/struts.xml     |   4 +-
 debugging-struts/src/main/webapp/WEB-INF/web.xml   |   5 +-
 .../2026-07-23-helloworld-action-extension-404.md  | 264 +++++++
 .../plans/2026-08-14-struts-730-modernization.md   | 769 +++++++++++++++++++++
 ...07-23-helloworld-action-extension-404-design.md |  82 +++
 .../2026-08-14-struts-730-modernization-design.md  | 187 +++++
 dynamic-href/pom.xml                               |   2 +-
 dynamic-href/src/main/resources/struts.xml         |   4 +-
 dynamic-href/src/main/webapp/WEB-INF/web.xml       |   5 +-
 exception-handling/pom.xml                         |   4 +-
 exception-handling/src/main/resources/struts.xml   |   4 +-
 exclude-parameters/pom.xml                         |   4 +-
 .../struts/edit/action/EditAction-validation.xml   |   2 +-
 exclude-parameters/src/main/resources/struts.xml   |   4 +-
 expression-cache/pom.xml                           |   2 +-
 expression-cache/src/main/resources/struts.xml     |   4 +-
 expression-cache/src/main/webapp/WEB-INF/web.xml   |   7 +-
 file-upload/pom.xml                                |   2 +-
 file-upload/src/main/resources/struts.xml          |   4 +-
 form-processing/pom.xml                            |   4 +-
 form-processing/src/main/resources/struts.xml      |   4 +-
 form-tags/pom.xml                                  |   4 +-
 form-tags/src/main/resources/struts.xml            |   4 +-
 form-validation/pom.xml                            |   4 +-
 form-validation/src/main/resources/struts.xml      |   4 +-
 form-xml-validation/pom.xml                        |   4 +-
 .../struts/edit/action/EditAction-validation.xml   |   2 +-
 form-xml-validation/src/main/resources/struts.xml  |   4 +-
 helloworld/pom.xml                                 |   6 +-
 helloworld/src/main/resources/struts.xml           |   5 +-
 http-session/pom.xml                               |   4 +-
 http-session/src/main/resources/struts.xml         |   4 +-
 interceptors/pom.xml                               |   6 +-
 interceptors/src/main/resources/struts.xml         |   4 +-
 jasperreports/README.md                            |   2 +-
 jasperreports/pom.xml                              |   2 +-
 jasperreports/src/main/resources/struts.xml        |   2 +-
 jfreechart/pom.xml                                 |   2 +-
 jfreechart/src/main/resources/struts.xml           |   4 +-
 jfreechart/src/main/webapp/WEB-INF/web.xml         |   7 +-
 json-customize/pom.xml                             |   2 +-
 json-customize/src/main/resources/struts.xml       |   4 +-
 json-customize/src/main/webapp/WEB-INF/web.xml     |   6 +-
 json/pom.xml                                       |   2 +-
 json/src/main/resources/struts.xml                 |   4 +-
 json/src/main/webapp/WEB-INF/web.xml               |   6 +-
 mailreader2/pom.xml                                |   4 +-
 .../examples/mailreader2/MailreaderSupport.java    |   8 +
 .../src/main/resources/mailreader-default.xml      |   4 +-
 .../src/main/resources/mailreader-support.xml      |   4 +-
 .../examples/mailreader2/Login-validation.xml      |   2 +-
 .../Registration-Registration_save-validation.xml  |   2 +-
 .../mailreader2/Registration-validation.xml        |   2 +-
 .../Subscription-Subscription_save-validation.xml  |   2 +-
 .../mailreader2/Subscription-validation.xml        |   2 +-
 mailreader2/src/main/resources/struts.xml          |   4 +-
 mailreader2/src/main/webapp/WEB-INF/web.xml        |   8 +-
 message-resource/pom.xml                           |   4 +-
 message-resource/src/main/resources/struts.xml     |   4 +-
 message-store/pom.xml                              |   2 +-
 message-store/src/main/resources/example.xml       |   4 +-
 message-store/src/main/resources/struts.xml        |   4 +-
 message-store/src/main/webapp/WEB-INF/web.xml      |   6 +-
 pom.xml                                            |  12 +-
 preparable-interface/pom.xml                       |   4 +-
 .../struts/edit/action/EditAction-validation.xml   |   2 +-
 preparable-interface/src/main/resources/struts.xml |   4 +-
 quarkus/README.md                                  |   2 +-
 quarkus/pom.xml                                    |   2 +-
 quarkus/src/main/resources/META-INF/web.xml        |   5 +-
 quarkus/src/main/resources/struts.xml              |   4 +-
 rest-angular/pom.xml                               |   4 +-
 rest-angular/src/main/resources/struts.xml         |   4 +-
 rest-angular/src/main/webapp/WEB-INF/web.xml       |   5 +-
 restful2actionmapper/pom.xml                       |   4 +-
 restful2actionmapper/src/main/resources/struts.xml |   4 +-
 .../src/main/webapp/WEB-INF/web.xml                |   5 +-
 shiro-basic/pom.xml                                |   4 +-
 .../struts2/shiro/example/action/LoginAction.java  |   3 +
 .../shiro/example/action/WelcomeAction.java        |   2 +
 shiro-basic/src/main/resources/struts.xml          |   4 +-
 shiro-basic/src/main/webapp/WEB-INF/web.xml        |   5 +-
 sitemesh3/README.md                                |   6 +-
 sitemesh3/pom.xml                                  |   4 +-
 sitemesh3/src/main/resources/struts.xml            |   5 +-
 sitemesh3/src/main/webapp/WEB-INF/web.xml          |   7 +-
 spring-struts/pom.xml                              |   4 +-
 spring-struts/src/main/resources/struts.xml        |   4 +-
 struts-parameter/pom.xml                           |   2 +-
 struts-parameter/src/main/resources/struts.xml     |   4 +-
 struts-parameter/src/main/webapp/WEB-INF/web.xml   |   7 +-
 text-provider/pom.xml                              |   2 +-
 text-provider/src/main/resources/struts.xml        |   5 +-
 text-provider/src/main/webapp/WEB-INF/web.xml      |   6 +-
 themes-override/pom.xml                            |   6 +-
 .../org/apache/struts/edit/action/EditAction.java  |   2 +
 themes-override/src/main/resources/struts.xml      |   4 +-
 themes-override/src/main/webapp/WEB-INF/web.xml    |   5 +-
 themes/pom.xml                                     |   6 +-
 themes/src/main/resources/struts.xml               |   4 +-
 tiles/README.md                                    |   6 +-
 tiles/pom.xml                                      |   2 +-
 tiles/src/main/resources/example.xml               |   4 +-
 .../org/demo/example/Login-validation.xml          |   4 +-
 tiles/src/main/resources/struts.xml                |   4 +-
 tiles/src/main/webapp/WEB-INF/tiles-2.xml          |   2 +-
 tiles/src/main/webapp/WEB-INF/tiles-2_pl.xml       |   2 +-
 tiles/src/main/webapp/WEB-INF/tiles-ftl-layout.xml |   2 +-
 .../main/webapp/WEB-INF/tiles-ftl-layout_pl.xml    |   2 +-
 tiles/src/main/webapp/WEB-INF/tiles.xml            |   2 +-
 tiles/src/main/webapp/WEB-INF/tiles_pl.xml         |   2 +-
 tiles/src/main/webapp/WEB-INF/web.xml              |   7 +-
 type-conversion/pom.xml                            |   2 +-
 type-conversion/src/main/resources/example.xml     |   4 +-
 type-conversion/src/main/resources/struts.xml      |   4 +-
 type-conversion/src/main/webapp/WEB-INF/web.xml    |   6 +-
 unit-testing/pom.xml                               |   2 +-
 unit-testing/src/main/resources/struts.xml         |   4 +-
 unknown-handler/pom.xml                            |   2 +-
 .../org/apache/strutsexamples/actions/Login.java   |   3 +
 unknown-handler/src/main/resources/struts.xml      |   4 +-
 unknown-handler/src/main/webapp/WEB-INF/tiles.xml  |   4 +-
 unknown-handler/src/main/webapp/WEB-INF/web.xml    |   6 +-
 using-tags/pom.xml                                 |   6 +-
 using-tags/src/main/resources/struts.xml           |   4 +-
 using-tags/src/main/webapp/WEB-INF/web.xml         |   5 +-
 validation-messages/pom.xml                        |   4 +-
 .../apache/struts/validation_messages/Login.java   |   4 +
 .../validation_messages/Login-validation.xml       |   2 +-
 validation-messages/src/main/resources/struts.xml  |   4 +-
 .../src/main/webapp/WEB-INF/web.xml                |   6 +-
 wildcard-method-selection/pom.xml                  |   4 +-
 .../src/main/resources/struts.xml                  |   4 +-
 wildcard-regex/pom.xml                             |   2 +-
 wildcard-regex/src/main/resources/form.xml         |   4 +-
 wildcard-regex/src/main/resources/store.xml        |   4 +-
 wildcard-regex/src/main/resources/struts.xml       |   4 +-
 wildcard-regex/src/main/webapp/WEB-INF/web.xml     |   6 +-
 171 files changed, 1664 insertions(+), 312 deletions(-)
 create mode 100644 
docs/superpowers/plans/2026-07-23-helloworld-action-extension-404.md
 create mode 100644 
docs/superpowers/plans/2026-08-14-struts-730-modernization.md
 create mode 100644 
docs/superpowers/specs/2026-07-23-helloworld-action-extension-404-design.md
 create mode 100644 
docs/superpowers/specs/2026-08-14-struts-730-modernization-design.md

Reply via email to