You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/12/19 10:46:49 UTC

(camel) branch regen_bot updated (a0f61aef0f4 -> 8f6c703e58a)

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

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


    from a0f61aef0f4 Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.2.0 (#12483)
     add 028ae540e67 Bump spring-ws-version from 4.0.8 to 4.0.9 (#12481)
     add f3cef08ee63 Bump aws-java-sdk2-version from 2.22.0 to 2.22.1 (#12482)
     add 296c59b3c79 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Storage Queue
     add fab7087129d CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Storage Queue - Migration Docs
     add 8e8f7b5df62 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Storage Queue - Docs
     add 8ca9ce4b6f3 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Storage Queue
     add cc8e66ebe5a CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Storage Queue - Docs
     add 8f6c703e58a CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Storage Queue

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-queue.json    | 96 +++++++++++-----------
 .../camel-azure/camel-azure-storage-queue/pom.xml  |  4 +
 .../storage/queue/QueueComponentConfigurer.java    |  6 ++
 .../storage/queue/QueueEndpointConfigurer.java     |  6 ++
 .../storage/queue/QueueEndpointUriFactory.java     |  3 +-
 .../azure/storage/queue/azure-storage-queue.json   | 96 +++++++++++-----------
 .../main/docs/azure-storage-queue-component.adoc   | 17 ++--
 .../azure/storage/queue}/CredentialType.java       |  9 +-
 .../azure/storage/queue/QueueComponent.java        |  8 --
 .../azure/storage/queue/QueueConfiguration.java    | 16 ++++
 .../storage/queue/client/QueueClientFactory.java   | 18 +++-
 .../azure/storage/queue/QueueComponentTest.java    | 23 ++++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc     | 10 ++-
 parent/pom.xml                                     |  4 +-
 14 files changed, 190 insertions(+), 126 deletions(-)
 copy components/camel-azure/{camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob => camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue}/CredentialType.java (91%)