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 09:43:33 UTC

[camel] branch regen_bot updated (cea4c9f779e -> 5cffc141a19)

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 cea4c9f779e CAMEL-19169: camel-olingo2 - Fix missing olingo2 endpoint property names (#9574)
     add ae152ab8c34 CAMEL-19152, CAMEL-18636: Backport to main
     add 5cffc141a19 Regen for commit ae152ab8c34c753ba821320d8eb747e538b84467

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(-)