You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/07/11 17:04:25 UTC

[camel-quarkus] branch backports-2.16.x updated (bd3334fe11 -> eaa9dde28a)

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

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


    from bd3334fe11 Update the version to 2.16.1-SNAPSHOT
     add 0afabcfec5 Revert "Upgrade to quarkus-cxf 1.5.11"
     add eeaf076faa Increase max heap size to check-format
     add 3812879220 Revert "Replace cxf-codegen-plugin with quarkus-cxf wdsl2java code generation"
     add cb2aa6db0a Revert "Avoid stale resources from previous builds and older branches in grouped"
     add 0e8c45fb9c Revert "Sync group-tests.groovy with main branch commit e5ec731 Upgrade to"
     add eaa9dde28a Fix group tests issues

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-validate.yml                  |   2 +-
 extensions-support/aws2/runtime/pom.xml            |   8 -
 .../cxf/soap/deployment/CxfBuildTimeConfig.java    |  48 ----
 .../cxf/soap/deployment/CxfSoapProcessor.java      |  77 +------
 .../org/apache/camel/component/qute/qute.json      |   2 +-
 extensions/salesforce/runtime/pom.xml              |   4 -
 extensions/soap/runtime/pom.xml                    |   4 -
 .../cxf-soap/cxf-soap-client/pom.xml               |  47 ++--
 .../cxf-soap/cxf-soap-server/pom.xml               |  56 +++--
 .../src/main/resources/application.properties      |   8 -
 .../cxf-soap/cxf-soap-ws-security-client/pom.xml   |  43 ++--
 .../src/main/resources/application.properties      |   4 -
 integration-tests/aws2-grouped/.gitignore          |   3 -
 integration-tests/aws2-grouped/pom.xml             |  30 +++
 .../aws2-quarkus-client-grouped/.gitignore         |   3 -
 integration-tests/azure-grouped/.gitignore         |   3 -
 integration-tests/azure-grouped/pom.xml            |  30 +++
 integration-tests/compression-grouped/.gitignore   |   3 -
 integration-tests/compression-grouped/pom.xml      |  30 +++
 integration-tests/cxf-soap-grouped/.gitignore      |   3 -
 integration-tests/cxf-soap-grouped/pom.xml         | 255 +++++----------------
 integration-tests/foundation-grouped/.gitignore    |   3 -
 integration-tests/foundation-grouped/pom.xml       |  30 +++
 integration-tests/mongodb-grouped/.gitignore       |   3 -
 integration-tests/mongodb-grouped/pom.xml          |  30 +++
 pom.xml                                            |   7 +-
 poms/bom/pom.xml                                   | 251 ++++++--------------
 poms/bom/src/main/generated/flattened-full-pom.xml | 208 ++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   | 204 ++++++-----------
 .../generated/flattened-reduced-verbose-pom.xml    | 208 ++++++-----------
 .../camel-quarkus-banned-dependencies.xml          |   4 -
 tooling/scripts/group-tests.groovy                 |  47 ++--
 32 files changed, 603 insertions(+), 1055 deletions(-)
 delete mode 100644 extensions/cxf-soap/deployment/src/main/java/org/apache/camel/quarkus/component/cxf/soap/deployment/CxfBuildTimeConfig.java
 delete mode 100644 integration-tests/aws2-grouped/.gitignore
 delete mode 100644 integration-tests/aws2-quarkus-client-grouped/.gitignore
 delete mode 100644 integration-tests/azure-grouped/.gitignore
 delete mode 100644 integration-tests/compression-grouped/.gitignore
 delete mode 100644 integration-tests/cxf-soap-grouped/.gitignore
 delete mode 100644 integration-tests/foundation-grouped/.gitignore
 delete mode 100644 integration-tests/mongodb-grouped/.gitignore