This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 26871427f5 Disable couchdb tests due to #6148 discard 0674382e39 Exclude jline native image configuration from org.jetbrains.kotlin:kotlin-compiler-embeddable #6147 discard 2b55fbbb66 Upgrade Quarkus to 3.12.0.CR1 add 998507f656 Bump net.revelc.code.formatter:formatter-maven-plugin (#6161) add 6dad426427 Bump quarkiverse-cxf.version from 3.11.0 to 3.11.1 (#6160) add c2a088f1d6 Add missing HTTP client dependency to azure-key-vault extension add 3740e6f938 Remove redundant integration test READMEs relating to certificate generation add 525b3483fb Regen SBOM from commit 3740e6f938fca841877a32441c1d383354205f28 (#6168) new bb1c5bb4c1 Upgrade Quarkus to 3.12.0.CR1 new a1a50e6441 Exclude jline native image configuration from org.jetbrains.kotlin:kotlin-compiler-embeddable #6147 new f5b19e5ea6 Disable couchdb tests due to #6148 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 (26871427f5) \ N -- N -- N refs/heads/quarkus-main (f5b19e5ea6) 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 3 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: camel-quarkus-sbom/camel-quarkus-sbom.json | 527 ++++++++++---------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 525 ++++++++++---------- docs/antora.yml | 2 +- extensions-jvm/azure-key-vault/deployment/pom.xml | 4 + extensions-jvm/azure-key-vault/runtime/pom.xml | 16 +- .../dsl/kotlin/deployment/KotlinDslProcessor.java | 3 +- integration-tests-jvm/azure-key-vault/pom.xml | 22 + .../azure/key/vault/it/AzureKeyVaultResource.java | 59 ++- .../azure/key/vault/it/AzureKeyVaultRoutes.java | 58 +++ .../src/main/resources/application.properties | 13 +- .../azure/key/vault/it/AzureKeyVaultTest.java | 94 +++- integration-tests/kafka-sasl-ssl/README.adoc | 17 - integration-tests/kafka-ssl/README.adoc | 17 - pom.xml | 4 +- poms/bom/src/main/generated/flattened-full-pom.xml | 548 ++++++++++----------- .../src/main/generated/flattened-reduced-pom.xml | 52 +- .../generated/flattened-reduced-verbose-pom.xml | 548 ++++++++++----------- 17 files changed, 1332 insertions(+), 1177 deletions(-) create mode 100644 integration-tests-jvm/azure-key-vault/src/main/java/org/apache/camel/quarkus/component/azure/key/vault/it/AzureKeyVaultRoutes.java copy {integration-test-groups/dataformats-json/json-jackson => integration-tests-jvm/azure-key-vault}/src/main/resources/application.properties (81%) delete mode 100644 integration-tests/kafka-sasl-ssl/README.adoc delete mode 100644 integration-tests/kafka-ssl/README.adoc