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 162e2d8eb8 Bump dependency-check-maven from 7.4.4 to 8.1.0 (#1153)
new 8ddf1331ba CXF-8669: Multipart annotation not working 3.4.6 onwards
(#1078)
new a849e0b1a7 Fixed checkstyle violations
new dbafe3ab26 Recording .gitmergeinfo Changes
The 3 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:
.gitmergeinfo | 4 +
.../cxf/attachment/AttachmentDataSource.java | 6 +-
.../cxf/attachment/AttachmentDeserializer.java | 2 +-
.../org/apache/cxf/attachment/AttachmentUtil.java | 23 ++++-
.../java/org/apache/cxf/message/MessageUtils.java | 12 +++
.../cxf/attachment/AttachmentDeserializerTest.java | 101 +++++++++++++++++++++
.../apache/cxf/jaxrs/ext/MessageContextImpl.java | 3 +-
.../security/wss4j/AttachmentCallbackHandler.java | 14 ++-
8 files changed, 156 insertions(+), 9 deletions(-)