This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch cf
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/cf by this push:
new 548a2909b6ec CAMEL-22935: camel-core - Allow to add custom functions
to simple language
548a2909b6ec is described below
commit 548a2909b6ec284e65598b6acc4fa0c693e14253
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 4 21:46:46 2026 +0100
CAMEL-22935: camel-core - Allow to add custom functions to simple language
---
.../src/main/java/org/apache/camel/spi/SimpleFunctionRegistry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-api/src/main/java/org/apache/camel/spi/SimpleFunctionRegistry.java
b/core/camel-api/src/main/java/org/apache/camel/spi/SimpleFunctionRegistry.java
index a5382e1bf07d..0abf69d2cee4 100644
---
a/core/camel-api/src/main/java/org/apache/camel/spi/SimpleFunctionRegistry.java
+++
b/core/camel-api/src/main/java/org/apache/camel/spi/SimpleFunctionRegistry.java
@@ -49,7 +49,7 @@ public interface SimpleFunctionRegistry extends StaticService
{
void removeFunction(String name);
/**
- * Gets the function (will resolve custom functions from registry and
classpath)
+ * Gets the function (will resolve custom functions from registry)
*
* @param name name of function
* @return the function, or <tt>null</tt> if no function exists