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/03/20 07:44:08 UTC

[camel] branch regen_bot_3x updated (2aa5d752005 -> 1ab9645246d)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 2aa5d752005 CAMEL-19150: camel-olingo4 - Fix missing olingo4 endpoint property names (#9570)
     add 1cbf2d0ad2f Azure Data Lake - CAMEL-19152 additional file client header field + CAMEL-18636 additional auth options (#9567)
     add 1ab9645246d Regen for commit 1cbf2d0ad2fd79a8cb4b0cff65ecb908e30f4739

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-datalake.json |  26 ++--
 .../apache/camel/catalog/main/sensitive-keys.json  |   3 +
 .../datalake/DataLakeComponentConfigurer.java      |  18 +++
 .../datalake/DataLakeEndpointConfigurer.java       |  18 +++
 .../datalake/DataLakeEndpointUriFactory.java       |  13 +-
 .../storage/datalake/azure-storage-datalake.json   |  26 ++--
 .../azure/storage/datalake/DataLakeComponent.java  |   9 +-
 .../storage/datalake/DataLakeConfiguration.java    |  37 ++++-
 .../DataLakeConfigurationOptionsProxy.java         |   9 ++
 .../azure/storage/datalake/DataLakeConstants.java  |   4 +
 .../storage/datalake/DataLakeExchangeHeaders.java  |  13 ++
 .../datalake/client/DataLakeClientFactory.java     |  48 ++++++-
 .../datalake/client/DataLakeFileClientWrapper.java |   5 +-
 .../operations/DataLakeDirectoryOperations.java    |   6 +-
 .../operations/DataLakeFileOperations.java         |  63 ++++++---
 .../operations/DataLakeFileOperationTest.java      |  28 ++++
 .../java/org/apache/camel/util/SensitiveUtils.java |   8 +-
 ...zureStorageDatalakeComponentBuilderFactory.java | 150 ++++++++++++++-------
 18 files changed, 380 insertions(+), 104 deletions(-)