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