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

dkulp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 30ababf501 Updating Jettison to 1.5.3
     new d32d3d00c5 CXF-8796: Replace REMOVED_MARKER with null
     new ac2f96db79 CXF-8796: IllegalArgumentException: argument type mismatch 
with code first RPC when parameter omitted
     new d5fd2f14b1 Addressing code review comments

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:
 .../apache/cxf/message/MessageContentsList.java    |  47 +++++--
 .../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 ++--
 .../src/main/resources/wsdl/soapbody_rpc.wsdl      |  80 ++++++++++++
 6 files changed, 293 insertions(+), 31 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