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/24 09:32:44 UTC

[camel-spring-boot-examples] branch main updated: CAMEL-19156: XML routes loader (jaxb) should load routes-configurations

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-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ad97b8  CAMEL-19156: XML routes loader (jaxb) should load routes-configurations
1ad97b8 is described below

commit 1ad97b86bb546007150694b44f83aa4da3cc542d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 24 10:32:36 2023 +0100

    CAMEL-19156: XML routes loader (jaxb) should load routes-configurations
---
 routes-configuration/pom.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml
index e80cba3..06c889d 100644
--- a/routes-configuration/pom.xml
+++ b/routes-configuration/pom.xml
@@ -96,15 +96,18 @@
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-xml-io-dsl-starter</artifactId>
         </dependency>
-        <!-- yaml route loader -->
+        <!-- OR -->
+        <!-- xml-io with slow jaxb xml route loader -->
+        <!--
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-yaml-dsl-starter</artifactId>
+            <artifactId>camel-xml-jaxb-dsl-starter</artifactId>
         </dependency>
-        <!-- used to dump routes as XML -->
+        -->
+        <!-- yaml route loader -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-xml-jaxb-dsl-starter</artifactId>
+            <artifactId>camel-yaml-dsl-starter</artifactId>
         </dependency>
 
         <!-- test -->