(struts) branch release/struts-7-0-x updated (90c9dfa92 -> 08f664c0e)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch release/struts-7-0-x in repository https://gitbox.apache.org/repos/asf/struts.git from 90c9dfa92 [maven-release-plugin] prepare for next development iteration add 24e60416f WW-5486 Fixes exposing params added by ServletDispatcherResult add cf260074d WW-5486 Simplifies test to avoid using mocks add a49b5a361 WW-5486 Removes try-catches add 08f664c0e Merge pull request #1123 from apache/fix/WW-5486-request-params No new revisions were added by this update. Summary of changes: .../java/org/apache/struts2/ActionContext.java | 2 + .../org/apache/struts2/dispatcher/Dispatcher.java | 1 - .../result/ServletDispatcherResultTest.java| 145 - 3 files changed, 55 insertions(+), 93 deletions(-)
(struts) branch fix/WW-5486-request-params deleted (was a49b5a361)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/WW-5486-request-params in repository https://gitbox.apache.org/repos/asf/struts.git was a49b5a361 WW-5486 Removes try-catches 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) branch fix/WW-5486-request-params updated (24e60416f -> 9516234e7)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/WW-5486-request-params in repository https://gitbox.apache.org/repos/asf/struts.git from 24e60416f WW-5486 Fixes exposing params added by ServletDispatcherResult add 9516234e7 WW-5486 Simplifies test to avoid using mocks No new revisions were added by this update. Summary of changes: .../result/ServletDispatcherResultTest.java| 120 - 1 file changed, 43 insertions(+), 77 deletions(-)
(struts) branch fix/WW-5486-request-params updated (9516234e7 -> cf260074d)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/WW-5486-request-params in repository https://gitbox.apache.org/repos/asf/struts.git omit 9516234e7 WW-5486 Simplifies test to avoid using mocks add cf260074d WW-5486 Simplifies test to avoid using mocks 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 (9516234e7) \ N -- N -- N refs/heads/fix/WW-5486-request-params (cf260074d) 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: .../test/java/org/apache/struts2/result/ServletDispatcherResultTest.java | 1 + 1 file changed, 1 insertion(+)
(struts) branch fix/WW-5486-request-params updated (cf260074d -> a49b5a361)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/WW-5486-request-params in repository https://gitbox.apache.org/repos/asf/struts.git from cf260074d WW-5486 Simplifies test to avoid using mocks add a49b5a361 WW-5486 Removes try-catches No new revisions were added by this update. Summary of changes: .../result/ServletDispatcherResultTest.java| 24 ++ 1 file changed, 6 insertions(+), 18 deletions(-)