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

davsclaus 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 2fe4f0d51a7 CAMEL-19945: camel-core - Add bean as property placeholder 
function
2fe4f0d51a7 is described below

commit 2fe4f0d51a7cc2d258ca3a808759b96bf4fa3b5e
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Oct 11 10:32:19 2023 +0200

    CAMEL-19945: camel-core - Add bean as property placeholder function
---
 docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc 
b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc
index 6fff368c90e..d8bc0bda9ac 100644
--- a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc
+++ b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc
@@ -521,6 +521,8 @@ Assuming we have registered a bean named 'foo' that has a 
method called 'bar' th
 </camelContext>
 ----
 
+IMPORTANT: The method must be a public no-arg method (i.e. no parameters) and 
return a value such as a String, boolean, int.
+
 === Using Kubernetes property placeholder functions
 
 The `camel-kubernetes` component include the following functions:

Reply via email to