This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from d177a4e172 Update async-http-client to 2.12.4
new cadc0e492d Update Netty to 4.1.116.Final
new 9d35e1e46b Bump cxf.opentelemetry.semconv.version from 1.28.0-alpha to
1.29.0-alpha (#2200)
new 8ccb1c0bb7 Bump actions/setup-java from 4.5.0 to 4.6.0 (#2203)
new 47bbbcd630 Bump github/codeql-action from 3.27.9 to 3.28.0 (#2205)
new 269c9ffb1b Add more @Multipart tests (#2152)
new 175425e654 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#2207)
new 23cea61d50 Recording .gitmergeinfo Changes
The 7 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 | 8 +
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 | 169 +++++++++++++++++++++
.../MultipartBookStoreWithValidation.java | 50 +++---
9 files changed, 270 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%)