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

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


    from f87280dac0 Recording .gitmergeinfo Changes
     new 174240b0a1 CXF-8796: Replace REMOVED_MARKER with null
     new 23662383f3 CXF-8796: IllegalArgumentException: argument type mismatch 
with code first RPC when parameter omitted
     new d1d5ffbb7b Addressing code review comments
     new 7ffe7da276 Update UDPDestination.java
     new 7773162b7f CXF-8698: Add javadoc and tests to createContentID
     new b25906eac2 CXF-8698: Refactor signature, remove exception which never 
occurs
     new b31b23c28a CXF-8698: Use fallback domain in case parsed is not 
alphanumeric
     new e3adb01736 CXF-8799: Unxepected URLEncode in MTOM Content-Id
     new fbb800f420 Recording .gitmergeinfo Changes

The 9 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                                      |   2 +
 .../cxf/attachment/AttachmentSerializer.java       |  19 ++-
 .../apache/cxf/message/MessageContentsList.java    |  47 +++++--
 .../cxf/attachment/AttachmentSerializerTest.java   |   6 +
 .../apache/cxf/attachment/AttachmentUtilTest.java  |  51 +++++++-
 .../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 ++++++++++++
 11 files changed, 372 insertions(+), 34 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

Reply via email to