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 2023/12/18 11:10:58 UTC

(camel) branch regen_bot updated (1d41b0b5fc0 -> b31bcdba9c1)

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 1d41b0b5fc0 CAMEL-17721: camel-core - MDC custom keys should preserve existing va… (#12465)
     add 740c128239c CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake
     add 315cf720661 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake
     add 6fb286f162f CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake - Migration Docs
     add b0c3f1a4519 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake - Docs
     add 76ecdd50c5d CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake - Tests
     add a1a2eaa3939 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake
     add b31bcdba9c1 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-datalake.json | 168 ++++++++++-----------
 .../datalake/DataLakeComponentConfigurer.java      |  12 +-
 .../datalake/DataLakeEndpointConfigurer.java       |  12 +-
 .../datalake/DataLakeEndpointUriFactory.java       |   2 +-
 .../storage/datalake/azure-storage-datalake.json   | 168 ++++++++++-----------
 .../docs/azure-storage-datalake-component.adoc     |  14 +-
 .../azure/storage/datalake}/CredentialType.java    |  14 +-
 .../storage/datalake/DataLakeConfiguration.java    |  19 ++-
 .../datalake/client/DataLakeClientFactory.java     |  24 ++-
 .../datalake/component/DataLakeComponentTest.java  |  47 +++++-
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc     |  10 ++
 .../dsl/AzureCosmosdbComponentBuilderFactory.java  |   2 +-
 .../dsl/AzureEventhubsComponentBuilderFactory.java |  18 +++
 .../AzureServicebusComponentBuilderFactory.java    |  18 +++
 ...zureStorageDatalakeComponentBuilderFactory.java |  34 +++--
 15 files changed, 332 insertions(+), 230 deletions(-)
 copy components/camel-azure/{camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob => camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake}/CredentialType.java (86%)