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/05/16 10:11:23 UTC

[camel] branch main updated: CAMEL-18115: Add endpoint-dsl example

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 0d03ee84a7e CAMEL-18115: Add endpoint-dsl example
0d03ee84a7e is described below

commit 0d03ee84a7edac991a80dddf1928a68f8abe735a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon May 16 12:11:06 2022 +0200

    CAMEL-18115: Add endpoint-dsl example
---
 .../java/org/apache/camel/main/DependencyDownloaderRoutesLoader.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyDownloaderRoutesLoader.java b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyDownloaderRoutesLoader.java
index 9329ba09ec4..6b62fed3a9b 100644
--- a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyDownloaderRoutesLoader.java
+++ b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyDownloaderRoutesLoader.java
@@ -41,6 +41,7 @@ public class DependencyDownloaderRoutesLoader extends MainRoutesLoader {
                 downloadLoader("camel-groovy-dsl");
             } else if ("java".equals(extension)) {
                 downloadLoader("camel-java-joor-dsl");
+                downloadLoader("camel-endpointdsl");
             } else if ("js".equals(extension)) {
                 downloadLoader("camel-js-dsl");
             } else if ("jsh".equals(extension)) {