This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-6 in repository https://gitbox.apache.org/repos/asf/struts.git
omit 882eb16d3 WW-3714 Deprecate and migrate AbstractInterceptor and MethodFilterInterceptor omit d148a22e8 WW-3714 Deprecate and migrate ActionSupport add 54659ba26 WW-3714 Marker interface migration follow-up add e1a467e4c WW-3714 Deprecate and migrate ActionSupport add f908a32df WW-3714 Deprecate and migrate AbstractInterceptor and MethodFilterInterceptor 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 (882eb16d3) \ N -- N -- N refs/heads/kusal-depr-apis-6 (f908a32df) 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: .../xwork2/interceptor/AliasInterceptor.java | 9 ++-- .../xwork2/interceptor/ChainingInterceptor.java | 15 ++++--- .../interceptor/ConversionErrorInterceptor.java | 1 + .../interceptor/DefaultWorkflowInterceptor.java | 3 ++ .../xwork2/interceptor/ModelDrivenInterceptor.java | 2 +- .../xwork2/interceptor/PrepareInterceptor.java | 4 +- .../interceptor/ScopedModelDrivenInterceptor.java | 1 + .../interceptor/StaticParametersInterceptor.java | 3 +- .../xwork2/util/StrutsLocalizedTextProvider.java | 6 +-- .../xwork2/validator/ValidationInterceptor.java | 52 +++++++++++----------- .../interceptor/BeanValidationInterceptor.java | 2 +- .../apache/struts2/validators/DWRValidator.java | 2 +- .../java/org/apache/struts2/json/JSONResult.java | 2 +- .../struts2/json/JSONValidationInterceptor.java | 8 ++-- .../interceptor/OValValidationInterceptor.java | 3 +- .../struts2/rest/ContentTypeInterceptor.java | 2 +- .../apache/struts2/rest/RestActionInvocation.java | 12 +++-- .../struts2/rest/RestWorkflowInterceptor.java | 2 +- .../struts2/rest/handler/XStreamHandler.java | 2 +- 19 files changed, 72 insertions(+), 59 deletions(-)