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/04/01 10:31:02 UTC

[camel] branch main updated: Regen for commit c352cf3f2a719a5e1e5cbc2ab557e62a1e8135ea (#9749)

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 71cc454ae95 Regen for commit c352cf3f2a719a5e1e5cbc2ab557e62a1e8135ea (#9749)
71cc454ae95 is described below

commit 71cc454ae95a697aa49bbef793c34d4dd3169b7e
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Apr 1 12:30:56 2023 +0200

    Regen for commit c352cf3f2a719a5e1e5cbc2ab557e62a1e8135ea (#9749)
    
    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 f657454d089..539ba544010 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
@@ -450,7 +450,8 @@ public class KameletMain extends MainCommandLineSupport {
                     new DependencyDownloaderComponentResolver(answer, stub));
             answer.getCamelContextExtension().addContextPlugin(UriFactoryResolver.class,
                     new DependencyDownloaderUriFactoryResolver(answer));
-            answer.getCamelContextExtension().addContextPlugin(DataFormatResolver.class, new DependencyDownloaderDataFormatResolver(answer));
+            answer.getCamelContextExtension().addContextPlugin(DataFormatResolver.class,
+                    new DependencyDownloaderDataFormatResolver(answer));
             answer.getCamelContextExtension().addContextPlugin(LanguageResolver.class,
                     new DependencyDownloaderLanguageResolver(answer));
             answer.setResourceLoader(new DependencyDownloaderResourceLoader(answer));