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 d5ef9de0e8 Ref #4220: Add the camel-swift extension
add 6399684f05 Avoid port clashes with WireMock dynamically allocated port
add c590b0eb3c Updated CHANGELOG.md
add e00adf1af8 Manage jakarta.xml.soap-api and sync jakarta.ws properties
with CXF
add 30c9dd1cdf Updated CHANGELOG.md
add 2e8a7f82a1 Fix Opentelemetry port number in the documentation
add 01a77d0467 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 (d5ef9de0e8)
\
N -- N -- N refs/heads/4220/camel-swift-extension (01a77d0467)
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 | 3 ++
.../pages/reference/extensions/opentelemetry.adoc | 2 +-
.../opentelemetry/runtime/src/main/doc/usage.adoc | 2 +-
.../component/swift/deployment/SwiftProcessor.java | 53 ++++++++++++++++--
extensions/swift/runtime/pom.xml | 8 +--
.../WireMockTestResourceLifecycleManager.java | 4 +-
integration-tests/swift/pom.xml | 4 ++
.../component/swift/mt/it/SwiftMtResource.java | 38 +++++++++++--
.../component/swift/mx/it/SwiftMxResource.java | 62 ++++++++++++++++++++--
.../quarkus/component/swift/mt/it/SwiftMtTest.java | 31 +++++++++--
.../quarkus/component/swift/mx/it/SwiftMxTest.java | 52 ++++++++++++++++--
.../validator/it/ValidatorTestResource.java | 5 +-
.../quarkus/component/xml/it/XmlTestResource.java | 5 +-
pom.xml | 5 +-
poms/bom/pom.xml | 5 ++
poms/bom/src/main/generated/flattened-full-pom.xml | 5 ++
.../src/main/generated/flattened-reduced-pom.xml | 5 ++
.../generated/flattened-reduced-verbose-pom.xml | 5 ++
18 files changed, 264 insertions(+), 30 deletions(-)