[struts] branch master updated: WW-5098 Upgrade asm to 9.0
This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new 7c72107 WW-5098 Upgrade asm to 9.0 new d0b64e4 Merge pull request #448 from sepe81/update-to-asm-9 7c72107 is described below commit 7c721075b73a7bfce694696cbed8f0b0eed3c5a4 Author: Sebastian Peters AuthorDate: Tue Nov 17 15:45:14 2020 +0100 WW-5098 Upgrade asm to 9.0 with JDK 16 support (sealed classes) according to https://asm.ow2.io/versions.html --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index accf230..ff440f6 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ 1.8 -7.3.1 +9.0 2.10.3 2.13.3 3.2.14
[struts] 01/01: Merge pull request #447 from apache/WW-5095-cherry-pick
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 5186d348d5710971bf4edc59e353e17158ca5e4a Merge: d0b64e4 8d3393f Author: Lukasz Lenart AuthorDate: Fri Nov 20 07:45:55 2020 +0100 Merge pull request #447 from apache/WW-5095-cherry-pick [WW-5095] Cherry picks changes from 2-5-x branch .../org/apache/struts2/components/Component.java| 11 ++- .../java/org/apache/struts2/components/UIBean.java | 15 --- .../apache/struts2/views/jsp/ui/AbstractUITag.java | 8 ++-- core/src/main/resources/struts-default.xml | 7 +-- .../org/apache/struts2/components/UIBeanTest.java | 21 + .../org/apache/struts2/util/StrutsUtilTest.java | 15 +++ .../struts2/views/java/simple/AbstractTest.java | 14 +++--- .../org/apache/struts2/StrutsJUnit4TestCase.java| 2 ++ 8 files changed, 70 insertions(+), 23 deletions(-)
[struts] branch master updated (d0b64e4 -> 5186d34)
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 d0b64e4 Merge pull request #448 from sepe81/update-to-asm-9 add a6cd7a0 WW-5095 Sets ActionMapping when preparing a test nv add 8bbe194 Avoids recursion in tags add 8d3393f Adds some additional excluded packages new 5186d34 Merge pull request #447 from apache/WW-5095-cherry-pick 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: .../org/apache/struts2/components/Component.java| 11 ++- .../java/org/apache/struts2/components/UIBean.java | 15 --- .../apache/struts2/views/jsp/ui/AbstractUITag.java | 8 ++-- core/src/main/resources/struts-default.xml | 7 +-- .../org/apache/struts2/components/UIBeanTest.java | 21 + .../org/apache/struts2/util/StrutsUtilTest.java | 15 +++ .../struts2/views/java/simple/AbstractTest.java | 14 +++--- .../org/apache/struts2/StrutsJUnit4TestCase.java| 2 ++ 8 files changed, 70 insertions(+), 23 deletions(-)
[struts] branch master updated (5186d34 -> 584b894)
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 5186d34 Merge pull request #447 from apache/WW-5095-cherry-pick new 7744904 WW-5096 Fixes params overwriting new 47b7c58 WW-5096 Adds tests to cover overwrite new 584b894 Merge pull request #449 from yasserzamani/WW-5096 The 5993 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: .../interceptor/StaticParametersInterceptor.java | 18 +++-- .../apache/struts2/dispatcher/HttpParameters.java | 6 ++- .../StaticParametersInterceptorTest.java | 46 ++ 3 files changed, 56 insertions(+), 14 deletions(-)
[struts] branch struts-2-5-x updated (482af41 -> 4566734)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git. from 482af41 Adds some additional excluded packages add 9c45d6b WW-5096 Fixes params overwriting add d591b7e WW-5096 Adds tests to cover overwrite new 4566734 Merge pull request #446 from apache/WW-5096-fix-static 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: .../interceptor/StaticParametersInterceptor.java | 18 +++-- .../apache/struts2/dispatcher/HttpParameters.java | 6 ++- .../StaticParametersInterceptorTest.java | 46 ++ 3 files changed, 56 insertions(+), 14 deletions(-)
[struts] 01/01: Merge pull request #446 from apache/WW-5096-fix-static
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git commit 45667346629455f7ea125bff36bf9b763b7e8463 Merge: 482af41 d591b7e Author: Lukasz Lenart AuthorDate: Fri Nov 20 07:47:20 2020 +0100 Merge pull request #446 from apache/WW-5096-fix-static [WW-5096] Fix StaticParametersInterceptor param overwrite .../interceptor/StaticParametersInterceptor.java | 18 +++-- .../apache/struts2/dispatcher/HttpParameters.java | 6 ++- .../StaticParametersInterceptorTest.java | 46 ++ 3 files changed, 56 insertions(+), 14 deletions(-)
[struts] branch master updated: WW-5097 Upgrades OGNL to version 3.2.16
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 The following commit(s) were added to refs/heads/master by this push: new a4793d2 WW-5097 Upgrades OGNL to version 3.2.16 a4793d2 is described below commit a4793d27cf19546516167b1749e8d124c731e93a Author: Lukasz Lenart AuthorDate: Fri Nov 20 08:03:24 2020 +0100 WW-5097 Upgrades OGNL to version 3.2.16 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff440f6..2d0ae8e 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ 9.0 2.10.3 2.13.3 -3.2.14 +3.2.16 1.7.30 4.3.29.RELEASE 3.0.8