This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch
feature/WW-5585-dynamic-file-upload-params
in repository https://gitbox.apache.org/repos/asf/struts.git
omit 32557d8c7 feat(fileupload): implement dynamic parameter evaluation for
file upload validation
add 0a98e9be3 Bump github/codeql-action from 4.31.0 to 4.31.2 (#1402)
add d7bdedf58 Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to
3.2.3 (#1403)
add 4d7fb2e5b Bump org.springframework:spring-framework-bom from 6.2.11 to
6.2.12 (#1404)
add 3e7710c58 WW-5576 Java 25 build (#1415)
add 6cfd34c94 fix(core): enable WithLazyParams interceptor configuration
in stacks (#1414)
new cf84e2e04 feat(fileupload): implement dynamic parameter evaluation for
file upload validation
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 (32557d8c7)
\
N -- N -- N
refs/heads/feature/WW-5585-dynamic-file-upload-params (cf84e2e04)
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.
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/maven.yml | 2 +
.github/workflows/scorecards-analysis.yaml | 2 +-
core/pom.xml | 11 +-
.../struts2/factory/DefaultInterceptorFactory.java | 5 +-
.../apache/struts2/interceptor/WithLazyParams.java | 19 ++-
.../struts2/DefaultActionInvocationTest.java | 29 +++-
.../apache/struts2/mock/MockLazyInterceptor.java | 18 ++-
core/src/test/resources/xwork-sample.xml | 163 +++++++++++----------
parent/pom.xml | 6 +-
pom.xml | 3 +-
11 files changed, 167 insertions(+), 97 deletions(-)