This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 5a7ab23 Regen for commit d2524c204ff03d7aad899aad8c527e014e13d9df new 718b582 CAMEL-16512 - Camel-Azure components: mark the clients as autowired - Storage-Queue new d6a8d71 CAMEL-16512 - Camel-Azure components: mark the clients as autowired - Storage-Queue new 78fb502d CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests new 9d7f371 CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests new 9347846 CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests new 1474b83 CAMEL-16512 - Camel-Azure components: mark the clients as autowired - Storage-Blob new 11c7f8e Camel-Azure-Storage-Queue: The 1.0.2 is using Jackson BOM 2.11.3 and it won't work with Jackson 2.12.x The 7 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: .../docs/azure-storage-queue-component.adoc | 4 +- .../storage/blob/integration/BlobConsumerIT.java | 8 +- .../storage/blob/integration/BlobProducerIT.java | 2 +- .../camel-azure/camel-azure-storage-queue/pom.xml | 45 ++++++++ .../storage/queue/QueueComponentConfigurer.java | 5 + .../storage/queue/QueueEndpointConfigurer.java | 5 + .../azure/storage/queue/azure-storage-queue.json | 4 +- .../main/docs/azure-storage-queue-component.adoc | 4 +- .../azure/storage/queue/QueueConfiguration.java | 2 + .../storage/queue/integration/QueueConsumerIT.java | 118 --------------------- .../queue/integration/StorageQueueBase.java} | 29 ++--- .../queue/integration/StorageQueueConsumerIT.java | 71 +++++++++++++ ...ProducerIT.java => StorageQueueProducerIT.java} | 92 +--------------- .../ROOT/pages/azure-storage-queue-component.adoc | 4 +- 14 files changed, 159 insertions(+), 234 deletions(-) delete mode 100644 components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/integration/QueueConsumerIT.java copy components/camel-azure/{camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/Base.java => camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/integration/StorageQueueBase.java} (75%) create mode 100644 components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/integration/StorageQueueConsumerIT.java rename components/camel-azure/camel-azure-storage-queue/src/test/java/org/apache/camel/component/azure/storage/queue/integration/{QueueProducerIT.java => StorageQueueProducerIT.java} (53%)