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 2021/04/15 13:38:37 UTC

[camel] branch regen_bot updated (5a7ab23 -> a1be0f2)

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 5a7ab23  Regen for commit d2524c204ff03d7aad899aad8c527e014e13d9df
     add 718b582  CAMEL-16512 - Camel-Azure components: mark the clients as autowired - Storage-Queue
     add d6a8d71  CAMEL-16512 - Camel-Azure components: mark the clients as autowired - Storage-Queue
     add 78fb502d CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests
     add 9d7f371  CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests
     add 9347846  CAMEL-16506 - Camel-Azure-Storage-queue: Add Azurite IT Tests
     add 1474b83  CAMEL-16512 - Camel-Azure components: mark the clients as autowired - Storage-Blob
     add 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
     add 92d926b  Camel-Azure-Storage components: Added migration notes
     add a1be0f2  Regen for commit 92d926ba8741a36799e6dabfd40f64e251cb83ce

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-queue.json    |   4 +-
 .../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 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_10.adoc    |  10 +-
 16 files changed, 170 insertions(+), 237 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%)