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/06/06 09:49:06 UTC

[camel-quarkus] branch 4220/camel-swift-extension updated (cad69b5100 -> 0221c3e099)

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

nfilotto pushed a change to branch 4220/camel-swift-extension
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    omit cad69b5100 Ref #4220: Add the camel-swift extension
    omit 6db1d149d1 Change because of CAMEL-19405 to make nightlu build successful
    omit 732d5e1c13 Added clear method to FastFactoryFinderResolver - CAMEL-19405, regen POMS
    omit 5dbde76b2f Upgraded azurite because of Upgrade of azure libs in Camel
    omit e949a6d213 POM regen
    omit 466b5f5aca Fixed messaging tests because of CAMEL-19135
    omit 1802140b44 Regen poms
    omit b9841b24f5 Regenerated files
    omit 0864eceaa4 Fixed openapi-java and rest-openapi by introducing support-swgger
    omit ccfc726662 Fixed mail + pom regen
    omit 3454934e2b fixed minio test because of CAMEL-17652
    omit fa2f2baa02 Fixed tika excludes + regen poms
    omit 2636b77616 Opeapi-java: fixed native tests - CQ4900
    omit 34de2bd264 Tika: fixed dependency conflict CQ4907
    omit 7ba77f7dbf cq:sync-versions + regen poms
    omit f766c6e553 Fix of Openapi-java because of CAMEL-18963 (compile and jvm works, native fails)
    omit 2668cef114 Upgrade Camel to 4.0.0-M4
     add 0702cfe19a Bump quarkiverse-jsch.version from 3.0.0 to 3.0.1 (#4948)
     add 998b0f5b61 Fix broken formatting on the CXF extension page
     add 23df27d7ea Updated CHANGELOG.md
     add e48fe7a62b Bump quarkiverse-minio.version from 3.0.2 to 3.1.0.Final (#4952)
     add 1081f97a34 Updated CHANGELOG.md
     add d53fa4d3e8 Bump formatter-maven-plugin from 2.22.0 to 2.23.0
     add 98a23c3834 Updated CHANGELOG.md
     add df13ea0cdd Regen SBOM from commit 98a23c3834c4164a767cfb3d2c6eedd9c17b7492
     add da04acd1cf Updated CHANGELOG.md
     add 7efcaf77b9 Upgrade Camel to 4.0.0-M4
     add dddce01928 Fix of Openapi-java because of CAMEL-18963 (compile and jvm works, native fails)
     add 2131988304 cq:sync-versions + regen poms
     add 5d557f559b Tika: fixed dependency conflict CQ4907
     add 6224c19ab7 Opeapi-java: fixed native tests - CQ4900
     add e0017972b8 Fixed tika excludes + regen poms
     add 27825f7eed fixed minio test because of CAMEL-17652
     add 2f22198715 Fixed mail + pom regen
     add 365da935f3 Fixed openapi-java and rest-openapi by introducing support-swgger
     add e3fdb6366e Regenerated files
     add 8012142c52 Regen poms
     add 93de20fddf Fixed messaging tests because of CAMEL-19135
     add 434ff3bcf0 POM regen
     add 693cdeb848 Upgraded azurite because of Upgrade of azure libs in Camel
     add 9aecef42cf Added clear method to FastFactoryFinderResolver - CAMEL-19405, regen POMS
     add ba2a96f6e1 Change because of CAMEL-19405 to make nightlu build successful
     add 447b476ece Temporary disabled openshift-master, kubernetes native tests, because of different kubernetes-client in C and Q
     add 0221c3e099 Ref #4220: Add the camel-swift extension

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   (cad69b5100)
            \
             N -- N -- N   refs/heads/4220/camel-swift-extension (0221c3e099)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   5 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 971 ++++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 895 ++++++++++---------
 .../ROOT/pages/reference/extensions/cxf-soap.adoc  |  19 +-
 .../cxf-soap/runtime/src/main/doc/usage.adoc       |  19 +-
 .../component/swift/deployment/SwiftProcessor.java |  22 +-
 .../swift/runtime/src/main/doc/limitations.adoc    |   4 +
 integration-tests/kubernetes/pom.xml               |  56 +-
 integration-tests/master-openshift/pom.xml         |  76 +-
 .../quarkus/component/swift/mx/it/SwiftMxIT.java   |   2 +-
 pom.xml                                            |   8 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  14 +-
 .../src/main/generated/flattened-reduced-pom.xml   |  14 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  14 +-
 14 files changed, 1143 insertions(+), 976 deletions(-)
 create mode 100644 extensions/swift/runtime/src/main/doc/limitations.adoc