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 fcb6e3f CAMEL-16456: use a shared test infra for ActiveMQEmbedded (#5318) add a511476 CAMEL-16474: camel-azure - Consumer that are scheduled based should expose their options in the endpoint. Fixed creating consumer should call configure, and some other polished code. add 3ca8d7b Regen for commit a511476b7d2ca02e0fa7854b3f1ad5b54bc9aa1d No new revisions were added by this update. Summary of changes: .../catalog/components/azure-storage-blob.json | 16 + .../catalog/components/azure-storage-datalake.json | 18 +- .../catalog/components/azure-storage-queue.json | 16 + .../catalog/docs/azure-storage-blob-component.adoc | 18 +- .../docs/azure-storage-datalake-component.adoc | 18 +- .../docs/azure-storage-queue-component.adoc | 18 +- .../azure/storage/blob/BlobEndpointConfigurer.java | 96 ++++ .../azure/storage/blob/BlobEndpointUriFactory.java | 18 +- .../azure/storage/blob/azure-storage-blob.json | 16 + .../main/docs/azure-storage-blob-component.adoc | 18 +- .../component/azure/storage/blob/BlobConsumer.java | 7 +- .../component/azure/storage/blob/BlobEndpoint.java | 10 +- .../datalake/DataLakeEndpointConfigurer.java | 89 ++++ .../datalake/DataLakeEndpointUriFactory.java | 44 +- .../storage/datalake/azure-storage-datalake.json | 18 +- .../docs/azure-storage-datalake-component.adoc | 18 +- .../azure/storage/datalake/DataLakeConsumer.java | 12 +- .../azure/storage/datalake/DataLakeEndpoint.java | 11 +- .../storage/queue/QueueEndpointConfigurer.java | 96 ++++ .../storage/queue/QueueEndpointUriFactory.java | 28 +- .../azure/storage/queue/azure-storage-queue.json | 16 + .../main/docs/azure-storage-queue-component.adoc | 18 +- .../azure/storage/queue/QueueEndpoint.java | 8 +- .../endpoint/dsl/BlobEndpointBuilderFactory.java | 552 ++++++++++++++++++++ .../dsl/DataLakeEndpointBuilderFactory.java | 555 +++++++++++++++++++++ .../endpoint/dsl/QueueEndpointBuilderFactory.java | 553 ++++++++++++++++++++ .../ROOT/pages/azure-storage-blob-component.adoc | 18 +- .../pages/azure-storage-datalake-component.adoc | 18 +- .../ROOT/pages/azure-storage-queue-component.adoc | 18 +- 29 files changed, 2285 insertions(+), 56 deletions(-)