This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 8dabc0ff36 Recording .gitmergeinfo Changes
new 9de4637be5 Update Netty to 4.1.116.Final
new 7f884b9478 Bump cxf.opentelemetry.semconv.version from 1.28.0-alpha to
1.29.0-alpha (#2200)
new 8a0b00693b Bump actions/setup-java from 4.5.0 to 4.6.0 (#2203)
new 25d5332d1a Bump github/codeql-action from 3.27.9 to 3.28.0 (#2205)
new 7c1a0f3da3 Add more @Multipart tests (#2152)
new 49bf81ccea Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#2207)
new d6c8e85bc2 Recording .gitmergeinfo Changes
new 01e0641b48 Recording .gitmergeinfo Changes
The 8 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-analysis.yml | 6 +-
.github/workflows/pull-request-build.yml | 2 +-
.gitmergeinfo | 12 ++
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 6 +-
.../cxf/systest/jaxrs/JAXRSMultipartTest.java | 44 ++++++
.../apache/cxf/systest/jaxrs/MultipartStore.java | 18 +++
.../validation/JAXRSMultipartValidationTest.java | 168 +++++++++++++++++++++
.../MultipartBookStoreWithValidation.java | 50 +++---
9 files changed, 273 insertions(+), 35 deletions(-)
create mode 100644
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/validation/JAXRSMultipartValidationTest.java
copy
rt/rs/description/src/test/java/org/apache/cxf/jaxrs/model/wadl/FormInterface.java
=>
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/validation/MultipartBookStoreWithValidation.java
(51%)