(struts) branch kusal-depr-apis-3 deleted (was e3fbe8835)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-3 in repository https://gitbox.apache.org/repos/asf/struts.git was e3fbe8835 WW-3714 Update new ActionContext with new ActionInvocation 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 master updated (144010c3b -> b488c80aa)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from 144010c3b Merge pull request #1093 from apache/dependabot/maven/org.apache.maven.doxia-doxia-core-2.0.0 add 60095a693 WW-3714 Deprecate and migrate ActionInvocation add 272c2e7bb WW-3714 Deprecate and migrate PreResultListener add e3fbe8835 WW-3714 Update new ActionContext with new ActionInvocation add b488c80aa Merge pull request #1081 from apache/kusal-depr-apis-3 No new revisions were added by this update. Summary of changes: .../com/opensymphony/xwork2/ActionContext.java | 10 +- .../com/opensymphony/xwork2/ActionInvocation.java | 234 - .../main/java/com/opensymphony/xwork2/Result.java | 25 +++ .../xwork2/interceptor/ConditionalInterceptor.java | 8 + .../xwork2/interceptor/Interceptor.java| 9 + .../xwork2/interceptor/PreResultListener.java | 40 ++-- .../java/org/apache/struts2/ActionContext.java | 2 - .../apache/struts2}/ActionInvocation.java | 13 +- core/src/main/java/org/apache/struts2/Result.java | 3 - .../interceptor/ConditionalInterceptor.java| 2 +- .../apache/struts2/interceptor/Interceptor.java| 2 +- .../struts2}/interceptor/PreResultListener.java| 4 +- .../apache/struts2/views/jsp/ActionTagTest.java| 6 +- 13 files changed, 181 insertions(+), 177 deletions(-) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/ActionInvocation.java (93%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/PreResultListener.java (94%)
(struts) branch master updated (b488c80aa -> 323267fa8)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from b488c80aa Merge pull request #1081 from apache/kusal-depr-apis-3 add 36a890ba6 WW-3714 Add factory support for new Interceptor, Result interfaces add b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, ParamNameAwareResult marker interfaces respected new 323267fa8 Merge pull request #1087 from apache/kusal-depr-apis-3.5 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../xwork2/DefaultActionInvocation.java| 3 ++ .../xwork2/factory/DefaultInterceptorFactory.java | 13 --- .../xwork2/factory/DefaultResultFactory.java | 19 +++--- .../xwork2/interceptor/ConditionalInterceptor.java | 23 + .../xwork2/interceptor/Interceptor.java| 38 .../xwork2/interceptor/WithLazyParams.java | 5 ++- .../struts2/factory/StrutsResultFactory.java | 40 +++--- 7 files changed, 128 insertions(+), 13 deletions(-)
(struts) 01/01: Merge pull request #1087 from apache/kusal-depr-apis-3.5
This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 323267fa889f7fc6b7599e338fd38ba72cc668cd Merge: b488c80aa b622e5d72 Author: Kusal Kithul-Godage AuthorDate: Tue Oct 22 23:10:48 2024 +1100 Merge pull request #1087 from apache/kusal-depr-apis-3.5 WW-3714 Deprecate and repackage common APIs part 2.5 .../xwork2/DefaultActionInvocation.java| 3 ++ .../xwork2/factory/DefaultInterceptorFactory.java | 13 --- .../xwork2/factory/DefaultResultFactory.java | 19 +++--- .../xwork2/interceptor/ConditionalInterceptor.java | 23 + .../xwork2/interceptor/Interceptor.java| 38 .../xwork2/interceptor/WithLazyParams.java | 5 ++- .../struts2/factory/StrutsResultFactory.java | 40 +++--- 7 files changed, 128 insertions(+), 13 deletions(-)
(struts) branch master updated (323267fa8 -> 266cd1333)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from 323267fa8 Merge pull request #1087 from apache/kusal-depr-apis-3.5 add bbca2717f WW-3714 Deprecate and migrate ActionEventListener add 14bd4b80c WW-3714 Deprecate and migrate ActionProxy new 266cd1333 Merge pull request #1082 from apache/kusal-depr-apis-4 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../opensymphony/xwork2/ActionEventListener.java | 47 --- .../com/opensymphony/xwork2/ActionInvocation.java | 19 ++- .../java/com/opensymphony/xwork2/ActionProxy.java | 148 + .../apache/struts2}/ActionEventListener.java | 18 +-- .../java/org/apache/struts2/ActionInvocation.java | 4 +- .../xwork2 => org/apache/struts2}/ActionProxy.java | 11 +- 6 files changed, 125 insertions(+), 122 deletions(-) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/ActionEventListener.java (78%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/ActionProxy.java (94%)
(struts) 01/01: Merge pull request #1082 from apache/kusal-depr-apis-4
This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 266cd1333c15651aaf98dbafe0819615e2c091e9 Merge: 323267fa8 14bd4b80c Author: Kusal Kithul-Godage AuthorDate: Tue Oct 22 23:11:07 2024 +1100 Merge pull request #1082 from apache/kusal-depr-apis-4 WW-3714 Deprecate and repackage common APIs part 3 .../opensymphony/xwork2/ActionEventListener.java | 47 --- .../com/opensymphony/xwork2/ActionInvocation.java | 19 ++- .../java/com/opensymphony/xwork2/ActionProxy.java | 148 + .../apache/struts2}/ActionEventListener.java | 18 +-- .../java/org/apache/struts2/ActionInvocation.java | 4 +- .../xwork2 => org/apache/struts2}/ActionProxy.java | 11 +- 6 files changed, 125 insertions(+), 122 deletions(-)
(struts) branch kusal-depr-apis-4 deleted (was 14bd4b80c)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-4 in repository https://gitbox.apache.org/repos/asf/struts.git was 14bd4b80c WW-3714 Deprecate and migrate ActionProxy 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 kusal-depr-apis-3.5 deleted (was b622e5d72)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-3.5 in repository https://gitbox.apache.org/repos/asf/struts.git was b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, ParamNameAwareResult marker interfaces respected 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 kusal-depr-apis-5 deleted (was 2757c2357)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch kusal-depr-apis-5 in repository https://gitbox.apache.org/repos/asf/struts.git was 2757c2357 WW-3714 Fix replacement ValidationAware marker not recognised 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 master updated (266cd1333 -> 5b81ec085)
This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git from 266cd1333 Merge pull request #1082 from apache/kusal-depr-apis-4 add 8ba8ee5fe WW-3714 Deprecate and migrate ValueStack add 111bc2565 WW-3714 Deprecate and migrate assorted marker interfaces add dfd07190b WW-3714 Update new ActionContext with new ValueStack add 7ce8f484e WW-3714 Shortcut adapters add ebedd7391 WW-3714 Marker interface migration follow-up add 2757c2357 WW-3714 Fix replacement ValidationAware marker not recognised add 5b81ec085 Merge pull request #1083 from apache/kusal-depr-apis-5 No new revisions were added by this update. Summary of changes: .../com/opensymphony/xwork2/ActionContext.java | 13 +- .../opensymphony/xwork2/ActionEventListener.java | 17 ++ .../com/opensymphony/xwork2/ActionInvocation.java | 8 +- .../java/com/opensymphony/xwork2/ActionProxy.java | 3 + .../java/com/opensymphony/xwork2/ModelDriven.java | 16 +- .../java/com/opensymphony/xwork2/Preparable.java | 17 +- .../main/java/com/opensymphony/xwork2/Result.java | 3 + .../java/com/opensymphony/xwork2/Unchainable.java | 7 +- .../java/com/opensymphony/xwork2/Validateable.java | 15 +- .../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/PreResultListener.java | 3 + .../xwork2/interceptor/PrepareInterceptor.java | 4 +- .../xwork2/interceptor/ScopedModelDriven.java | 21 +- .../interceptor/ScopedModelDrivenInterceptor.java | 1 + .../interceptor/StaticParametersInterceptor.java | 3 +- .../xwork2/interceptor/ValidationAware.java| 179 ++ .../xwork2/interceptor/ValidationErrorAware.java | 20 +- .../interceptor/ValidationWorkflowAware.java | 10 +- .../com/opensymphony/xwork2/util/DebugUtils.java | 2 +- .../xwork2/util/StrutsLocalizedTextProvider.java | 6 +- .../com/opensymphony/xwork2/util/ValueStack.java | 257 ++--- .../validator/DelegatingValidatorContext.java | 18 +- .../xwork2/validator/ValidationInterceptor.java| 52 ++--- .../java/org/apache/struts2/ActionContext.java | 2 +- .../org/apache/struts2/ActionEventListener.java| 2 +- .../java/org/apache/struts2/ActionInvocation.java | 2 +- .../xwork2 => org/apache/struts2}/ModelDriven.java | 2 +- .../xwork2 => org/apache/struts2}/Preparable.java | 4 +- .../xwork2 => org/apache/struts2}/Unchainable.java | 2 +- .../apache/struts2}/Validateable.java | 4 +- .../interceptor/AbstractFileUploadInterceptor.java | 1 - .../interceptor/ActionFileUploadInterceptor.java | 1 - .../interceptor/MessageStoreInterceptor.java | 5 +- .../interceptor/MessageStorePreResultListener.java | 1 - .../struts2}/interceptor/ScopedModelDriven.java| 8 +- .../struts2/interceptor/TokenInterceptor.java | 1 - .../struts2}/interceptor/ValidationAware.java | 2 +- .../struts2}/interceptor/ValidationErrorAware.java | 2 +- .../interceptor/ValidationWorkflowAware.java | 2 +- .../apache/struts2}/util/ValueStack.java | 7 +- .../ConfigurationProviderOgnlAllowlistTest.java| 12 +- .../interceptor/BeanValidationInterceptor.java | 2 +- .../apache/struts2/validators/DWRValidator.java| 2 +- .../java/org/apache/struts2/json/JSONResult.java | 2 +- .../struts2/json/JSONValidationInterceptor.java| 8 +- .../apache/struts2/junit/StrutsJUnit4TestCase.java | 2 +- .../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 +- 55 files changed, 379 insertions(+), 423 deletions(-) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/ModelDriven.java (97%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/Preparable.java (97%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/Unchainable.java (96%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/Validateable.java (93%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/ScopedModelDriven.java (92%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/ValidationAware.java (98%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/ValidationErrorAware.java (97%) copy core/src/main/java/{com/opensymphony/xwork
(struts) branch kusal-depr-apis-7 updated (cdb7088d8 -> 243244997)
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 cdb7088d8 WW-3714 Update StrutsResultSupport to allow overriding new signature omit ffdf279ae WW-3714 Deprecate and migrate assorted Interceptors add 45a1f5efc WW-3714 Deprecate and migrate assorted Interceptors add 243244997 WW-3714 Update StrutsResultSupport to allow overriding new signature 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 (cdb7088d8) \ N -- N -- N refs/heads/kusal-depr-apis-7 (243244997) 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/conversion/impl/XWorkConverter.java| 19 +++ .../com/opensymphony/xwork2/util/TextParseUtil.java | 3 --- .../opensymphony/xwork2/util/ValueStackFactory.java | 7 ++- .../apache/struts2/interceptor/AliasInterceptor.java | 2 +- .../interceptor/ConversionErrorInterceptor.java | 2 +- .../interceptor/StaticParametersInterceptor.java | 4 ++-- 6 files changed, 9 insertions(+), 28 deletions(-)