(struts) branch master updated (c6d13f101 -> 929a60184)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from c6d13f101 [maven-release-plugin] prepare for next development iteration add efa20426c WW-5406 Ensure Action excluded patterns are reinjected add 1a6e2fef7 WW-5406 Add deprecation JavaDocs add ed0c7287d WW-5406 Revert breaking API change new 929a60184 Merge pull request #910 from apache/WW-5406-excluded-patterns 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: .../org/apache/struts2/dispatcher/Dispatcher.java | 29 .../apache/struts2/dispatcher/InitOperations.java | 25 +-- .../struts2/dispatcher/PrepareOperations.java | 18 +++-- .../filter/StrutsPrepareAndExecuteFilter.java | 10 ++- .../dispatcher/filter/StrutsPrepareFilter.java | 10 ++- .../apache/struts2/dispatcher/DispatcherTest.java | 26 +++ .../struts2/dispatcher/InitOperationsTest.java | 86 -- ...rutsPrepareAndExecuteFilterIntegrationTest.java | 13 +--- 8 files changed, 86 insertions(+), 131 deletions(-) delete mode 100644 core/src/test/java/org/apache/struts2/dispatcher/InitOperationsTest.java
(struts) 01/01: Merge pull request #910 from apache/WW-5406-excluded-patterns
This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 929a60184bfc0d718cb3880bd49e1a75e3c2c294 Merge: c6d13f101 ed0c7287d Author: Kusal Kithul-Godage AuthorDate: Thu Apr 11 14:27:31 2024 +1000 Merge pull request #910 from apache/WW-5406-excluded-patterns WW-5406 Ensure Action excluded patterns are reinjected .../org/apache/struts2/dispatcher/Dispatcher.java | 29 .../apache/struts2/dispatcher/InitOperations.java | 25 +-- .../struts2/dispatcher/PrepareOperations.java | 18 +++-- .../filter/StrutsPrepareAndExecuteFilter.java | 10 ++- .../dispatcher/filter/StrutsPrepareFilter.java | 10 ++- .../apache/struts2/dispatcher/DispatcherTest.java | 26 +++ .../struts2/dispatcher/InitOperationsTest.java | 86 -- ...rutsPrepareAndExecuteFilterIntegrationTest.java | 13 +--- 8 files changed, 86 insertions(+), 131 deletions(-)
(struts) branch WW-5406-excluded-patterns deleted (was ed0c7287d)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch WW-5406-excluded-patterns in repository https://gitbox.apache.org/repos/asf/struts.git was ed0c7287d WW-5406 Revert breaking API change The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.