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/08/23 07:36:20 UTC

[camel] 02/06: CAMEL-19772: camel-core - Dump routes to include custom beans

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

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

commit c7b5a815def510102a700a9c45bf18f206302b1f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 22 12:51:55 2023 +0200

    CAMEL-19772: camel-core - Dump routes to include custom beans
---
 .../src/main/java/org/apache/camel/impl/DefaultDumpRoutesStrategy.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/java/org/apache/camel/impl/DefaultDumpRoutesStrategy.java b/core/camel-core-engine/src/main/java/org/apache/camel/impl/DefaultDumpRoutesStrategy.java
index 4e550933bf3..1e999ad7c36 100644
--- a/core/camel-core-engine/src/main/java/org/apache/camel/impl/DefaultDumpRoutesStrategy.java
+++ b/core/camel-core-engine/src/main/java/org/apache/camel/impl/DefaultDumpRoutesStrategy.java
@@ -63,7 +63,7 @@ import static org.apache.camel.support.LoggerHelper.stripSourceLocationLineNumbe
 public class DefaultDumpRoutesStrategy extends ServiceSupport implements DumpRoutesStrategy, CamelContextAware {
 
     // TODO: XML to disk with beans should use <camel>
-    // TODO: inlined routes in <camel> should be array of <route> and not have <routes>
+    // TODO: inlined routes in <camel> should be array of <route> and not have <routes> (the same for rests, etc.)
 
     private static final Logger LOG = LoggerFactory.getLogger(DefaultDumpRoutesStrategy.class);
     private static final String DIVIDER = "--------------------------------------------------------------------------------";