This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from cdb5e23bb942 CAMEL-22954: camel-core - Add nested option to simple
(#21243)
new 86c1b61d7f9f CAMEL-16826 - Camel-Azure-Storage-Blob: Add
deleteAfterRead option for consumer side
new 616c7eaed4e1 Azure SDK BOM: Downgrade to 1.3.3 until the Azurite
container will support the latest version
new 14ad7b7c0de4 CAMEL-16826 - Camel-Azure-Storage-Blob: Add
deleteAfterRead option for consumer side
new 75a46090f324 CAMEL-16826 - Camel-Azure-Storage-Blob: Add
deleteAfterRead option for consumer side
The 4 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:
.../catalog/components/azure-storage-blob.json | 140 ++++++------
.../storage/blob/BlobComponentConfigurer.java | 36 +++
.../azure/storage/blob/BlobEndpointConfigurer.java | 36 +++
.../azure/storage/blob/BlobEndpointUriFactory.java | 8 +-
.../azure/storage/blob/azure-storage-blob.json | 140 ++++++------
.../main/docs/azure-storage-blob-component.adoc | 135 +++++++++++
.../azure/storage/blob/BlobConfiguration.java | 88 ++++++++
.../component/azure/storage/blob/BlobConsumer.java | 130 ++++++++++-
.../azure/storage/blob/BlobComponentTest.java | 67 ++++++
.../azure/storage/blob/BlobConsumerTest.java | 104 +++++++++
.../blob/integration/BlobConsumerDeleteMoveIT.java | 248 +++++++++++++++++++++
.../AzureStorageBlobComponentBuilderFactory.java | 121 ++++++++++
.../endpoint/dsl/BlobEndpointBuilderFactory.java | 167 ++++++++++++++
parent/pom.xml | 2 +-
14 files changed, 1291 insertions(+), 131 deletions(-)
create mode 100644
components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/BlobConsumerTest.java
create mode 100644
components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BlobConsumerDeleteMoveIT.java