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 2023/03/31 10:55:51 UTC

[camel] branch main updated: Regen for commit 6d95ad68fd6120e0fb89efdf3cb20263dfc6bc72 (#9731)

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 54a83107351 Regen for commit 6d95ad68fd6120e0fb89efdf3cb20263dfc6bc72 (#9731)
54a83107351 is described below

commit 54a83107351f4efbe0f26555519b4b89f09adb6f
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Mar 31 12:55:43 2023 +0200

    Regen for commit 6d95ad68fd6120e0fb89efdf3cb20263dfc6bc72 (#9731)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: orpiske <or...@users.noreply.github.com>
---
 .../src/main/java/org/apache/camel/main/KameletMain.java               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
index bdfcfcbf283..c1e9ae3a555 100644
--- a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
+++ b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
@@ -449,7 +449,8 @@ public class KameletMain extends MainCommandLineSupport {
             answer.getCamelContextExtension().addContextPlugin(UriFactoryResolver.class,
                     new DependencyDownloaderUriFactoryResolver(answer));
             answer.setDataFormatResolver(new DependencyDownloaderDataFormatResolver(answer));
-            answer.getCamelContextExtension().addContextPlugin(LanguageResolver.class, new DependencyDownloaderLanguageResolver(answer));
+            answer.getCamelContextExtension().addContextPlugin(LanguageResolver.class,
+                    new DependencyDownloaderLanguageResolver(answer));
             answer.setResourceLoader(new DependencyDownloaderResourceLoader(answer));
             answer.setInjector(new KameletMainInjector(answer.getInjector(), stub));
             answer.addService(new DependencyDownloaderKamelet(answer));