(struts) 01/01: Merge pull request #933 from apache/fix/WW-5415-constructor

2024-05-14 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 40ccc74b8a907d8f812944a4a059bf6867c79720
Merge: d147543dc 7c523ac33
Author: Lukasz Lenart 
AuthorDate: Tue May 14 19:56:27 2024 +0200

Merge pull request #933 from apache/fix/WW-5415-constructor

WW-5415 Fixes accessing public constructors via expression

 .../com/opensymphony/xwork2/ognl/SecurityMemberAccess.java|  7 ---
 .../xwork2/validator/VisitorFieldValidatorTest.java   | 11 +++
 .../xwork2/validator/VisitorValidatorTestAction.java  | 11 ++-
 .../validator/VisitorValidatorTestAction-validation.xml   |  8 
 4 files changed, 33 insertions(+), 4 deletions(-)



(struts) branch master updated (d147543dc -> 40ccc74b8)

2024-05-14 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 d147543dc Merge pull request #932 from apache/feature/WW-5414-after
 add b36e88ff4 WW-5415 Fixes accessing public constructors via expression
 add 7c523ac33 WW-5415 Constructor members should be exempted as static 
members
 new 40ccc74b8 Merge pull request #933 from apache/fix/WW-5415-constructor

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:
 .../com/opensymphony/xwork2/ognl/SecurityMemberAccess.java|  7 ---
 .../xwork2/validator/VisitorFieldValidatorTest.java   | 11 +++
 .../xwork2/validator/VisitorValidatorTestAction.java  | 11 ++-
 .../validator/VisitorValidatorTestAction-validation.xml   |  8 
 4 files changed, 33 insertions(+), 4 deletions(-)



(struts) branch fix/WW-5415-constructor deleted (was 7c523ac33)

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

lukaszlenart pushed a change to branch fix/WW-5415-constructor
in repository https://gitbox.apache.org/repos/asf/struts.git


 was 7c523ac33 WW-5415 Constructor members should be exempted as static 
members

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 feature/WW-5414-after deleted (was 4dfbe0934)

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

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


 was 4dfbe0934 WW-5414 Always call afterInvocation even in case of exception

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 (49eda37f2 -> d147543dc)

2024-05-14 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 49eda37f2 Merge pull request #931 from apache/fix/WW-5422-trimable
 add 4dfbe0934 WW-5414 Always call afterInvocation even in case of exception
 new d147543dc Merge pull request #932 from apache/feature/WW-5414-after

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:
 core/pom.xml   |  6 +++
 .../interceptor/exec/StrutsBackgroundProcess.java  | 20 ++--
 .../exec/StrutsBackgroundProcessTest.java  | 60 +++---
 pom.xml|  7 +++
 4 files changed, 83 insertions(+), 10 deletions(-)



(struts) 01/01: Merge pull request #932 from apache/feature/WW-5414-after

2024-05-14 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 d147543dcd9e1a5b3165cc4a966c092c7895204c
Merge: 49eda37f2 4dfbe0934
Author: Lukasz Lenart 
AuthorDate: Tue May 14 19:55:30 2024 +0200

Merge pull request #932 from apache/feature/WW-5414-after

WW-5414 Always call afterInvocation even in case of exception

 core/pom.xml   |  6 +++
 .../interceptor/exec/StrutsBackgroundProcess.java  | 20 ++--
 .../exec/StrutsBackgroundProcessTest.java  | 60 +++---
 pom.xml|  7 +++
 4 files changed, 83 insertions(+), 10 deletions(-)