(struts) branch feature/WW-5427-incompatible-improvements deleted (was c3e0b9c90)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/WW-5427-incompatible-improvements
in repository https://gitbox.apache.org/repos/asf/struts.git


 was c3e0b9c90 WW-5427 Upgrades Freemarker incompatible_improvements to 
version 2.3.33

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 release/struts-7-0-x updated (3d255ca81 -> 9130e3165)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch release/struts-7-0-x
in repository https://gitbox.apache.org/repos/asf/struts.git


from 3d255ca81 Merge pull request #1089 from 
apache/feature/WW-5209-bean-validation
 add c3e0b9c90 WW-5427 Upgrades Freemarker incompatible_improvements to 
version 2.3.33
 add 9130e3165 Merge pull request #1088 from 
apache/feature/WW-5427-incompatible-improvements

No new revisions were added by this update.

Summary of changes:
 .../struts2/views/freemarker/FreemarkerManager.java   |  2 +-
 .../struts2/views/freemarker/FreemarkerManagerTest.java   | 15 ---
 2 files changed, 9 insertions(+), 8 deletions(-)



(struts) branch kusal-depr-apis-7 updated (c91e03213 -> 9e6058785)

2024-10-21 Thread kusal
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


from c91e03213 WW-3714 Deprecate and migrate assorted Interceptors
 add 9e6058785 WW-3714 Update StrutsResultSupport to allow overriding new 
signature

No new revisions were added by this update.

Summary of changes:
 .../apache/struts2/result/StrutsResultSupport.java | 25 --
 1 file changed, 18 insertions(+), 7 deletions(-)



(struts) branch feature/WW-5209-bean-validation deleted (was ad9224512)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/WW-5209-bean-validation
in repository https://gitbox.apache.org/repos/asf/struts.git


 was ad9224512 WW-5209 Upgrade to Jakarta Bean Validation 3.1.0

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 release/struts-7-0-x updated (954453b66 -> 3d255ca81)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch release/struts-7-0-x
in repository https://gitbox.apache.org/repos/asf/struts.git


from 954453b66 Merge pull request #1077 from 
apache/feature/WW-5472-remove-sitemesh
 add ad9224512 WW-5209 Upgrade to Jakarta Bean Validation 3.1.0
 add 3d255ca81 Merge pull request #1089 from 
apache/feature/WW-5209-bean-validation

No new revisions were added by this update.

Summary of changes:
 apps/showcase/pom.xml| 6 ++
 core/src/test/java/org/apache/struts2/components/UIBeanTest.java | 2 +-
 plugins/bean-validation/pom.xml  | 3 +--
 pom.xml  | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)



(struts) branch master updated (b359da551 -> efa447af2)

2024-10-21 Thread kusal
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 b359da551 Merge pull request #1068 from 
JCgH4164838Gh792C124B5/localS2_66_JakartaMulipartRequestFix1
 add 7deb48129 WW-3714 Deprecate and migrate Action, Interceptor, Result
 add 8da6a7992 WW-3714 Deprecate and migrate ActionContext
 add ae9dc42da WW-3714 Deprecate and migrate ConditionalInterceptor
 add efa447af2 Merge pull request #1079 from apache/kusal-depr-apis

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/opensymphony/xwork2/Action.java  |  70 +--
 .../com/opensymphony/xwork2/ActionContext.java | 467 +
 .../main/java/com/opensymphony/xwork2/Result.java  |  30 +-
 .../xwork2/interceptor/ConditionalInterceptor.java |  19 +-
 .../xwork2/interceptor/Interceptor.java| 202 +
 .../xwork2 => org/apache/struts2}/Action.java  |  14 +-
 .../apache/struts2}/ActionContext.java |  22 +-
 .../xwork2 => org/apache/struts2}/Result.java  |   5 +-
 .../interceptor/ConditionalInterceptor.java|   2 +-
 .../apache/struts2}/interceptor/Interceptor.java   |   4 +-
 .../ConfigurationProviderOgnlAllowlistTest.java|  18 +-
 11 files changed, 156 insertions(+), 697 deletions(-)
 copy core/src/main/java/{com/opensymphony/xwork2 => 
org/apache/struts2}/Action.java (89%)
 copy core/src/main/java/{com/opensymphony/xwork2 => 
org/apache/struts2}/ActionContext.java (96%)
 copy core/src/main/java/{com/opensymphony/xwork2 => 
org/apache/struts2}/Result.java (93%)
 copy core/src/main/java/{com/opensymphony/xwork2 => 
org/apache/struts2}/interceptor/ConditionalInterceptor.java (97%)
 copy core/src/main/java/{com/opensymphony/xwork2 => 
org/apache/struts2}/interceptor/Interceptor.java (98%)



(struts) branch kusal-depr-apis deleted (was ae9dc42da)

2024-10-21 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch kusal-depr-apis
in repository https://gitbox.apache.org/repos/asf/struts.git


 was ae9dc42da WW-3714 Deprecate and migrate ConditionalInterceptor

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-6 updated (a874416da -> 1032783b4)

2024-10-21 Thread kusal
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


from a874416da WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add e98bc8d9f WW-3714 Add alternative constructors in InterceptorMapping
 add 1032783b4 WW-3714 Replace deprecated APIs in new ActionSupport

No new revisions were added by this update.

Summary of changes:
 core/src/main/java/com/opensymphony/xwork2/ActionSupport.java |  4 +++-
 .../xwork2/config/entities/InterceptorMapping.java| 10 +-
 core/src/main/java/org/apache/struts2/ActionSupport.java  | 11 ---
 3 files changed, 16 insertions(+), 9 deletions(-)



(struts) branch kusal-depr-apis-7 updated (9e6058785 -> 8ff8d1813)

2024-10-21 Thread kusal
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


 discard 9e6058785 WW-3714 Update StrutsResultSupport to allow overriding new 
signature
 discard c91e03213 WW-3714 Deprecate and migrate assorted Interceptors
 add e98bc8d9f WW-3714 Add alternative constructors in InterceptorMapping
 add 1032783b4 WW-3714 Replace deprecated APIs in new ActionSupport
 add 5eaeaf956 WW-3714 Deprecate and migrate assorted Interceptors
 add 8ff8d1813 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   (9e6058785)
\
 N -- N -- N   refs/heads/kusal-depr-apis-7 (8ff8d1813)

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:
 core/src/main/java/com/opensymphony/xwork2/ActionSupport.java |  4 +++-
 .../xwork2/config/entities/InterceptorMapping.java| 10 +-
 core/src/main/java/org/apache/struts2/ActionSupport.java  | 11 ---
 3 files changed, 16 insertions(+), 9 deletions(-)



(struts) branch kusal-depr-apis-3.5 updated (36a890ba6 -> b622e5d72)

2024-10-21 Thread kusal
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


from 36a890ba6 WW-3714 Add factory support for new Interceptor, Result 
interfaces
 add b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, 
ParamNameAwareResult marker interfaces respected

No new revisions were added by this update.

Summary of changes:
 .../xwork2/DefaultActionInvocation.java|  3 ++
 .../xwork2/factory/DefaultResultFactory.java   | 23 +++
 .../xwork2/interceptor/Interceptor.java|  4 +++
 .../xwork2/interceptor/WithLazyParams.java |  5 +++-
 .../struts2/factory/StrutsResultFactory.java   | 33 ++
 5 files changed, 51 insertions(+), 17 deletions(-)



(struts) branch kusal-depr-apis-5 updated (4b1788287 -> ebedd7391)

2024-10-21 Thread kusal
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


omit 4b1788287 WW-3714 Marker interface migration follow-up
omit a74f39939 WW-3714 Shortcut adapters
omit 9d76bd460 WW-3714 Update new ActionContext with new ValueStack
omit 2d1579d5a WW-3714 Deprecate and migrate assorted marker interfaces
omit c4dba710f WW-3714 Deprecate and migrate ValueStack
omit 688a8da87 WW-3714 Deprecate and migrate ActionProxy
omit 5e704decd WW-3714 Deprecate and migrate ActionEventListener
 add b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, 
ParamNameAwareResult marker interfaces respected
 add bbca2717f WW-3714 Deprecate and migrate ActionEventListener
 add 14bd4b80c WW-3714 Deprecate and migrate ActionProxy
 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

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   (4b1788287)
\
 N -- N -- N   refs/heads/kusal-depr-apis-5 (ebedd7391)

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/DefaultActionInvocation.java|  3 ++
 .../xwork2/factory/DefaultResultFactory.java   | 23 +++
 .../xwork2/interceptor/Interceptor.java|  4 +++
 .../xwork2/interceptor/WithLazyParams.java |  5 +++-
 .../struts2/factory/StrutsResultFactory.java   | 33 ++
 5 files changed, 51 insertions(+), 17 deletions(-)



(struts) branch kusal-depr-apis-6 updated (1032783b4 -> 1dea3d32a)

2024-10-21 Thread kusal
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 1032783b4 WW-3714 Replace deprecated APIs in new ActionSupport
omit e98bc8d9f WW-3714 Add alternative constructors in InterceptorMapping
omit a874416da WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
omit b52b31d88 WW-3714 Deprecate and migrate ActionSupport
omit 4b1788287 WW-3714 Marker interface migration follow-up
omit a74f39939 WW-3714 Shortcut adapters
omit 9d76bd460 WW-3714 Update new ActionContext with new ValueStack
omit 2d1579d5a WW-3714 Deprecate and migrate assorted marker interfaces
omit c4dba710f WW-3714 Deprecate and migrate ValueStack
omit 688a8da87 WW-3714 Deprecate and migrate ActionProxy
omit 5e704decd WW-3714 Deprecate and migrate ActionEventListener
 add b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, 
ParamNameAwareResult marker interfaces respected
 add bbca2717f WW-3714 Deprecate and migrate ActionEventListener
 add 14bd4b80c WW-3714 Deprecate and migrate ActionProxy
 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 65853ad44 WW-3714 Deprecate and migrate ActionSupport
 add a0ae07a96 WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add 61e05ca5a WW-3714 Add alternative constructors in InterceptorMapping
 add 1dea3d32a WW-3714 Replace deprecated APIs in new ActionSupport

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   (1032783b4)
\
 N -- N -- N   refs/heads/kusal-depr-apis-6 (1dea3d32a)

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/DefaultActionInvocation.java|  3 ++
 .../xwork2/factory/DefaultResultFactory.java   | 23 +++
 .../xwork2/interceptor/Interceptor.java|  4 +++
 .../xwork2/interceptor/WithLazyParams.java |  5 +++-
 .../struts2/factory/StrutsResultFactory.java   | 33 ++
 5 files changed, 51 insertions(+), 17 deletions(-)



(struts) branch kusal-depr-apis-4 updated (688a8da87 -> 14bd4b80c)

2024-10-21 Thread kusal
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


omit 688a8da87 WW-3714 Deprecate and migrate ActionProxy
omit 5e704decd WW-3714 Deprecate and migrate ActionEventListener
 add b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, 
ParamNameAwareResult marker interfaces respected
 add bbca2717f WW-3714 Deprecate and migrate ActionEventListener
 add 14bd4b80c WW-3714 Deprecate and migrate ActionProxy

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   (688a8da87)
\
 N -- N -- N   refs/heads/kusal-depr-apis-4 (14bd4b80c)

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/DefaultActionInvocation.java|  3 ++
 .../xwork2/factory/DefaultResultFactory.java   | 23 +++
 .../xwork2/interceptor/Interceptor.java|  4 +++
 .../xwork2/interceptor/WithLazyParams.java |  5 +++-
 .../struts2/factory/StrutsResultFactory.java   | 33 ++
 5 files changed, 51 insertions(+), 17 deletions(-)



(struts) branch kusal-depr-apis-7 updated (8ff8d1813 -> 18f85c5bb)

2024-10-21 Thread kusal
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


 discard 8ff8d1813 WW-3714 Update StrutsResultSupport to allow overriding new 
signature
 discard 5eaeaf956 WW-3714 Deprecate and migrate assorted Interceptors
 discard 1032783b4 WW-3714 Replace deprecated APIs in new ActionSupport
 discard e98bc8d9f WW-3714 Add alternative constructors in InterceptorMapping
 discard a874416da WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 discard b52b31d88 WW-3714 Deprecate and migrate ActionSupport
 discard 4b1788287 WW-3714 Marker interface migration follow-up
 discard a74f39939 WW-3714 Shortcut adapters
 discard 9d76bd460 WW-3714 Update new ActionContext with new ValueStack
 discard 2d1579d5a WW-3714 Deprecate and migrate assorted marker interfaces
 discard c4dba710f WW-3714 Deprecate and migrate ValueStack
 discard 688a8da87 WW-3714 Deprecate and migrate ActionProxy
 discard 5e704decd WW-3714 Deprecate and migrate ActionEventListener
 add b622e5d72 WW-3714 Ensure ReflectionExceptionHandler, WithLazyParams, 
ParamNameAwareResult marker interfaces respected
 add bbca2717f WW-3714 Deprecate and migrate ActionEventListener
 add 14bd4b80c WW-3714 Deprecate and migrate ActionProxy
 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 65853ad44 WW-3714 Deprecate and migrate ActionSupport
 add a0ae07a96 WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add 61e05ca5a WW-3714 Add alternative constructors in InterceptorMapping
 add 1dea3d32a WW-3714 Replace deprecated APIs in new ActionSupport
 add 03967d9f4 WW-3714 Deprecate and migrate assorted Interceptors
 add 18f85c5bb 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   (8ff8d1813)
\
 N -- N -- N   refs/heads/kusal-depr-apis-7 (18f85c5bb)

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/DefaultActionInvocation.java|  3 ++
 .../xwork2/factory/DefaultResultFactory.java   | 23 +++
 .../xwork2/interceptor/Interceptor.java|  4 +++
 .../xwork2/interceptor/WithLazyParams.java |  5 +++-
 .../struts2/factory/StrutsResultFactory.java   | 33 ++
 5 files changed, 51 insertions(+), 17 deletions(-)



(struts) branch kusal-depr-apis-7 updated (7c664c073 -> cdb7088d8)

2024-10-21 Thread kusal
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


 discard 7c664c073 WW-3714 Update StrutsResultSupport to allow overriding new 
signature
 discard 90ff83d29 WW-3714 Deprecate and migrate assorted Interceptors
 discard 228d33ecc WW-3714 Replace deprecated APIs in new ActionSupport
 discard 0c2a3c37e WW-3714 Add alternative constructors in InterceptorMapping
 discard 1e5768fdc WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 discard 6d6ff9e50 WW-3714 Deprecate and migrate ActionSupport
 discard 08174b576 WW-3714 Fix replacement ValidationAware marker not recognised
 add 2757c2357 WW-3714 Fix replacement ValidationAware marker not recognised
 add a623842bc WW-3714 Deprecate and migrate ActionSupport
 add 9e23fbe66 WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add f95f9a7cd WW-3714 Add alternative constructors in InterceptorMapping
 add deb6c09bc WW-3714 Replace deprecated APIs in new ActionSupport
 add ffdf279ae WW-3714 Deprecate and migrate assorted Interceptors
 add cdb7088d8 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   (7c664c073)
\
 N -- N -- N   refs/heads/kusal-depr-apis-7 (cdb7088d8)

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:
 core/src/main/java/com/opensymphony/xwork2/util/DebugUtils.java | 2 +-
 .../org/apache/struts2/interceptor/ConversionErrorInterceptor.java  | 4 ++--
 .../org/apache/struts2/interceptor/DefaultWorkflowInterceptor.java  | 2 +-
 .../java/org/apache/struts2/interceptor/PrepareInterceptor.java | 6 +++---
 .../apache/struts2/interceptor/ScopedModelDrivenInterceptor.java| 6 +++---
 .../main/java/org/apache/struts2/interceptor/TokenInterceptor.java  | 1 -
 .../main/java/org/apache/struts2/junit/StrutsJUnit4TestCase.java| 2 +-
 7 files changed, 11 insertions(+), 12 deletions(-)



(struts) branch kusal-depr-apis-5 updated (ebedd7391 -> 08174b576)

2024-10-21 Thread kusal
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


from ebedd7391 WW-3714 Marker interface migration follow-up
 add 08174b576 WW-3714 Fix replacement ValidationAware marker not recognised

No new revisions were added by this update.

Summary of changes:
 .../xwork2/interceptor/ValidationAware.java| 80 ++
 .../validator/DelegatingValidatorContext.java  | 18 +++--
 2 files changed, 94 insertions(+), 4 deletions(-)



(struts) branch kusal-depr-apis-6 updated (1dea3d32a -> 228d33ecc)

2024-10-21 Thread kusal
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 1dea3d32a WW-3714 Replace deprecated APIs in new ActionSupport
omit 61e05ca5a WW-3714 Add alternative constructors in InterceptorMapping
omit a0ae07a96 WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
omit 65853ad44 WW-3714 Deprecate and migrate ActionSupport
 add 08174b576 WW-3714 Fix replacement ValidationAware marker not recognised
 add 6d6ff9e50 WW-3714 Deprecate and migrate ActionSupport
 add 1e5768fdc WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add 0c2a3c37e WW-3714 Add alternative constructors in InterceptorMapping
 add 228d33ecc WW-3714 Replace deprecated APIs in new ActionSupport

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   (1dea3d32a)
\
 N -- N -- N   refs/heads/kusal-depr-apis-6 (228d33ecc)

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/ValidationAware.java| 80 ++
 .../validator/DelegatingValidatorContext.java  | 18 +++--
 2 files changed, 94 insertions(+), 4 deletions(-)



(struts) branch kusal-depr-apis-7 updated (18f85c5bb -> 7c664c073)

2024-10-21 Thread kusal
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


 discard 18f85c5bb WW-3714 Update StrutsResultSupport to allow overriding new 
signature
 discard 03967d9f4 WW-3714 Deprecate and migrate assorted Interceptors
 discard 1dea3d32a WW-3714 Replace deprecated APIs in new ActionSupport
 discard 61e05ca5a WW-3714 Add alternative constructors in InterceptorMapping
 discard a0ae07a96 WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 discard 65853ad44 WW-3714 Deprecate and migrate ActionSupport
 add 08174b576 WW-3714 Fix replacement ValidationAware marker not recognised
 add 6d6ff9e50 WW-3714 Deprecate and migrate ActionSupport
 add 1e5768fdc WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add 0c2a3c37e WW-3714 Add alternative constructors in InterceptorMapping
 add 228d33ecc WW-3714 Replace deprecated APIs in new ActionSupport
 add 90ff83d29 WW-3714 Deprecate and migrate assorted Interceptors
 add 7c664c073 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   (18f85c5bb)
\
 N -- N -- N   refs/heads/kusal-depr-apis-7 (7c664c073)

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/ValidationAware.java| 80 ++
 .../validator/DelegatingValidatorContext.java  | 18 +++--
 2 files changed, 94 insertions(+), 4 deletions(-)



(struts) branch kusal-depr-apis-5 updated (08174b576 -> 2757c2357)

2024-10-21 Thread kusal
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


omit 08174b576 WW-3714 Fix replacement ValidationAware marker not recognised
 add 2757c2357 WW-3714 Fix replacement ValidationAware marker not recognised

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   (08174b576)
\
 N -- N -- N   refs/heads/kusal-depr-apis-5 (2757c2357)

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:
 core/src/main/java/com/opensymphony/xwork2/util/DebugUtils.java | 2 +-
 core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java | 1 -
 .../src/main/java/org/apache/struts2/junit/StrutsJUnit4TestCase.java| 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)



Build failed in Jenkins: Struts ยป Struts-master-JDK8-dependency-check #209

2024-10-21 Thread Apache Jenkins Server
See 


Changes:

[github] Bump commons-logging:commons-logging from 1.3.3 to 1.3.4

[github] Bump log4j2.version from 2.23.1 to 2.24.1

[github] Bump org.apache.maven.plugins:maven-project-info-reports-plugin

[Lukasz Lenart] [maven-release-plugin] prepare release STRUTS_6_6_1

[Lukasz Lenart] [maven-release-plugin] prepare for next development iteration

[43964333+JCgH4164838Gh792C124B5] Initial Commit:

[github] Bump github/codeql-action from 3.26.8 to 3.26.12

[github] Bump actions/upload-artifact from 4.4.0 to 4.4.3

[github] Bump jackson.version from 2.17.2 to 2.18.0

[Lukasz Lenart] WW-5471 Marks Sitemesh plugin as deprecated

[git] WW-3714 Deprecate and migrate Action, Interceptor, Result

[git] WW-3714 Deprecate and migrate ActionContext

[git] WW-3714 Deprecate and migrate ConditionalInterceptor


--
[...truncated 9.95 KB...]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:314)
Caused by: io.github.jeremylong.openvulnerability.client.nvd.NvdApiException: 
Failed to parse NVD data
at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient._next 
(NvdCveClient.java:363)
at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next 
(NvdCveClient.java:331)
at org.owasp.dependencycheck.data.update.NvdApiDataSource.processApi 
(NvdApiDataSource.java:352)
at org.owasp.dependencycheck.data.update.NvdApiDataSource.update 
(NvdApiDataSource.java:116)
at org.owasp.dependencycheck.Engine.doUpdates (Engine.java:906)
at org.owasp.dependencycheck.Engine.initializeAndUpdateDatabase 
(Engine.java:711)
at org.owasp.dependencycheck.Engine.analyzeDependencies (Engine.java:637)
at org.owasp.dependencycheck.maven.BaseDependencyCheckMojo.runCheck 
(BaseDependencyCheckMojo.java:1967)
at org.owasp.dependencycheck.maven.BaseDependencyCheckMojo.execute 
(BaseDependencyCheckMojo.java:1150)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
(MojoExecutor.java:328)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
(MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
(MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
(DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:73)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:314)
Caused by: com.fasterxml.jackson.databind.exc.ValueInstantiationException: 
Cannot construct instance of 
`io.github.jeremylong.openvulnerability.client.nvd.CvssV4Data$ExploitMaturityType`,
 problem: PROOF-OF-CONCEPT
 at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` 
disabled); line: 1, column: 8597884] (through reference chain: 
io.github.jeremylong.openvulnerability.client.nvd.CveApiJson20["v

(struts) branch kusal-depr-apis-6 updated (228d33ecc -> deb6c09bc)

2024-10-21 Thread kusal
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 228d33ecc WW-3714 Replace deprecated APIs in new ActionSupport
omit 0c2a3c37e WW-3714 Add alternative constructors in InterceptorMapping
omit 1e5768fdc WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
omit 6d6ff9e50 WW-3714 Deprecate and migrate ActionSupport
omit 08174b576 WW-3714 Fix replacement ValidationAware marker not recognised
 add 2757c2357 WW-3714 Fix replacement ValidationAware marker not recognised
 add a623842bc WW-3714 Deprecate and migrate ActionSupport
 add 9e23fbe66 WW-3714 Deprecate and migrate AbstractInterceptor and 
MethodFilterInterceptor
 add f95f9a7cd WW-3714 Add alternative constructors in InterceptorMapping
 add deb6c09bc WW-3714 Replace deprecated APIs in new ActionSupport

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   (228d33ecc)
\
 N -- N -- N   refs/heads/kusal-depr-apis-6 (deb6c09bc)

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:
 core/src/main/java/com/opensymphony/xwork2/util/DebugUtils.java | 2 +-
 core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java | 1 -
 .../src/main/java/org/apache/struts2/junit/StrutsJUnit4TestCase.java| 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)



(struts) branch dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-11.0.24 deleted (was b9fdb3211)

2024-10-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-11.0.24
in repository https://gitbox.apache.org/repos/asf/struts.git


 was b9fdb3211 Bump org.eclipse.jetty:jetty-maven-plugin

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 (efa447af2 -> a28f22605)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from efa447af2 Merge pull request #1079 from apache/kusal-depr-apis
 add d1695f7a4 Bump github/codeql-action from 3.26.12 to 3.26.13
 new a28f22605 Merge pull request #1090 from 
apache/dependabot/github_actions/github/codeql-action-3.26.13

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:
 .github/workflows/codeql.yml   | 6 +++---
 .github/workflows/scorecards-analysis.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(struts) 01/01: Merge pull request #1090 from apache/dependabot/github_actions/github/codeql-action-3.26.13

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit a28f22605cd9deca38ad14b68915c848e0f77d5a
Merge: efa447af2 d1695f7a4
Author: Lukasz Lenart 
AuthorDate: Tue Oct 22 08:26:02 2024 +0200

Merge pull request #1090 from 
apache/dependabot/github_actions/github/codeql-action-3.26.13

Bump github/codeql-action from 3.26.12 to 3.26.13

 .github/workflows/codeql.yml   | 6 +++---
 .github/workflows/scorecards-analysis.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



(struts) branch dependabot/github_actions/github/codeql-action-3.26.13 deleted (was d1695f7a4)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/github_actions/github/codeql-action-3.26.13
in repository https://gitbox.apache.org/repos/asf/struts.git


 was d1695f7a4 Bump github/codeql-action from 3.26.12 to 3.26.13

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 (a28f22605 -> 117e84f24)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from a28f22605 Merge pull request #1090 from 
apache/dependabot/github_actions/github/codeql-action-3.26.13
 add 28c8f1503 Bump maven-surefire-plugin.version from 3.5.0 to 3.5.1
 new 117e84f24 Merge pull request #1092 from 
apache/dependabot/maven/maven-surefire-plugin.version-3.5.1

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) 01/01: Merge pull request #1092 from apache/dependabot/maven/maven-surefire-plugin.version-3.5.1

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 117e84f2462d880ca26411ca313fb2fc2e4f311e
Merge: a28f22605 28c8f1503
Author: Lukasz Lenart 
AuthorDate: Tue Oct 22 08:26:39 2024 +0200

Merge pull request #1092 from 
apache/dependabot/maven/maven-surefire-plugin.version-3.5.1

Bump maven-surefire-plugin.version from 3.5.0 to 3.5.1

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) branch dependabot/maven/maven-surefire-plugin.version-3.5.1 deleted (was 28c8f1503)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/maven-surefire-plugin.version-3.5.1
in repository https://gitbox.apache.org/repos/asf/struts.git


 was 28c8f1503 Bump maven-surefire-plugin.version from 3.5.0 to 3.5.1

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 (117e84f24 -> 9b87e88bb)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from 117e84f24 Merge pull request #1092 from 
apache/dependabot/maven/maven-surefire-plugin.version-3.5.1
 add cf6cbf381 Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.3.1 to 3.5.1
 add 9b87e88bb Merge pull request #1095 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1

No new revisions were added by this update.

Summary of changes:
 apps/showcase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts) branch dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1 deleted (was cf6cbf381)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1
in repository https://gitbox.apache.org/repos/asf/struts.git


 was cf6cbf381 Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.3.1 to 3.5.1

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 dependabot/maven/org.apache.maven.doxia-doxia-core-2.0.0 deleted (was b18fbda1f)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/org.apache.maven.doxia-doxia-core-2.0.0
in repository https://gitbox.apache.org/repos/asf/struts.git


 was b18fbda1f Bump org.apache.maven.doxia:doxia-core from 1.12.0 to 2.0.0

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) 01/01: Merge pull request #1093 from apache/dependabot/maven/org.apache.maven.doxia-doxia-core-2.0.0

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 144010c3b71887196d8d03712ad2a9c6505e8ad6
Merge: 9b87e88bb b18fbda1f
Author: Lukasz Lenart 
AuthorDate: Tue Oct 22 08:27:26 2024 +0200

Merge pull request #1093 from 
apache/dependabot/maven/org.apache.maven.doxia-doxia-core-2.0.0

Bump org.apache.maven.doxia:doxia-core from 1.12.0 to 2.0.0

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




(struts) branch master updated (9b87e88bb -> 144010c3b)

2024-10-21 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from 9b87e88bb Merge pull request #1095 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1
 add b18fbda1f Bump org.apache.maven.doxia:doxia-core from 1.12.0 to 2.0.0
 new 144010c3b Merge pull request #1093 from 
apache/dependabot/maven/org.apache.maven.doxia-doxia-core-2.0.0

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)