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
commit 31adac593b6a430f8585e4f78d64c132f980ebe9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 9 15:09:14 2024 +0200 CAMEL-21179 - Secret Properties Functions: Supporting secret name containing "/" - Hashicorp Vault Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc index 8a9d3f6aee0..76555562a45 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc @@ -10,3 +10,17 @@ from both 4.0 to 4.1 and 4.1 to 4.2. The `queueSize` attribute on endpoints which are `ManagedBrowseableEndpoint` is changed from returning a `Long` value to an `Integer` value. + +=== camel-hashicorp-vault properties function + +The syntax for retrieving a single field of a secret has been changed. + +From this + +`{{hashicorp:secret:database/username}}` + +to this + +`{{hashicorp:secret:database#username}}` + +You could find more details on CAMEL-21179 issue