You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/11/05 09:54:53 UTC

[camel] branch camel-3.18.x updated: camel-controlbus - Fix list of languages in the endpoint option that was out of sync

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new ac297f9a238 camel-controlbus - Fix list of languages in the endpoint option that was out of sync
ac297f9a238 is described below

commit ac297f9a238328b4a1d3002f6cbfef5159ce6f70
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Nov 5 10:54:43 2022 +0100

    camel-controlbus - Fix list of languages in the endpoint option that was out of sync
---
 .../java/org/apache/camel/component/controlbus/ControlBusEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-controlbus/src/main/java/org/apache/camel/component/controlbus/ControlBusEndpoint.java b/components/camel-controlbus/src/main/java/org/apache/camel/component/controlbus/ControlBusEndpoint.java
index c0584ec13e7..a35886d910a 100644
--- a/components/camel-controlbus/src/main/java/org/apache/camel/component/controlbus/ControlBusEndpoint.java
+++ b/components/camel-controlbus/src/main/java/org/apache/camel/component/controlbus/ControlBusEndpoint.java
@@ -44,7 +44,7 @@ public class ControlBusEndpoint extends DefaultEndpoint {
     @UriPath(description = "Command can be either route or language", enums = "route,language")
     @Metadata(required = true)
     private String command;
-    @UriPath(enums = "bean,constant,el,exchangeProperty,file,groovy,header,jsonpath,mvel,ognl,ref,simple,spel,sql,terser,tokenize,xpath,xquery,xtokenize")
+    @UriPath(enums = "bean,constant,csimple,datasonnet,exchangeProperty,file,groovy,header,hl7terser,joor,jq,jsonpath,mvel,ognl,ref,simple,spel,tokenize,xpath,xquery,xtokenize")
     private Language language;
     @UriParam
     private String routeId;