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.
discard 12c572b Regen for commit c9230f44272310503dc3ccde49ac5ceefc19e4a9 add 1369dc9 Polished component description add dbca251 Regen for commit 1369dc9934862c1ed637c881b7790d8e5cec1d2c This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (12c572b) \ N -- N -- N refs/heads/regen_bot (dbca251) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../camel/catalog/components/azure-eventhubs.json | 2 +- .../catalog/components/azure-storage-blob.json | 2 +- .../catalog/components/azure-storage-datalake.json | 4 +-- .../catalog/components/azure-storage-queue.json | 2 +- .../component/azure/eventhubs/azure-eventhubs.json | 2 +- .../src/main/docs/azure-eventhubs-component.adoc | 2 +- .../azure/eventhubs/EventHubsEndpoint.java | 4 +-- .../azure/servicebus/azure-servicebus.json | 2 +- .../src/main/docs/azure-servicebus-component.adoc | 2 +- .../azure/servicebus/ServiceBusEndpoint.java | 5 +-- .../azure/storage/blob/azure-storage-blob.json | 2 +- .../main/docs/azure-storage-blob-component.adoc | 2 +- .../component/azure/storage/blob/BlobEndpoint.java | 2 +- .../storage/datalake/azure-storage-datalake.json | 4 +-- .../docs/azure-storage-datalake-component.adoc | 2 +- .../azure/storage/datalake/DataLakeEndpoint.java | 6 +++- .../azure/storage/queue/azure-storage-queue.json | 2 +- .../main/docs/azure-storage-queue-component.adoc | 2 +- .../azure/storage/queue/QueueEndpoint.java | 3 +- .../component/ComponentsBuilderFactory.java | 21 ++++------- .../dsl/AzureEventhubsComponentBuilderFactory.java | 10 ++---- .../AzureServicebusComponentBuilderFactory.java | 13 ++----- .../AzureStorageBlobComponentBuilderFactory.java | 4 +-- ...zureStorageDatalakeComponentBuilderFactory.java | 6 ++-- .../AzureStorageQueueComponentBuilderFactory.java | 6 ++-- .../src/generated/resources/metadata.json | 12 +++---- .../builder/endpoint/StaticEndpointBuilders.java | 42 +++++++--------------- .../endpoint/dsl/BlobEndpointBuilderFactory.java | 8 ++--- .../dsl/DataLakeEndpointBuilderFactory.java | 10 +++--- .../dsl/EventHubsEndpointBuilderFactory.java | 15 ++------ .../endpoint/dsl/QueueEndpointBuilderFactory.java | 9 ++--- .../dsl/ServiceBusEndpointBuilderFactory.java | 20 ++--------- 32 files changed, 77 insertions(+), 151 deletions(-)