This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 0ea50ec679 Recording .gitmergeinfo Changes
new 18eae82d6b CXF-8796: Replace REMOVED_MARKER with null
new 1408a80fdc CXF-8796: IllegalArgumentException: argument type mismatch
with code first RPC when parameter omitted
new 4055bca77e Addressing code review comments
new 95b4888c6d Update UDPDestination.java
new 0067ccd1b5 CXF-8698: Add javadoc and tests to createContentID
new d5c5b998b3 CXF-8698: Refactor signature, remove exception which never
occurs
new ec2fb6cc7c CXF-8698: Use fallback domain in case parsed is not
alphanumeric
new d7d796f87a CXF-8799: Unxepected URLEncode in MTOM Content-Id
new 812d6f527b Recording .gitmergeinfo Changes
new 15a6e62909 Fix compile failures
new aa000fae49 Update release notes
The 11 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 | 5 +
.../cxf/attachment/AttachmentSerializer.java | 21 +++-
.../apache/cxf/message/MessageContentsList.java | 47 +++++--
.../cxf/attachment/AttachmentSerializerTest.java | 6 +
.../apache/cxf/attachment/AttachmentUtilTest.java | 50 +++++++-
distribution/src/main/release/release_notes.txt | 33 ++---
.../org/apache/cxf/jaxws/body/RPCGreeterImpl.java | 18 ++-
.../apache/cxf/jaxws/body/RpcBodyServerTest.java | 137 +++++++++++++++++++++
.../soapbody_rpc_provider/sayHello1Msg.xml | 21 ++--
.../soapbody_rpc_provider/sayHelloMsg.xml | 21 ++--
.../apache/cxf/transport/udp/UDPDestination.java | 4 +-
.../src/main/resources/wsdl/soapbody_rpc.wsdl | 80 ++++++++++++
12 files changed, 386 insertions(+), 57 deletions(-)
copy core/src/test/java/org/apache/cxf/helpers/UnMarkedInputStream.java =>
rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/body/RPCGreeterImpl.java
(72%)
create mode 100644
rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/body/RpcBodyServerTest.java
copy core/src/test/java/org/apache/cxf/staxutils/resources/greetMeReqIn3.xml
=> rt/frontend/jaxws/src/test/resources/soapbody_rpc_provider/sayHello1Msg.xml
(68%)
mode change 100755 => 100644
copy core/src/test/java/org/apache/cxf/staxutils/resources/greetMeReqIn3.xml
=> rt/frontend/jaxws/src/test/resources/soapbody_rpc_provider/sayHelloMsg.xml
(68%)
mode change 100755 => 100644
create mode 100644 testutils/src/main/resources/wsdl/soapbody_rpc.wsdl