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 b5a309e properties-component: suport for retrieving propertieres as Map (#4387) add ef510b0 Improve BaseMainSupport (#4388) add e06260f Camel-azure-storage-blob: remove deprecated setSize and getSize with other cleanups (#4393) add 0fe1e98 Regen No new revisions were added by this update. Summary of changes: .../catalog/components/azure-storage-blob.json | 4 +- .../catalog/docs/azure-storage-blob-component.adoc | 4 +- .../azure/storage/blob/azure-storage-blob.json | 4 +- .../main/docs/azure-storage-blob-component.adoc | 4 +- .../component/azure/storage/blob/BlobBlock.java | 6 +- .../azure/storage/blob/BlobComponent.java | 24 +- .../azure/storage/blob/BlobConfiguration.java | 4 +- .../storage/blob/operations/BlobOperations.java | 13 +- .../azure/storage/blob/BlobComponentTest.java | 29 ++- .../blob/BlobConfigurationOptionsProxyTest.java | 2 +- .../azure/storage/blob/BlobConsumerIT.java | 6 +- .../azure/storage/blob/BlobProducerIT.java | 14 +- .../blob/operations/BlobContainerOperationsIT.java | 4 +- .../operations/BlobContainerOperationsTest.java | 10 +- .../storage/blob/operations/BlobOperationsIT.java | 22 +- .../blob/operations/BlobOperationsTest.java | 12 +- .../AzureStorageBlobComponentBuilderFactory.java | 6 +- .../endpoint/dsl/BlobEndpointBuilderFactory.java | 36 +-- .../org/apache/camel/main/BaseMainSupport.java | 283 ++------------------- .../java/org/apache/camel/main/MainHelper.java | 218 ++++++++++++++++ .../java/org/apache/camel/main/MainSupport.java | 32 ++- .../org/apache/camel/main/PropertyOptionKey.java | 40 ++- .../camel/main/MainPropertyPlaceholderTest.java | 20 ++ .../ROOT/pages/azure-storage-blob-component.adoc | 4 +- 24 files changed, 414 insertions(+), 387 deletions(-) copy components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/models/CustomKey.java => core/camel-main/src/main/java/org/apache/camel/main/PropertyOptionKey.java (57%)