This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 1a250ac498 Upgrade Camel to 3.20.0
add 981b94f51a Upgrade cq-maven-plugin to 3.2.2
add 4a1c083122 Upgrade Optaplanner to 8.29.0.Final
add b6e6f531e4 Updated CHANGELOG.md
add 6edce235c3 Upgrade Quarkus Amazon services to 1.3.1
add 1719fc7da6 Cxf-soap tests: Refactor and split
add d977326a0d Updated CHANGELOG.md
add a4b26162ce Upgrade Quarkus to 2.13.3.Final
add d82cb86b30 Updated CHANGELOG.md
add cb5a79ed51 Increased workflow memory limit to avoid java heap space
errors
add 69c17c8738 controlbus: Added action option tests (fixes #4009)
add 465d146334 Use official azure-core-http-vertx client in Azure
extensions
add 53b7036f08 Updated CHANGELOG.md
add 44add4d71f Sync camel-main / quarkus-main nightly CI workflows with
the main workflow
add a749990b48 Fix #3904 to increase the xslt tests and support the
schemas in JVM mode (#4018)
add 1720f3c277 Updated CHANGELOG.md
add f4fd0f9c6a Fix nightly sync workflow build failure reporting on Windows
add cc373de5b4 camel-quarkus-cxf-soap should depend on
quarkus-cxf-rt-features-logging
add f63845777d 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
add ee81de170a [closes #4203] Add tests for CXF SOAP MTOM
add 3836ce84ac Test WS-Security server with UsernameToken
add 5b7f2986e9 Move all Debezium itest deployment dependencies to
virtualDependencies profile
add 2b30d00a7e Split MTOM tests into AWT and non-AWT modules
add c6d1401419 Not use awt.* in MTOM test app
add 43cc6eacaf Updated CHANGELOG.md
add a3b728e158 CxfSoapMtomIT fails in native mode #4208
new 00c602f174 Upgrade Camel to 3.20.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1a250ac498)
\
N -- N -- N refs/heads/camel-main (00c602f174)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.github/workflows/camel-master-cron.yaml | 342 +++-
.github/workflows/quarkus-master-cron.yaml | 341 +++-
CHANGELOG.md | 20 +
.../pages/reference/extensions/controlbus.adoc | 25 +
.../ROOT/pages/reference/extensions/xslt.adoc | 22 +-
.../deployment/pom.xml | 59 -
.../vertx/AzureCoreHttpClientVertxProcessor.java | 7 +-
.../azure/core/http/vertx/DeadlockTests.java | 92 -
.../http/vertx/SimpleBasicAuthHttpProxyServer.java | 132 --
.../http/vertx/VertxAsyncClientTestHelper.java | 47 -
.../VertxAsyncHttpClientAsyncHttpClientTests.java | 70 -
.../vertx/VertxAsyncHttpClientBuilderTests.java | 464 -----
.../vertx/VertxAsyncHttpClientProviderTests.java | 213 --
.../VertxAsyncHttpClientResponseTransformer.java | 56 -
.../vertx/VertxAsyncHttpClientRestProxyTests.java | 145 --
...HttpClientRestProxyWithAsyncHttpProxyTests.java | 192 --
.../vertx/VertxAsyncHttpClientSingletonTests.java | 83 -
.../core/http/vertx/VertxAsyncHttpClientTests.java | 371 ----
.../http/vertx/VertxHttpClientTestResource.java | 73 -
.../deployment/src/test/resources/upload.txt | 1 -
.../azure-core-http-client-vertx/runtime/pom.xml | 4 +
.../core/http/vertx/QuarkusVertxProvider.java | 1 +
.../core/http/vertx/VertxAsyncHttpClient.java | 139 --
.../http/vertx/VertxAsyncHttpClientBuilder.java | 288 ---
.../http/vertx/VertxAsyncHttpClientProvider.java | 82 -
.../implementation/BufferedVertxHttpResponse.java | 66 -
.../implementation/VertxHttpAsyncResponse.java | 61 -
.../implementation/VertxHttpResponseBase.java | 74 -
.../com.azure.core.http.HttpClientProvider | 1 -
...der => com.azure.core.http.vertx.VertxProvider} | 0
.../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 +-
.../src/main/resources/application.properties | 2 +-
.../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 | 39 +-
.../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 | 27 +-
.../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 | 36 +-
.../com/helloworld/service/CodeFirstService.java | 0
.../cxf/soap/server}/it/CxfSoapRoutes.java | 75 +-
.../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 | 6 +-
.../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 | 19 +-
.../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 +
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/pom.xml | 2 +-
integration-tests/xml/pom.xml | 21 +
.../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 | 19 +-
poms/bom-test/pom.xml | 7 +
poms/bom/pom.xml | 6 +
poms/bom/src/main/generated/flattened-full-pom.xml | 2064 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 99 +-
.../generated/flattened-reduced-verbose-pom.xml | 267 +--
tooling/scripts/test-categories.yaml | 2 +-
142 files changed, 5309 insertions(+), 4948 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/SimpleBasicAuthHttpProxyServer.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncClientTestHelper.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientAsyncHttpClientTests.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientBuilderTests.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientProviderTests.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientResponseTransformer.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientRestProxyTests.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientRestProxyWithAsyncHttpProxyTests.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientSingletonTests.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/deployment/src/test/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientTests.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/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/VertxAsyncHttpClient.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientBuilder.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxAsyncHttpClientProvider.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/implementation/BufferedVertxHttpResponse.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/implementation/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/implementation/VertxHttpResponseBase.java
delete mode 100644
extensions-support/azure-core-http-client-vertx/runtime/src/main/resources/META-INF/services/com.azure.core.http.HttpClientProvider
rename
extensions-support/azure-core-http-client-vertx/runtime/src/main/resources/META-INF/services/{org.apache.camel.quarkus.support.azure.core.http.vertx.VertxProvider
=> com.azure.core.http.vertx.VertxProvider} (100%)
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
integration-tests/cxf-soap/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapClientTestResource.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%)
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-mtom/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/it/ImageFile.java
(65%)
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 (81%)
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
(50%)
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
(93%)
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
rename
extensions-support/azure-core-http-client-vertx/runtime/src/main/java/org/apache/camel/quarkus/support/azure/core/http/vertx/VertxProvider.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
(57%)
rename {integration-tests/cxf-soap =>
integration-test-groups/cxf-soap/cxf-soap-ws-security-server}/src/main/resources/application.properties
(89%)
rename
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%)
copy
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/CxfSoapClientTestResource.java
=>
integration-test-groups/foundation/controlbus/src/main/java/org/apache/camel/quarkus/component/controlbus/it/RouteStats.java
(67%)
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