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

jamesnetherton pushed a change to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from b80a592c3a Upgrade Quarkus Amazon services to 1.3.1
     new 75a101c76d Cxf-soap tests: Refactor and split
     new 57c230c661 Upgrade Quarkus to 2.13.3.Final
     new a424a2b118 controlbus: Added action option tests (fixes #4009)
     new 12f2cca481 Fix #3904 to increase the xslt tests and support the 
schemas in JVM mode (#4018)
     new bedc7e1e9e camel-quarkus-cxf-soap should depend on 
quarkus-cxf-rt-features-logging
     new 4613bf90fe Rename ws-security test to-ws-security-client test, better 
separate package names, test names and property names among the individual cxf 
test modules so that they do not clash when run together
     new d7ce39e288 [closes #4203] Add tests for CXF SOAP MTOM
     new 56d24c1b78 Test WS-Security server with UsernameToken
     new 493e0975a3 Move all Debezium itest deployment dependencies to 
virtualDependencies profile
     new dfafbbef6a Split MTOM tests into AWT and non-AWT modules
     new 7184028354 Not use awt.* in MTOM test app
     new ced6b01a83 CxfSoapMtomIT fails in native mode #4208
     new f82c2cd2bb Remove unecessary basedir in Kafka Oauth tests
     new f73da10f6d Manage dependency com.jayway.jsonpath:json-path
     new e75f01b52a perf-regression: remove workaround and final fix Java 17 
issue #4031
     new 5056b26629 fix CRLF related warnings for *.png files
     new 5e2b1ae932 Test CXF service having an Implementation class in the 
application
     new 5308c96a0b Use official azure-core-http-vertx client in Azure 
extensions
     new 0f16a16d91 Upgrade Camel to 3.18.3

The 19 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:
 .gitattributes                                     |    6 +-
 docs/antora.yml                                    |    4 +-
 .../pages/reference/extensions/controlbus.adoc     |   25 +
 .../ROOT/pages/reference/extensions/xslt.adoc      |   22 +-
 .../deployment/pom.xml                             |   54 -
 .../vertx/AzureCoreHttpClientVertxProcessor.java   |   11 +
 .../azure/core/http/vertx/DeadlockTests.java       |   89 --
 .../http/vertx/VertxHttpClientBuilderTests.java    |  181 ---
 .../http/vertx/VertxHttpClientHttpClientTests.java |   55 -
 .../http/vertx/VertxHttpClientProviderTests.java   |  113 --
 .../vertx/VertxHttpClientResponseTransformer.java  |   56 -
 .../http/vertx/VertxHttpClientRestProxyTests.java  |   63 -
 ...VertxHttpClientRestProxyWithHttpProxyTests.java |   86 --
 .../http/vertx/VertxHttpClientTestResource.java    |   73 -
 .../core/http/vertx/VertxHttpClientTests.java      |  317 -----
 .../deployment/src/test/resources/upload.txt       |    1 -
 .../azure-core-http-client-vertx/runtime/pom.xml   |    6 +-
 .../core/http/vertx/BufferedVertxHttpResponse.java |   72 -
 ...ientProvider.java => QuarkusVertxProvider.java} |   36 +-
 .../core/http/vertx/VertxHttpAsyncResponse.java    |   52 -
 .../azure/core/http/vertx/VertxHttpClient.java     |  133 --
 .../core/http/vertx/VertxHttpClientBuilder.java    |  264 ----
 .../azure/core/http/vertx/VertxHttpResponse.java   |   74 -
 .../core/http/vertx/VertxHttpResponseHandler.java  |   59 -
 .../com.azure.core.http.HttpClientProvider         |    1 -
 .../com.azure.core.http.vertx.VertxProvider        |    1 +
 .../deployment/AzureCoreSupportProcessor.java      |    3 +-
 extensions-support/azure-core/runtime/pom.xml      |    5 +
 .../runtime/src/main/doc/limitations.adoc          |    3 +
 .../controlbus/runtime/src/main/doc/usage.adoc     |   11 +
 extensions/cxf-soap/deployment/pom.xml             |    4 +
 .../cxf/soap/deployment/CxfSoapProcessor.java      |   26 +-
 extensions/cxf-soap/runtime/pom.xml                |    4 +
 .../xslt/runtime/src/main/doc/configuration.adoc   |   22 +-
 .../quarkus/component/xslt/CamelXsltRecorder.java  |   54 +-
 .../quarkus/component/xslt/RuntimeUriResolver.java |    9 +-
 .../storage/blob/it/AzureStorageBlobResource.java  |   22 +-
 .../storage/blob/it/AzureStorageBlobTest.java      |    4 +-
 .../cxf-soap/cxf-soap-client/README.adoc           |   28 +
 .../cxf-soap/cxf-soap-client}/pom.xml              |   61 +-
 .../cxf/soap/client/it/CxfSoapClientResource.java  |   52 +-
 .../cxf/soap/client/it/CxfSoapClientRoutes.java    |   73 +
 .../src/main/resources/application.properties      |    3 -
 .../src/main/resources/wsdl/CalculatorService.wsdl |  248 ++++
 .../cxf/soap/client/it/CxfClientTestResource.java  |   65 +
 .../cxf/soap/client}/it/CxfSoapClientIT.java       |    2 +-
 .../cxf/soap/client/it/CxfSoapClientTest.java      |   95 ++
 .../cxf-soap/cxf-soap-mtom-awt/README.adoc         |    4 +
 .../cxf-soap-mtom-awt}/pom.xml                     |   39 +-
 .../soap/mtom/awt/it/CxfSoapMtomAwtResource.java   |   90 ++
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtRoutes.java |  118 ++
 .../cxf/soap/mtom/awt/it/IImageService.java        |   16 +-
 .../component/cxf/soap/mtom/awt/it/ImageData.java  |   44 +-
 .../cxf/soap/mtom/awt/it/ImageService.java         |   58 +
 .../soap/mtom/awt/it/MtomAttachmentChecker.java    |   96 ++
 .../src/main/resources/application.properties      |    3 -
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtIT.java     |    4 +-
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtTest.java   |   78 ++
 .../src/test/resources/linux-image.png             |  Bin 0 -> 38982 bytes
 .../cxf-soap/cxf-soap-mtom/README.adoc             |    4 +
 .../controlbus => cxf-soap/cxf-soap-mtom}/pom.xml  |   35 +-
 .../cxf/soap/mtom/it/CxfSoapMtomResource.java      |   58 +-
 .../cxf/soap/mtom/it/CxfSoapMtomRoutes.java        |  141 ++
 .../component/cxf/soap/mtom/it/IImageService.java  |   16 +-
 .../component/cxf/soap/mtom/it/ImageFile.java      |   32 +-
 .../component/cxf/soap/mtom/it/ImageService.java   |   62 +
 .../cxf/soap/mtom/it/MtomAttachmentChecker.java    |   96 ++
 .../src/main/resources/application.properties      |    3 -
 .../component/cxf/soap/mtom/it/CxfSoapMtomIT.java  |    4 +-
 .../cxf/soap/mtom/it/CxfSoapMtomTest.java          |   81 ++
 .../src/test/resources/linux-image.png             |  Bin 0 -> 38982 bytes
 .../cxf-soap/cxf-soap-server}/pom.xml              |   35 +-
 .../com/helloworld/service/CodeFirstService.java   |    0
 .../cxf/soap/server}/it/CxfSoapRoutes.java         |   81 +-
 .../component/cxf/soap/server/it/EchoService.java  |   11 +-
 .../cxf/soap/server/it/EchoServiceImpl.java        |   15 +-
 .../src/main/resources/application.properties      |    3 -
 .../src/main/resources/wsdl/HelloService.wsdl      |  106 ++
 .../cxf/soap/server}/it/CxfSoapServiceIT.java      |    2 +-
 .../cxf/soap/server}/it/CxfSoapServiceTest.java    |   23 +-
 .../cxf-soap-ws-security-client/README.adoc        |   28 +
 .../cxf-soap/cxf-soap-ws-security-client}/pom.xml  |   57 +-
 .../wss/client/it/CxfSoapWssClientResource.java}   |   53 +-
 .../soap/wss/client/it/CxfSoapWssClientRoutes.java |   77 +-
 .../cxf/soap/wss/client}/it/PasswordCallback.java  |   10 +-
 .../src/main/resources/application.properties      |    3 -
 .../main/resources/wsdl/WssCalculatorService.wsdl  |   75 +
 .../cxf/soap/wss/client/it/CxfSoapWssClientIT.java |    4 +-
 .../soap/wss/client/it/CxfSoapWssClientTest.java   |   85 ++
 .../wss/client/it/CxfWssClientTestResource.java    |   76 ++
 .../cxf-soap-ws-security-server}/pom.xml           |   48 +-
 .../soap/wss/server/it/CxfSoapWssServerRoutes.java |  101 ++
 .../cxf/soap/wss/server/it/WssRounderService.java  |   22 +-
 .../src/main/resources/application.properties      |    4 -
 .../cxf/soap/wss/server/it/CxfSoapWssServerIT.java |    4 +-
 .../soap/wss/server/it/CxfSoapWssServerTest.java   |  129 ++
 .../wss/server/it/CxfWssServerTestResource.java    |   20 +-
 integration-test-groups/{ => cxf-soap}/pom.xml     |   21 +-
 .../foundation/controlbus/pom.xml                  |   21 +
 .../controlbus/it/ControlbusResource.java          |   47 +-
 .../component/controlbus/it/ControlbusRoute.java   |   22 +-
 .../controlbus/it/RestartRoutePolicy.java          |   34 +-
 .../component/controlbus/it/RouteStats.java        |   12 +-
 .../component/controlbus/it/ControlbusTest.java    |   78 +-
 integration-test-groups/pom.xml                    |    1 +
 .../controlbus-statistics}/pom.xml                 |   52 +-
 .../controlbus/it/ControlbusResource.java          |   17 +-
 .../component/controlbus/it/ControlbusRoute.java   |   10 +-
 .../component/controlbus/it/ControlbusTest.java    |   15 +-
 integration-tests-jvm/pom.xml                      |    1 +
 .../support/azure/AzureStorageTestResource.java    |    2 +-
 integration-tests/cxf-soap-grouped/README.adoc     |    4 +
 .../{cxf-soap => cxf-soap-grouped}/pom.xml         |  192 ++-
 .../src/main/resources/wsdl/HelloService.wsdl      |  113 --
 .../component/cxf/soap/it/CxfSoapClientTest.java   |   61 -
 .../resources/__files/simpleHelloWorldResponse.xml |    8 -
 .../test/resources/__files/soapObjectResponse.xml  |   12 -
 .../test/resources/__files/wsSecurityResponse.xml  |    8 -
 .../test/resources/mappings/simpleHelloWorld.json  |   27 -
 .../src/test/resources/mappings/soapObject.json    |   29 -
 .../src/test/resources/mappings/wsSecurity.json    |   59 -
 integration-tests/debezium/pom.xml                 |   52 +-
 integration-tests/kafka-oauth/pom.xml              |    2 +-
 integration-tests/pom.xml                          |    2 +-
 integration-tests/xml/pom.xml                      |   38 +
 .../quarkus/component/xml/it/XmlResource.java      |   86 +-
 .../quarkus/component/xml/it/XmlRouteBuilder.java  |   17 +
 .../quarkus/component/xml/it/XsltProducers.java    |   84 ++
 .../xml/src/main/resources/application.properties  |    4 +-
 .../xml/src/main/resources/xslt/aggregate.xsl      |   34 +
 .../xml/src/main/resources/xslt/include.xsl        |   26 +
 .../xslt/include_not_existing_resource.xsl         |   31 +
 .../xml/src/main/resources/xslt/terminate.xsl      |   36 +
 .../camel/quarkus/component/xml/it/XmlTest.java    |  100 +-
 .../quarkus/component/xml/it/XmlTestResource.java  |   60 +
 integration-tests/xml/src/test/resources/data1.xml |   20 +
 integration-tests/xml/src/test/resources/data2.xml |   20 +
 integration-tests/xml/src/test/resources/data3.xml |   20 +
 pom.xml                                            |   28 +-
 poms/bom-test/pom.xml                              |    7 +
 poms/bom/pom.xml                                   |   21 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 1427 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  796 +++++------
 .../generated/flattened-reduced-verbose-pom.xml    |  928 ++++++-------
 .../cq-perf-regression-sample-base/pom.xml         |    2 +-
 .../performance/regression/MvnwCmdHelper.java      |    2 +-
 tooling/scripts/test-categories.yaml               |    2 +-
 147 files changed, 5167 insertions(+), 4326 deletions(-)
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/DeadlockTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientBuilderTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientHttpClientTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientProviderTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientResponseTransformer.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientRestProxyTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientRestProxyWithHttpProxyTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientTestResource.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientTests.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/deployment/src/test/resources/upload.txt
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/BufferedVertxHttpResponse.java
 rename 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/{VertxHttpClientProvider.java
 => QuarkusVertxProvider.java} (57%)
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpAsyncResponse.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClient.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpClientBuilder.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpResponse.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpResponseHandler.java
 delete mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/resources/META-INF/services/com.azure.core.http.HttpClientProvider
 create mode 100644 
extensions-support/azure-core-http-client-vertx/runtime/src/main/resources/META-INF/services/com.azure.core.http.vertx.VertxProvider
 create mode 100644 extensions/controlbus/runtime/src/main/doc/limitations.adoc
 create mode 100644 extensions/controlbus/runtime/src/main/doc/usage.adoc
 create mode 100644 integration-test-groups/cxf-soap/cxf-soap-client/README.adoc
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-client}/pom.xml (81%)
 copy 
integration-tests/cxf-soap/src/main/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapResource.java
 => 
integration-test-groups/cxf-soap/cxf-soap-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientResource.java
 (52%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientRoutes.java
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-client}/src/main/resources/application.properties
 (93%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfClientTestResource.java
 copy 
{integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap
 => 
integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client}/it/CxfSoapClientIT.java
 (93%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/README.adoc
 copy integration-test-groups/{foundation/controlbus => 
cxf-soap/cxf-soap-mtom-awt}/pom.xml (76%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/CxfSoapMtomAwtResource.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/CxfSoapMtomAwtRoutes.java
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/IImageService.java
 (74%)
 copy 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpRequest.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/ImageData.java
 (54%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/ImageService.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/MtomAttachmentChecker.java
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt}/src/main/resources/application.properties
 (93%)
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapServiceIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/test/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/CxfSoapMtomAwtIT.java
 (88%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/test/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/CxfSoapMtomAwtTest.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/test/resources/linux-image.png
 create mode 100644 integration-test-groups/cxf-soap/cxf-soap-mtom/README.adoc
 copy integration-test-groups/{foundation/controlbus => 
cxf-soap/cxf-soap-mtom}/pom.xml (78%)
 rename 
integration-tests/cxf-soap/src/main/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapResource.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/CxfSoapMtomResource.java
 (50%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/CxfSoapMtomRoutes.java
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/IImageService.java
 (73%)
 rename 
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxHttpRequest.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/ImageFile.java
 (59%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/ImageService.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/MtomAttachmentChecker.java
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-mtom}/src/main/resources/application.properties
 (93%)
 rename 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/test/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/CxfSoapMtomIT.java
 (89%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/test/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/CxfSoapMtomTest.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-mtom/src/test/resources/linux-image.png
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-server}/pom.xml (83%)
 rename {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-server}/src/main/java/com/helloworld/service/CodeFirstService.java
 (100%)
 copy 
{integration-tests/cxf-soap/src/main/java/org/apache/camel/quarkus/component/cxf/soap
 => 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server}/it/CxfSoapRoutes.java
 (57%)
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapServiceIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/EchoService.java
 (70%)
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientTestResource.java
 => 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/EchoServiceImpl.java
 (68%)
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-server}/src/main/resources/application.properties
 (93%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/resources/wsdl/HelloService.wsdl
 copy 
{integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap
 => 
integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server}/it/CxfSoapServiceIT.java
 (93%)
 rename 
{integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap
 => 
integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server}/it/CxfSoapServiceTest.java
 (67%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/README.adoc
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client}/pom.xml (83%)
 copy 
integration-test-groups/{foundation/controlbus/src/main/java/org/apache/camel/quarkus/component/controlbus/it/ControlbusResource.java
 => 
cxf-soap/cxf-soap-ws-security-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfSoapWssClientResource.java}
 (50%)
 rename 
integration-tests/cxf-soap/src/main/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapRoutes.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfSoapWssClientRoutes.java
 (53%)
 rename 
{integration-tests/cxf-soap/src/main/java/org/apache/camel/quarkus/component/cxf/soap
 => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/wss/client}/it/PasswordCallback.java
 (85%)
 copy {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client}/src/main/resources/application.properties
 (93%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/wsdl/WssCalculatorService.wsdl
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapServiceIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfSoapWssClientIT.java
 (87%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfSoapWssClientTest.java
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfWssClientTestResource.java
 copy integration-test-groups/{foundation/controlbus => 
cxf-soap/cxf-soap-ws-security-server}/pom.xml (76%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/CxfSoapWssServerRoutes.java
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientTestResource.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/WssRounderService.java
 (64%)
 rename {integration-tests/cxf-soap => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-server}/src/main/resources/application.properties
 (89%)
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapServiceIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/CxfSoapWssServerIT.java
 (87%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/CxfSoapWssServerTest.java
 copy 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientTestResource.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/server/it/CxfWssServerTestResource.java
 (60%)
 copy integration-test-groups/{ => cxf-soap}/pom.xml (69%)
 rename 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientTestResource.java
 => 
integration-test-groups/foundation/controlbus/src/main/java/org/apache/camel/quarkus/component/controlbus/it/RestartRoutePolicy.java
 (56%)
 rename 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapServiceIT.java
 => 
integration-test-groups/foundation/controlbus/src/main/java/org/apache/camel/quarkus/component/controlbus/it/RouteStats.java
 (74%)
 copy {integration-test-groups/foundation/controlbus => 
integration-tests-jvm/controlbus-statistics}/pom.xml (75%)
 copy {integration-test-groups/foundation/controlbus => 
integration-tests-jvm/controlbus-statistics}/src/main/java/org/apache/camel/quarkus/component/controlbus/it/ControlbusResource.java
 (80%)
 copy {integration-test-groups/foundation/controlbus => 
integration-tests-jvm/controlbus-statistics}/src/main/java/org/apache/camel/quarkus/component/controlbus/it/ControlbusRoute.java
 (91%)
 copy {integration-test-groups/foundation/controlbus => 
integration-tests-jvm/controlbus-statistics}/src/test/java/org/apache/camel/quarkus/component/controlbus/it/ControlbusTest.java
 (75%)
 create mode 100644 integration-tests/cxf-soap-grouped/README.adoc
 rename integration-tests/{cxf-soap => cxf-soap-grouped}/pom.xml (58%)
 delete mode 100644 
integration-tests/cxf-soap/src/main/resources/wsdl/HelloService.wsdl
 delete mode 100644 
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientTest.java
 delete mode 100644 
integration-tests/cxf-soap/src/test/resources/__files/simpleHelloWorldResponse.xml
 delete mode 100644 
integration-tests/cxf-soap/src/test/resources/__files/soapObjectResponse.xml
 delete mode 100644 
integration-tests/cxf-soap/src/test/resources/__files/wsSecurityResponse.xml
 delete mode 100644 
integration-tests/cxf-soap/src/test/resources/mappings/simpleHelloWorld.json
 delete mode 100644 
integration-tests/cxf-soap/src/test/resources/mappings/soapObject.json
 delete mode 100644 
integration-tests/cxf-soap/src/test/resources/mappings/wsSecurity.json
 create mode 100644 
integration-tests/xml/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltProducers.java
 create mode 100644 integration-tests/xml/src/main/resources/xslt/aggregate.xsl
 create mode 100644 integration-tests/xml/src/main/resources/xslt/include.xsl
 create mode 100644 
integration-tests/xml/src/main/resources/xslt/include_not_existing_resource.xsl
 create mode 100644 integration-tests/xml/src/main/resources/xslt/terminate.xsl
 create mode 100644 
integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlTestResource.java
 create mode 100644 integration-tests/xml/src/test/resources/data1.xml
 create mode 100644 integration-tests/xml/src/test/resources/data2.xml
 create mode 100644 integration-tests/xml/src/test/resources/data3.xml

Reply via email to