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 bebb75a88f Upgrade Quarkus to 3.19.0.CR1
     add b64409ebcc Bump com.azure:azure-core-http-vertx from 1.0.0-beta.24 to 
1.0.0
     add 90a5c6ae6c Auto generated changes for dependabot commit 
c939c5bcb50fdd235a210b5f4ef94dda15b2e94a
     add a3ebce5998 Bump quarkiverse-groovy.version from 3.18.0 to 3.18.1
     add 876afd11b3 Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.6.2 
to 3.6.3
     add 3012217007 Bump cq-plugin.version from 4.16.1 to 4.16.2
     add 4d74a7d897 fixes #6660: azure-key-vault refresh context coverage
     new 9bdc1a0f88 Upgrade Quarkus to 3.19.0.CR1
     new d0d5b3d87c Disable Micrometer JMX tests due to #6984

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   (bebb75a88f)
            \
             N -- N -- N   refs/heads/quarkus-main (d0d5b3d87c)

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 2 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:
 integration-test-groups/azure/README.adoc          |   1 +
 .../azure/azure-key-vault/README.adoc              |  64 ++++++++++
 .../azure/azure-key-vault/key-vault-resources.sh   |  78 ++++++++++++
 .../azure/key/vault/it/AzureKeyVaultResource.java  |  17 +++
 .../azure/key/vault/it/AzureKeyVaultRoutes.java    |  32 ++---
 .../azure/key/vault/it/AzureKeyVaultTest.java      | 137 +++++++++++++++++----
 .../key/vault}/it/ContextReloadTestProfile.java    |  19 +--
 integration-test-groups/azure/azure-resources.sh   |  14 ++-
 integration-tests/micrometer/pom.xml               |   2 +
 .../micrometer/it/MicrometerProducers.java         |  19 ++-
 .../component/micrometer/it/MicrometerTest.java    |   2 +
 pom.xml                                            |   8 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |   6 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   6 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   6 +-
 15 files changed, 334 insertions(+), 77 deletions(-)
 create mode 100644 integration-test-groups/azure/azure-key-vault/README.adoc
 create mode 100755 
integration-test-groups/azure/azure-key-vault/key-vault-resources.sh
 copy 
integration-test-groups/{aws2/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager
 => 
azure/azure-key-vault/src/test/java/org/apache/camel/quarkus/component/azure/key/vault}/it/ContextReloadTestProfile.java
 (53%)

Reply via email to