You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/03/13 09:16:49 UTC

[camel-quarkus] branch main updated (e41f503984 -> e5ec7310ec)

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 e41f503984 Updated CHANGELOG.md
     add 2855b08a1a Revert "Disable cxf-soap-grouped tests due to #4603"
     add 7c1d7e857b Temporary workaround for #4603 IllegalAnnotationsException Two classes have the same XML type name thrown at build time by quarkus-jaxb
     add e5ec7310ec Upgrade to Quarkiverse CXF 2.0.0.Alpha4

No new revisions were added by this update.

Summary of changes:
 .../cxf-soap/cxf-soap-client/pom.xml               |  47 +-
 .../src/main/resources/application.properties      |  10 +
 .../src/main/resources/application.properties      |   4 +
 .../src/main/resources/application.properties      |   4 +
 .../cxf-soap/cxf-soap-server/pom.xml               |  60 +--
 .../src/main/resources/application.properties      |  10 +
 .../cxf-soap/cxf-soap-ws-security-client/pom.xml   |  47 +-
 .../src/main/resources/application.properties      |  10 +
 .../src/main/resources/application.properties      |   4 +
 .../src/main/resources/application.properties      |   4 +
 integration-test-groups/pom.xml                    |   2 +-
 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         |  67 +--
 .../dataformats-json-grouped/.gitignore            |   3 +
 integration-tests/dataformats-json-grouped/pom.xml |  30 --
 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 --
 integration-tests/pom.xml                          |   2 +-
 pom.xml                                            |   3 +-
 poms/bom/pom.xml                                   |   1 -
 poms/bom/src/main/generated/flattened-full-pom.xml | 518 ++++++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   | 226 ++++-----
 .../generated/flattened-reduced-verbose-pom.xml    | 518 ++++++++++-----------
 poms/build-parent-it/pom.xml                       |   1 -
 tooling/scripts/group-tests.groovy                 |  20 +-
 tooling/scripts/test-categories.yaml               |   1 +
 35 files changed, 739 insertions(+), 1024 deletions(-)
 create mode 100644 integration-tests/aws2-grouped/.gitignore
 create mode 100644 integration-tests/aws2-quarkus-client-grouped/.gitignore
 create mode 100644 integration-tests/azure-grouped/.gitignore
 create mode 100644 integration-tests/compression-grouped/.gitignore
 create mode 100644 integration-tests/cxf-soap-grouped/.gitignore
 create mode 100644 integration-tests/dataformats-json-grouped/.gitignore
 create mode 100644 integration-tests/foundation-grouped/.gitignore
 create mode 100644 integration-tests/mongodb-grouped/.gitignore