This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 982822ef0a Remove redundant camel-quarkus-bom import in knative
runtime module
new 16983ff3e3 Test REST to SOAP bridge scenario
new 6eb1bd7517 Remove quarkus.camel.native.resources.*-patterns config
properties
new 7b58826103 Telegram webhook extra doc
new 24fd14122f Fixed website build in telegram.adoc
new fa8f52e686 Fixed website build in usage.adoc for telegram extension
The 5 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:
.../ROOT/pages/reference/extensions/core.adoc | 12 ---
.../ROOT/pages/reference/extensions/telegram.adoc | 6 ++
.../core/deployment/CamelNativeImageProcessor.java | 16 ----
.../org/apache/camel/quarkus/core/CamelConfig.java | 24 ------
.../telegram/runtime/src/main/doc/usage.adoc | 7 +-
.../cxf-soap/cxf-soap-rest}/pom.xml | 53 +++++++------
.../cxf/soap/rest/it/CxfSoapRestRoutes.java | 88 ++++++++++++++++++++++
.../src/main/resources/application.properties | 2 -
.../src/main/resources/wsdl/CalculatorService.wsdl | 0
.../cxf/soap/rest/it/CxfRestTestResource.java} | 6 +-
.../component/cxf/soap/rest/it/CxfSoapRestIT.java | 5 +-
.../cxf/soap/rest/it/CxfSoapRestTest.java | 54 +++++++++++++
integration-test-groups/cxf-soap/pom.xml | 1 +
integration-tests/cxf-soap-grouped/pom.xml | 34 +++++++++
14 files changed, 223 insertions(+), 85 deletions(-)
copy {integration-tests/lra =>
integration-test-groups/cxf-soap/cxf-soap-rest}/pom.xml (82%)
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-rest/src/main/java/org/apache/camel/quarkus/component/cxf/soap/rest/it/CxfSoapRestRoutes.java
copy integration-test-groups/cxf-soap/{cxf-soap-client =>
cxf-soap-rest}/src/main/resources/application.properties (84%)
copy integration-test-groups/cxf-soap/{cxf-soap-client =>
cxf-soap-rest}/src/main/resources/wsdl/CalculatorService.wsdl (100%)
copy
integration-test-groups/cxf-soap/{cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfClientTestResource.java
=>
cxf-soap-rest/src/test/java/org/apache/camel/quarkus/component/cxf/soap/rest/it/CxfRestTestResource.java}
(94%)
copy
extensions/aws2-lambda/runtime/src/main/org/apache/lambda/it/Aws2LambdaIT.java
=>
integration-test-groups/cxf-soap/cxf-soap-rest/src/test/java/org/apache/camel/quarkus/component/cxf/soap/rest/it/CxfSoapRestIT.java
(89%)
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-rest/src/test/java/org/apache/camel/quarkus/component/cxf/soap/rest/it/CxfSoapRestTest.java