This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-8 in repository https://gitbox.apache.org/repos/asf/struts.git
discard 8a69ba80b WW-3714 Deprecate and migrate (Field)ValidationSupport discard 3241cdc00 WW-3714 Deprecate and migrate ValidationInterceptor discard 215815c51 WW-3714 Deprecate and migrate Validator interfaces discard a6c4b5220 WW-3714 Deprecate and migrate assorted Interceptors discard 882eb16d3 WW-3714 Deprecate and migrate AbstractInterceptor and MethodFilterInterceptor discard 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 add 3be24a6cb WW-3714 Deprecate and migrate Validator interfaces add 25011e6d6 WW-3714 Deprecate and migrate ValidationInterceptor add eca10d55f WW-3714 Deprecate and migrate (Field)ValidationSupport 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 (8a69ba80b) \ N -- N -- N refs/heads/kusal-depr-apis-8 (eca10d55f) 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: .../opensymphony/xwork2/interceptor/AliasInterceptor.java | 1 + .../xwork2/interceptor/ChainingInterceptor.java | 2 +- .../xwork2/interceptor/ConversionErrorInterceptor.java | 1 + .../xwork2/interceptor/DefaultWorkflowInterceptor.java | 3 +++ .../xwork2/interceptor/ModelDrivenInterceptor.java | 2 +- .../xwork2/interceptor/PrepareInterceptor.java | 2 +- .../xwork2/interceptor/ScopedModelDrivenInterceptor.java | 1 + .../xwork2/interceptor/StaticParametersInterceptor.java | 1 + .../xwork2/util/StrutsLocalizedTextProvider.java | 6 +++--- .../xwork2/validator/DefaultActionValidatorManager.java | 2 ++ .../xwork2/validator/DefaultValidatorFactory.java | 8 +++++++- .../interceptor/AbstractFileUploadInterceptor.java | 1 - .../struts2/interceptor/ActionFileUploadInterceptor.java | 1 - .../org/apache/struts2/interceptor/AliasInterceptor.java | 3 +-- .../apache/struts2/interceptor/ChainingInterceptor.java | 2 +- .../struts2/interceptor/ConversionErrorInterceptor.java | 5 ++--- .../struts2/interceptor/DefaultWorkflowInterceptor.java | 15 ++++++--------- .../struts2/interceptor/MessageStoreInterceptor.java | 5 +---- .../interceptor/MessageStorePreResultListener.java | 1 - .../struts2/interceptor/ModelDrivenInterceptor.java | 2 +- .../apache/struts2/interceptor/PrepareInterceptor.java | 2 +- .../struts2/interceptor/ScopedModelDrivenInterceptor.java | 5 ++--- .../struts2/interceptor/StaticParametersInterceptor.java | 3 +-- .../validation/interceptor/BeanValidationInterceptor.java | 2 +- .../java/org/apache/struts2/validators/DWRValidator.java | 2 +- .../src/main/java/org/apache/struts2/json/JSONResult.java | 2 +- .../apache/struts2/json/JSONValidationInterceptor.java | 8 ++++---- .../oval/interceptor/OValValidationInterceptor.java | 3 +-- .../org/apache/struts2/rest/ContentTypeInterceptor.java | 2 +- .../org/apache/struts2/rest/RestActionInvocation.java | 12 ++++++++---- .../org/apache/struts2/rest/RestWorkflowInterceptor.java | 2 +- .../org/apache/struts2/rest/handler/XStreamHandler.java | 2 +- 32 files changed, 57 insertions(+), 52 deletions(-)