This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch 7.0.x/WW-5411-delete-deprecated in repository https://gitbox.apache.org/repos/asf/struts.git
omit f73897435 WW-5411 Delete deprecated code part 5 add 4e4cf468a WW-5411 Delete deprecated code part 5 add aec78dd16 WW-5411 Misc code cleanup 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 (f73897435) \ N -- N -- N refs/heads/7.0.x/WW-5411-delete-deprecated (aec78dd16) 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: .../showcase/application/TestDataProvider.java | 23 +++++++++------- .../apache/struts2/showcase/hangman/Hangman.java | 29 +++++++------------- .../org/apache/struts2/showcase/hangman/Vocab.java | 31 ++++++++-------------- .../com/opensymphony/xwork2/ActionSupport.java | 8 ++++-- .../opensymphony/xwork2/DefaultTextProvider.java | 4 +-- .../opensymphony/xwork2/inject/ContainerImpl.java | 2 +- .../opensymphony/xwork2/ognl/OgnlValueStack.java | 2 ++ .../xwork2/ognl/SecurityMemberAccess.java | 29 ++++++++------------ .../xwork2/util/StrutsLocalizedTextProvider.java | 2 +- .../xwork2/util/fs/DefaultFileManager.java | 9 +++++-- .../factory/PrefixBasedActionProxyFactory.java | 12 ++------- .../debugging/DebuggingInterceptor.java | 11 ++++---- .../result/ServletActionRedirectResult.java | 3 +-- .../struts2/result/ServletRedirectResult.java | 7 +++-- .../struts2/url/StrutsQueryStringParser.java | 3 +-- .../java/org/apache/struts2/util/MakeIterator.java | 4 +-- .../convention/DefaultResultMapBuilder.java | 13 ++++----- 17 files changed, 85 insertions(+), 107 deletions(-)