This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from ed4b2548b4 Recording .gitmergeinfo Changes
     new 4454a03553 Update Netty to 4.1.116.Final
     new 7741b979ac Bump cxf.opentelemetry.semconv.version from 1.28.0-alpha to 
1.29.0-alpha (#2200)
     new 91939992ec Bump actions/setup-java from 4.5.0 to 4.6.0 (#2203)
     new 04893b28b4 Bump github/codeql-action from 3.27.9 to 3.28.0 (#2205)
     new 24a95bac02 Add more @Multipart tests (#2152)
     new f55a2aa967 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#2207)
     new a5f25dc27a 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              |   8 +-
 .github/workflows/pull-request-build.yml           |   2 +-
 .gitmergeinfo                                      |   5 +
 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, 269 insertions(+), 34 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%)

Reply via email to