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 2022/03/30 14:51:11 UTC

[camel] branch regen_bot updated (41f898c -> 80e4991)

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 41f898c  (chores) ci: avoid commenting the PR every time it is synced
     add 032c8d1  CAMEL-17687 - Create a Camel Azure Key Vault component - Adding client instance to configuration
     add 534f44f  CAMEL-17687 - Create a Camel Azure Key Vault component - Adding client instance to configuration
     add a900570  CAMEL-17687 - Create a Camel Azure Key Vault component - Adding client instance to configuration
     add 80e4991  CAMEL-17687 - Create a Camel Azure Key Vault component - Adding client instance to configuration

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/azure-key-vault.json  |   7 +-
 .../key/vault/KeyVaultEndpointConfigurer.java      |  11 +++
 .../key/vault/KeyVaultEndpointUriFactory.java      |   3 +-
 .../component/azure/key/vault/azure-key-vault.json |   7 +-
 .../azure/key/vault/KeyVaultComponent.java         |  13 ++-
 .../azure/key/vault/KeyVaultConfiguration.java     |  18 +++-
 .../azure/key/vault/KeyVaultEndpoint.java          |   9 +-
 .../dsl/KeyVaultEndpointBuilderFactory.java        | 102 +++++++++++++++++++--
 8 files changed, 147 insertions(+), 23 deletions(-)