This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit 87b2e2b940 Rebased, regenerated
omit 6abe42d4c1 Add quarkus-netty dependency to aws-bedrock extension
omit f26d1d326d Temporarily disable GoogleBigqueryTest.sqlCrudOpertations
due to #7925
omit 072c76433f Fixed compilation issue
omit 04079299e8 Rebased
omit bf8ffc0dfc Proper enablement of jira tests
omit b66e418936 fixed Xchange
omit 8e9b35440b Fixed jira - updated wiremock stubs
omit 27be36559d Enabled consul - fix of import
omit 47e7c4f739 Enabled consul
omit 08eff61e0e Disabled Jira, regen
omit 249ee7355d Regen
omit 55a9a4baeb Partial fix of jira
omit f73006b759 Fixed twilio
omit 555338ff0a Disabled consul
omit 05a5ff284f Regen
omit 7646d5d9fd Regen
omit 33602c8722 Regen
omit df49545085 Regen
omit cd5c08f70b Regen
omit 148dade8c2 Fixed kamelet test
omit 20456e7f1a Regen
omit 0ac55a2d8a Fixes azure-eventhub native
omit 35b892fc66 Upgrade Camel to 4.16.0
omit 391d4bbc06 Enable okhttp 5.x to coexist with 4.x
add b6b9d3ece8 fix: Use previous image (deprecated)
new eb124ae8ce Generates certificates for cxf security tests
new 701f450003 Upgrade Camel to 4.16.0
new 76341aeb0c Enable okhttp 5.x to coexist with 4.x
new 47c3193f7a Workaroound because of #7942
new 853ac54190 Upgrade Camel to 4.17.0
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 (87b2e2b940)
\
N -- N -- N refs/heads/camel-main (853ac54190)
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.
The 5 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:
docs/antora.yml | 2 +-
docs/modules/ROOT/examples/components/stomp.yml | 2 +-
docs/modules/ROOT/examples/others/aws-xray.yml | 2 +-
.../ROOT/pages/reference/extensions/aws-xray.adoc | 6 +-
.../ROOT/pages/reference/extensions/pqc.adoc | 2 +-
.../ROOT/pages/reference/extensions/stomp.adoc | 6 +-
.../cxf-soap/cxf-soap-ws-trust/generate-certs.sh | 80 ++
.../it/ws/trust/server/ServerCallbackHandler.java | 2 +-
.../soap/it/ws/trust/sts/StsCallbackHandler.java | 2 +-
.../src/main/resources/actasstore.pkcs12 | Bin 0 -> 3640 bytes
.../src/main/resources/serviceKeystore.properties | 7 +-
.../src/main/resources/servicestore.jks | Bin 3475 -> 0 bytes
.../src/main/resources/servicestore.pkcs12 | Bin 0 -> 4751 bytes
.../src/main/resources/stsKeystore.properties | 7 +-
.../src/main/resources/stsstore.jks | Bin 5570 -> 0 bytes
.../src/main/resources/stsstore.pkcs12 | Bin 0 -> 6711 bytes
.../soap/it/ws/trust/ClientCallbackHandler.java | 4 +-
.../src/test/resources/clientKeystore.properties | 6 +-
.../src/test/resources/clientstore.jks | Bin 5571 -> 0 bytes
.../src/test/resources/clientstore.pkcs12 | Bin 0 -> 6717 bytes
pom.xml | 12 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 1331 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 764 +++++------
.../generated/flattened-reduced-verbose-pom.xml | 836 ++++++------
.../quarkus/maven/UpdateExtensionDocPageMojo.java | 5 +-
25 files changed, 1578 insertions(+), 1498 deletions(-)
create mode 100755
integration-test-groups/cxf-soap/cxf-soap-ws-trust/generate-certs.sh
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/actasstore.pkcs12
delete mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/servicestore.jks
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/servicestore.pkcs12
delete mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/stsstore.jks
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/stsstore.pkcs12
delete mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/test/resources/clientstore.jks
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/test/resources/clientstore.pkcs12