[struts] branch master updated (85f7e8a1a -> 885c50056)

2023-08-01 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 85f7e8a1a Merge pull request #714 from apache/WW-5325-commons-lang3
 add bb1a34daa WW-5327 Stops using JavaBeans notation for setters
 add bc141267c Excludes BeanMap
 add 2533d3177 Ignores class existence
 add ce4015739 Extends exclusion list
 add f6737841f WW-5327 Makes deprecated setters operational
 add c7d88bea6 WW-5327 Makes deprecated setters operational
 add 885c50056 Merge pull request #715 from apache/WW-5327-non-java-beans

No new revisions were added by this update.

Summary of changes:
 .../xwork2/interceptor/ParametersInterceptor.java  |  4 +-
 .../com/opensymphony/xwork2/ognl/OgnlUtil.java | 18 ++--
 .../opensymphony/xwork2/ognl/OgnlValueStack.java   | 24 --
 .../xwork2/ognl/SecurityMemberAccess.java  | 56 +
 .../xwork2/util/MemberAccessValueStack.java| 12 +++
 .../src/main/resources/struts-excluded-classes.xml | 12 +--
 .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 37 ++--
 .../xwork2/ognl/SecurityMemberAccessTest.java  | 98 +++---
 .../util/SecurityMemberAccessInServletsTest.java   |  4 +-
 .../xwork2/ognl/SecurityMemberAccessProxyTest.java |  2 +-
 .../com/test/SecurityMemberAccessProxyTest.java|  2 +-
 11 files changed, 188 insertions(+), 81 deletions(-)



[struts] branch WW-5327-non-java-beans deleted (was c7d88bea6)

2023-08-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch WW-5327-non-java-beans
in repository https://gitbox.apache.org/repos/asf/struts.git


 was c7d88bea6 WW-5327 Makes deprecated setters operational

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 WW-5233-tiles deleted (was 8080d41a1)

2023-08-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


 was 8080d41a1 [maven-release-plugin] prepare for next development iteration

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 (885c50056 -> 71e9ee76c)

2023-08-01 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 885c50056 Merge pull request #715 from apache/WW-5327-non-java-beans
 add 10203ed89 WW-5233 Introduces Tiles base code into the Tiles plugin
 add 01ccc0bcb WW-5233 Disables XML external entity parsing
 add 67a21ffe1 [maven-release-plugin] prepare release STRUTS_6_3_0_RC1
 add 8080d41a1 [maven-release-plugin] prepare for next development iteration
 add 71e9ee76c Merge pull request #608 from apache/WW-5233-tiles

No new revisions were added by this update.

Summary of changes:
 apps/showcase/pom.xml  |6 -
 bom/pom.xml|4 +-
 plugins/portlet-tiles/pom.xml  |   10 +-
 .../struts2/views/tiles/PortletTilesResult.java|6 +-
 .../tiles/request/portlet/PortletRequest.java  |  344 ++
 .../request/portlet/RenderPortletRequest.java  |   47 +
 .../portlet/delegate/MimeResponseDelegate.java |   72 ++
 .../portlet/delegate/PortletRequestDelegate.java   |   79 ++
 .../request/portlet/delegate/RequestDelegate.java} |   37 +-
 .../request/portlet/delegate/ResponseDelegate.java |   70 ++
 .../request/portlet/delegate/package-info.java}|   26 +-
 .../extractor/ApplicationScopeExtractor.java   |   66 ++
 .../request/portlet/extractor/HeaderExtractor.java |   74 ++
 .../portlet/extractor/InitParameterExtractor.java  |   57 +
 .../portlet/extractor/ParameterExtractor.java} |   46 +-
 .../portlet/extractor/RequestScopeExtractor.java   |   66 ++
 .../portlet/extractor/SessionScopeExtractor.java   |   88 ++
 .../extractor/StateAwareParameterExtractor.java|   53 +
 .../request/portlet/extractor/package-info.java}   |   26 +-
 .../tiles/request/portlet/package-info.java}   |   26 +-
 .../tiles/request/portlet/PortletRequestTest.java  |  424 +++
 .../request/portlet/RenderPortletRequestTest.java  |   69 ++
 .../portlet/delegate/MimeResponseDelegateTest.java |  132 +++
 .../delegate/PortletRequestDelegateTest.java   |   83 ++
 .../extractor/ApplicationScopeExtractorTest.java   |  106 ++
 .../portlet/extractor/HeaderExtractorTest.java |  117 ++
 .../extractor/InitParameterExtractorTest.java  |   83 ++
 .../portlet/extractor/ParameterExtractorTest.java  |   83 ++
 .../extractor/RequestScopeExtractorTest.java   |  107 ++
 .../extractor/SessionScopeExtractorTest.java   |  154 +++
 .../StateAwareParameterExtractorTest.java  |   50 +
 plugins/tiles/pom.xml  |   94 +-
 .../org/apache/struts2/tiles/BuildAutotags.java|  229 
 .../struts2/tiles/I18NAttributeEvaluator.java  |2 +-
 .../struts2/tiles/StrutsAttributeEvaluator.java|4 +-
 .../tiles/StrutsFreeMarkerAttributeRenderer.java   |6 +-
 .../struts2/tiles/StrutsPreparerFactory.java   |4 +-
 .../tiles/StrutsTilesAnnotationProcessor.java  |   10 +-
 .../struts2/tiles/StrutsTilesContainerFactory.java |   44 +-
 .../struts2/tiles/StrutsTilesInitializer.java  |6 +-
 .../apache/struts2/tiles/StrutsTilesListener.java  |4 +-
 .../struts2/tiles/StrutsTilesLocaleResolver.java   |4 +-
 .../StrutsWildcardServletApplicationContext.java   |1 -
 .../apache/struts2/views/tiles/TilesResult.java|   44 +-
 .../main/java/org/apache/tiles/api/Attribute.java  |  366 ++
 .../org/apache/tiles/api/AttributeContext.java |  161 +++
 .../apache/tiles/api/BasicAttributeContext.java|  462 
 .../main/java/org/apache/tiles/api/Definition.java |  165 +++
 .../main/java/org/apache/tiles/api/Expression.java |  165 +++
 .../java/org/apache/tiles/api/ListAttribute.java   |  169 +++
 .../api/NoSuchContainerException.java} |   32 +-
 .../java/org/apache/tiles/api/TilesContainer.java  |  137 +++
 .../apache/tiles/api/TilesContainerWrapper.java|  107 ++
 .../java/org/apache/tiles/api/TilesException.java  |   66 ++
 .../org/apache/tiles/api/access/TilesAccess.java   |  158 +++
 .../api/access/package-info.java}  |   23 +-
 .../api/mgmt/MutableTilesContainer.java}   |   33 +-
 .../api/mgmt/package-info.java}|   24 +-
 .../java/org/apache/tiles/api/package-info.java|  385 +++
 .../tiles/api/preparer/PreparerException.java  |   67 ++
 .../apache/tiles/api/preparer/ViewPreparer.java|   54 +
 .../api/preparer/package-info.java}|   26 +-
 .../autotag/core/AutotagRuntimeException.java  |   60 +
 .../autotag/core/runtime/AbstractModelBody.java|   80 ++
 .../tiles/autotag/core/runtime/AutotagRuntime.java |   49 +
 .../tiles/autotag/core/runtime/ModelBody.java  |   58 +
 .../autotag/core/runtime/annotation/Parameter.java |   52 +
 .../core/runtime/annotation/package-info.java} |   24 +-
 .../autotag/core/runtime/package-info.java}|   24 +-
 .../autota

[struts] 01/01: WW-5329 Upgrades xstream to version 1.4.20

2023-08-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-5329-xstream
in repository https://gitbox.apache.org/repos/asf/struts.git

commit de019918fa9486be9692c7966ebc7a476a2c4bff
Author: Lukasz Lenart 
AuthorDate: Tue Aug 1 10:11:29 2023 +0200

WW-5329 Upgrades xstream to version 1.4.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5488b996..e4f3f1c2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1101,7 +1101,7 @@
 
 com.thoughtworks.xstream
 xstream
-1.4.19
+1.4.20
 
 
 io.github.x-stream



[struts] branch WW-5329-xstream created (now de019918f)

2023-08-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


  at de019918f WW-5329 Upgrades xstream to version 1.4.20

This branch includes the following new commits:

 new de019918f WW-5329 Upgrades xstream to version 1.4.20

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.




[struts] branch dependabot/maven/org.testng-testng-7.8.0 deleted (was 220d116f0)

2023-08-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


 was 220d116f0 Bump org.testng:testng from 7.5.1 to 7.8.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 WW-5329-xstream deleted (was de019918f)

2023-08-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


 was de019918f WW-5329 Upgrades xstream to version 1.4.20

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 (71e9ee76c -> 0f64675b4)

2023-08-01 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 71e9ee76c Merge pull request #608 from apache/WW-5233-tiles
 add de019918f WW-5329 Upgrades xstream to version 1.4.20
 add 0f64675b4 Merge pull request #721 from apache/WW-5329-xstream

No new revisions were added by this update.

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