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 e62ee8fcb Merge pull request #1034 from apache/feature/WW-5450-use-contstants add 7e5e49e81 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 add e3e854a67 Merge pull request #1000 from apache/dependabot/maven/org.apache.commons-commons-lang3-3.15.0 add 479a9d86e WW-5451 Fixes NPE when iterator starts with null add 935868c75 Merge pull request #1008 from apache/feature/WW-5451-null-iterator add 0d3358b03 Bump github/codeql-action from 2.22.11 to 3.25.15 add adbfab8cf Merge pull request #1011 from apache/dependabot/github_actions/github/codeql-action-3.25.15 add b8da13c23 Bump actions/upload-artifact from 4.3.4 to 4.3.5 add 9280a478c Merge pull request #1012 from apache/dependabot/github_actions/actions/upload-artifact-4.3.5 add dbd74ae3a Bump org.apache.maven.plugins:maven-project-info-reports-plugin add e7cce1bcd Merge pull request #997 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.6.2 add 8c10a303d Bump org.owasp:dependency-check-maven from 9.2.0 to 10.0.3 add 932eed204 Merge pull request #998 from apache/dependabot/maven/org.owasp-dependency-check-maven-10.0.3 add eeb1d8e0c Bump ossf/scorecard-action from 2.3.3 to 2.4.0 add a4464099d Merge pull request #1006 from apache/dependabot/github_actions/ossf/scorecard-action-2.4.0 add 6caa932ff WW-4062 Cache OgnlException thrown on compilation add 663dd3a50 Merge pull request #1013 from apache/WW-4062-ognl-exc-cache add 1536a7e04 Bump actions/upload-artifact from 4.3.5 to 4.3.6 add 90fca1356 Merge pull request #1014 from apache/dependabot/github_actions/actions/upload-artifact-4.3.6 add 107810dce Bump github/codeql-action from 3.25.15 to 3.26.0 add 8bbe215b6 Merge pull request #1015 from apache/dependabot/github_actions/github/codeql-action-3.26.0 add 89154e047 Bump commons-logging:commons-logging from 1.3.0 to 1.3.3 add 9948258fc Merge pull request #1016 from apache/dependabot/maven/commons-logging-commons-logging-1.3.3 add acd6ebeb6 Bump org.apache.maven.plugins:maven-wrapper-plugin from 3.2.0 to 3.3.2 add ea9d4774d Merge pull request #1017 from apache/dependabot/maven/org.apache.maven.plugins-maven-wrapper-plugin-3.3.2 add c067e25b2 Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.1 add d42e530c8 Merge pull request #1018 from apache/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.17.1 add dc03a83f6 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 add 8d07694be Merge pull request #1019 from apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.3.1 add 0fd85517e WW-4062 Further optimisation of OgnlException caching add 9b259ae43 Merge pull request #1021 from apache/WW-4062-ognl-exc-cache add 9765edf2e Bump github/codeql-action from 3.26.0 to 3.26.2 add bdace9bba Merge pull request #1026 from apache/dependabot/github_actions/github/codeql-action-3.26.2 add 0d84319db Bump maven-surefire-plugin.version from 3.3.1 to 3.4.0 add 6f135ea4d Merge pull request #1022 from apache/dependabot/maven/maven-surefire-plugin.version-3.4.0 add d2d222e05 Bump org.easymock:easymock from 5.2.0 to 5.4.0 add 64a3d0c32 Merge pull request #1020 from apache/dependabot/maven/org.easymock-easymock-5.4.0 add e81adc11e Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 add 5b68d4bd5 Merge pull request #1025 from apache/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.1.1 add 5a50bd312 Bump slf4j.version from 2.0.13 to 2.0.16 add f6a60fc66 Merge pull request #1028 from apache/dependabot/maven/slf4j.version-2.0.16 add ad7f3e352 Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.1 add f05a4d1c8 Merge pull request #1031 from apache/dependabot/maven/org.apache.commons-commons-compress-1.27.1 add 8c7c39424 Bump actions/upload-artifact from 4.3.6 to 4.4.0 add 93c985652 Merge pull request #1037 from apache/dependabot/github_actions/actions/upload-artifact-4.4.0 add 00f094244 Bump github/codeql-action from 3.26.2 to 3.26.6 add e74d21bef Merge pull request #1038 from apache/dependabot/github_actions/github/codeql-action-3.26.6 add e4872ecf8 Bump spring.platformVersion from 5.3.37 to 5.3.39 add f388f6a67 Merge pull request #1030 from apache/dependabot/maven/spring.platformVersion-5.3.39 add 9fa6dd96f Merge branch 'master' into merge/master-to-7xx-2024-09-01 add b69e44122 Merge pull request #1039 from apache/merge/master-to-7xx-2024-09-01 No new revisions were added by this update. Summary of changes: .github/workflows/codeql.yml | 6 ++-- .github/workflows/scorecards-analysis.yaml | 6 ++-- apps/showcase/pom.xml | 2 +- .../com/opensymphony/xwork2/ognl/OgnlUtil.java | 23 +++++++++++++- .../struts2/components/IteratorComponent.java | 5 ++- .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 16 ++++++++++ .../struts2/components/IteratorComponentTest.java | 36 ++++++++++++++++++++++ .../apache/struts2/views/jsp/IteratorTagTest.java | 35 +++++++++++++++++++++ pom.xml | 22 ++++++------- 9 files changed, 131 insertions(+), 20 deletions(-)