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 2022/03/08 16:54:05 UTC

[camel] branch regen_bot updated (778a35d -> ed4107a)

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 778a35d  CAMEL-17763: cleaned up unused exceptions in camel-undertow
     add 85ec6ae  CAMEL-17763: cleaned up unused exceptions in camel-azure-cosmosdb
     add 054d7b5  CAMEL-17763: cleaned up unused exceptions in camel-azure-eventhubs
     add 5564bcd  CAMEL-17763: cleaned up unused exceptions in camel-azure-servicebus
     add 2f68d8e  CAMEL-17763: cleaned up unused exceptions in camel-azure-storage-blob
     add 2a13a9c  CAMEL-17763: cleaned up unused exceptions in camel-azure-storage-datalake
     add ed4107a  CAMEL-17763: cleaned up unused exceptions in camel-azure-storage-queue

No new revisions were added by this update.

Summary of changes:
 .../component/azure/cosmosdb/integration/CosmosDbConsumerIT.java   | 4 ++--
 .../component/azure/cosmosdb/integration/CosmosDbProducerIT.java   | 4 ++--
 .../integration/operations/CosmosDbContainerOperationsIT.java      | 2 +-
 .../camel/component/azure/eventhubs/EventHubsComponentTest.java    | 2 +-
 .../component/azure/eventhubs/integration/EventHubsConsumerIT.java | 4 ++--
 .../component/azure/eventhubs/integration/EventHubsProducerIT.java | 4 ++--
 .../camel/component/azure/servicebus/ServiceBusEndpointTest.java   | 2 +-
 .../azure/servicebus/integration/ServiceBusConsumerTest.java       | 4 ++--
 .../azure/servicebus/integration/ServiceBusProducerTest.java       | 4 ++--
 .../camel/component/azure/storage/blob/BlobComponentTest.java      | 6 +++---
 .../azure/storage/blob/integration/BlobChangeFeedOperationsIT.java | 4 ++--
 .../azure/storage/blob/integration/BlobCopyProducerIt.java         | 6 +++---
 .../component/azure/storage/blob/integration/BlobProducerIT.java   | 7 +++----
 .../azure/storage/datalake/integration/DataLakeProducerIT.java     | 4 ++--
 .../camel/component/azure/storage/queue/QueueComponentTest.java    | 2 +-
 .../apache/camel/component/azure/storage/queue/QueueTestUtils.java | 2 +-
 .../azure/storage/queue/integration/StorageQueueConsumerIT.java    | 4 ++--
 .../azure/storage/queue/integration/StorageQueueProducerIT.java    | 6 +++---
 18 files changed, 35 insertions(+), 36 deletions(-)