This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-7 in repository https://gitbox.apache.org/repos/asf/struts.git
omit 7b212c4df WW-3714 Deprecate and migrate assorted Interceptors omit 882eb16d3 WW-3714 Deprecate and migrate AbstractInterceptor and MethodFilterInterceptor omit d148a22e8 WW-3714 Deprecate and migrate ActionSupport add cf24fd316 WW-3714 Marker interface migration follow-up add 9ebed9f2c WW-3714 Deprecate and migrate ActionSupport add 717046f19 WW-3714 Deprecate and migrate AbstractInterceptor and MethodFilterInterceptor add 1b86f8de1 WW-3714 Deprecate and migrate assorted Interceptors 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 (7b212c4df) \ N -- N -- N refs/heads/kusal-depr-apis-7 (1b86f8de1) 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 | 1 + .../xwork2/interceptor/ChainingInterceptor.java | 2 +- .../interceptor/ConversionErrorInterceptor.java | 1 + .../interceptor/DefaultWorkflowInterceptor.java | 3 ++ .../xwork2/interceptor/ModelDrivenInterceptor.java | 2 +- .../xwork2/interceptor/PrepareInterceptor.java | 2 +- .../interceptor/ScopedModelDrivenInterceptor.java | 1 + .../interceptor/StaticParametersInterceptor.java | 1 + .../xwork2/util/StrutsLocalizedTextProvider.java | 6 +-- .../xwork2/validator/ValidationInterceptor.java | 52 +++++++++++----------- .../interceptor/MessageStoreInterceptor.java | 1 - .../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 +- 20 files changed, 58 insertions(+), 49 deletions(-)