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

github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 4d7f211f7e Upgrade Quarkus to 3.23.0.CR1
     add 69df7f5751 Fixes #7211 Enable ssh eddsa test for RHEL
     add 2d1c89b8e5 fixes #7317 Longer interval for azureServiceBus.scheduled
     add f66a208a00 Fix dynamic instantiation of Azure HttpResponseException 
types in native mode
     add 0963b0aa5b Bump quarkiverse-mybatis.version from 2.3.2 to 2.4.0 (#7321)
     new 8d7605ae59 Upgrade Quarkus to 3.23.0.CR1

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   (4d7f211f7e)
            \
             N -- N -- N   refs/heads/quarkus-main (8d7605ae59)

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 1 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:
 .../deployment/AzureCoreSupportProcessor.java      | 23 +++++++++++++++++++---
 .../deployment/AzureServicebusProcessor.java       |  6 ++++++
 .../azure/eventhubs/it/AzureEventhubsResource.java | 17 ++++++++++++++++
 .../azure/eventhubs/it/AzureEventhubsTest.java     |  8 ++++++++
 .../azure/key/vault/it/AzureKeyVaultResource.java  | 17 ++++++++++++++++
 .../azure/key/vault/it/AzureKeyVaultTest.java      |  7 +++++++
 .../servicebus/it/AzureServiceBusResource.java     | 17 ++++++++++++++++
 .../azure/servicebus/it/AzureServiceBusTest.java   | 19 ++++++++++++++----
 .../storage/blob/it/AzureStorageBlobResource.java  | 17 ++++++++++++++++
 .../storage/blob/it/AzureStorageBlobTest.java      |  8 ++++++++
 .../queue/it/AzureStorageQueueResource.java        | 17 ++++++++++++++++
 .../storage/queue/it/AzureStorageQueueTest.java    |  7 +++++++
 integration-tests/ssh/README.adoc                  | 12 +++++++++++
 .../camel/quarkus/component/ssh/it/SshTest.java    |  2 --
 pom.xml                                            |  2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  4 ++--
 .../src/main/generated/flattened-reduced-pom.xml   |  4 ++--
 .../generated/flattened-reduced-verbose-pom.xml    |  4 ++--
 18 files changed, 175 insertions(+), 16 deletions(-)
 create mode 100644 integration-tests/ssh/README.adoc

Reply via email to