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/10/31 06:56:48 UTC

(camel) branch regen_bot updated (98a5f4befd6 -> 8b908d264ce)

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 98a5f4befd6 Fix message header mapping docs to show underscores (#11872)
     add 8b908d264ce CAMEL-20060 - Add Azure SAS support for azure blob storage (#11873)

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-blob.json     | 116 +++++++++++----------
 .../storage/blob/BlobComponentConfigurer.java      |   6 ++
 .../azure/storage/blob/BlobEndpointConfigurer.java |   6 ++
 .../azure/storage/blob/BlobEndpointUriFactory.java |   3 +-
 .../azure/storage/blob/azure-storage-blob.json     | 116 +++++++++++----------
 .../azure/storage/blob/BlobComponent.java          |   8 +-
 .../azure/storage/blob/BlobConfiguration.java      |  13 +++
 .../azure/storage/blob/CredentialType.java         |   7 +-
 .../storage/blob/client/BlobClientFactory.java     |   9 +-
 .../azure/storage/blob/BlobComponentTest.java      |  26 +++++
 .../component/disruptor/DisruptorProducer.java     |   6 +-
 .../google/mail/GmailUsersMessagesIT.java          |   2 +-
 .../org/apache/camel/component/jmx/XmlFixture.java |   6 +-
 ...QuartzConsumerTwoAppsClusteredRecoveryTest.java |   2 -
 .../SimpleScheduledCombinedRoutePolicyTest.java    |   6 +-
 .../SpringQuartzTwoAppsClusteredFailoverTest.java  |   2 +-
 .../org/apache/camel/component/xj/XJTestUtils.java |  26 ++---
 .../AzureServicebusComponentBuilderFactory.java    |  17 +++
 .../builder/endpoint/StaticEndpointBuilders.java   |   6 ++
 .../endpoint/dsl/BlobEndpointBuilderFactory.java   |   8 ++
 .../dsl/ServiceBusEndpointBuilderFactory.java      |  33 ++++++
 .../services/ContainerLocalAuthKafkaService.java   |   3 +-
 .../kafka/services/ContainerLocalKafkaService.java |   8 +-
 .../maven/packaging/PrepareCamelMainMojo.java      |   6 +-
 24 files changed, 288 insertions(+), 153 deletions(-)