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 4dbf5830b80 Fixup
new d755c5012b1 Make sure MessageContextImpl respects the limit to the
maximum number of attachments to be collected (#3311)
new 61852236575 Bump actions/setup-java from 5.5.0 to 5.6.0 (#3319)
The 2 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 | 2 +-
.github/workflows/pull-request-build.yml | 2 +-
.../cxf/attachment/AttachmentDeserializer.java | 3 +-
.../apache/cxf/jaxrs/ext/MessageContextImpl.java | 27 ++++-
.../cxf/jaxrs/provider/MultipartProviderTest.java | 134 +++++++++++++++++++++
5 files changed, 163 insertions(+), 5 deletions(-)
create mode 100644
rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/provider/MultipartProviderTest.java