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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ad7403a1bd2 Camel Azure Key Vault: Fixed Log
ad7403a1bd2 is described below

commit ad7403a1bd2ba118e9987a240a1ccf0ac7ba0e25
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 22 13:17:16 2022 +0200

    Camel Azure Key Vault: Fixed Log
---
 .../camel/component/azure/key/vault/EventhubsReloadTriggerTask.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
 
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
index a360542372b..a109ae62fab 100644
--- 
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
+++ 
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
@@ -131,7 +131,7 @@ public class EventhubsReloadTriggerTask extends 
ServiceSupport implements CamelC
                // specific secrets
                secrets = 
camelContext.getVaultConfiguration().azure().getSecrets();
                if (ObjectHelper.isEmpty(secrets) && propertiesFunction == 
null) {
-                       throw new IllegalArgumentException("Secrets must be 
configured on Azure vault configuration");
+                       throw new IllegalArgumentException("Secrets must be 
configured on Azure Key vault configuration");
                }
 
                String eventhubConnectionString = null;

Reply via email to