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 2f3dbfb2b9 Add camel-cli-connector extension. Fixes #4051
new fdc23d49ad Upgrade to quarkus-cxf 2.0.1
new fcc04efbdb Test that WSDLs served in JVM and native modes are the same
#4746
new dc5c8c5b2f Avoid stale resources from previous builds and older
branches in grouped modules
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:
.../src/main/resources/application.properties | 4 +
.../component/cxf/soap/server/it/Java2wsIT.java} | 4 +-
.../component/cxf/soap/server/it/Java2wsTest.java | 126 ++++++
pom.xml | 2 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 449 +++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 61 +--
.../generated/flattened-reduced-verbose-pom.xml | 449 +++++++++++----------
tooling/scripts/group-tests.groovy | 14 +-
8 files changed, 645 insertions(+), 464 deletions(-)
copy
integration-test-groups/{foundation/bean/src/test/java/org/apache/camel/quarkus/component/bean/EipIT.java
=>
cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsIT.java}
(91%)
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsTest.java