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 22b27d5d4c2 Regen for commit cc288b85c3550930f64473fcfbc3eaff14b00ef0 
(#8389)
22b27d5d4c2 is described below

commit 22b27d5d4c25bac059bdc83d1f5cad7a89048ab6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 16 14:12:23 2022 +0200

    Regen for commit cc288b85c3550930f64473fcfbc3eaff14b00ef0 (#8389)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../main/java/org/apache/camel/cli/connector/LocalCliConnector.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
 
b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
index 59385195a1b..2f792fed8f3 100644
--- 
a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
+++ 
b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
@@ -323,7 +323,8 @@ public class LocalCliConnector extends ServiceSupport 
implements CliConnector, C
                     .getDevConsoleResolver().resolveDevConsole("route");
             if (dc != null && dc2 != null) {
                 JsonObject json = (JsonObject) 
dc.call(DevConsole.MediaType.JSON);
-                JsonObject json2 = (JsonObject) 
dc2.call(DevConsole.MediaType.JSON, Map.of("processors", "true", "source", 
"true"));
+                JsonObject json2
+                        = (JsonObject) dc2.call(DevConsole.MediaType.JSON, 
Map.of("processors", "true", "source", "true"));
                 if (json != null && json2 != null) {
                     root.put("context", json);
                     root.put("routes", json2.get("routes"));

Reply via email to