This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 34bf4efd7d Complete vertx-http test coverage #4658 (#4708)
new 19ca84d78e Upgrade to CXF test container quay.io/l2x6/calculator-ws:1.1
new f6a6bc6f6c Test CXF client with HTTP BASIC authentication #4705
The 2 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:
.../cxf/soap/client/it/CxfSoapClientResource.java | 34 +++-
.../cxf/soap/client/it/CxfSoapClientRoutes.java | 20 +++
.../src/main/resources/application.properties | 6 +-
.../wsdl/BasicAuthCalculatorService.wsdl} | 42 ++---
.../src/main/resources/wsdl/CalculatorService.wsdl | 188 +++++++++++++++++----
.../cxf/soap/client/it/CxfClientTestResource.java | 11 +-
.../cxf/soap/client/it/CxfSoapClientTest.java | 57 +++++--
.../soap/wss/client/it/CxfSoapWssClientTest.java | 16 +-
.../wss/client/it/CxfWssClientTestResource.java | 2 +-
9 files changed, 279 insertions(+), 97 deletions(-)
copy
integration-test-groups/cxf-soap/{cxf-soap-ws-security-client/src/main/resources/wsdl/WssCalculatorService.wsdl
=> cxf-soap-client/src/main/resources/wsdl/BasicAuthCalculatorService.wsdl}
(54%)