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

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


    from 4a28f6cb1c Updating Jettison to 1.5.3
     new 64e97514f0 CXF-8796: Replace REMOVED_MARKER with null
     new f95cfdfdf4 CXF-8796: IllegalArgumentException: argument type mismatch 
with code first RPC when parameter omitted
     new b9fa5a6083 Addressing code review comments
     new ad0eb2c098 Update UDPDestination.java
     new b50c37b3f0 CXF-8698: Add javadoc and tests to createContentID
     new 625e3d24f4 CXF-8698: Refactor signature, remove exception which never 
occurs
     new 1e6dc65a8b CXF-8698: Use fallback domain in case parsed is not 
alphanumeric
     new a5ad0b1798 CXF-8799: Unxepected URLEncode in MTOM Content-Id
     new 77f5bf4fc2 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                                      |  14 +++
 .../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, 384 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