[
https://issues.apache.org/jira/browse/CAMEL-16664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354926#comment-17354926
]
Claus Ibsen commented on CAMEL-16664:
-------------------------------------
This is when you use our own fast XML loader
<!-- xml-io with fast xml route loader -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xml-io-dsl</artifactId>
</dependency>
> camel-core - XML routes loader allow to not have root namespace defined
> -----------------------------------------------------------------------
>
> Key: CAMEL-16664
> URL: https://issues.apache.org/jira/browse/CAMEL-16664
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.11.0
>
>
> We need the spring namespace at
> https://github.com/apache/camel-examples/blob/main/examples/routeloader/src/main/resources/myroutes/cheese-route.xml#L20
> Since this is controlled by our routes loader, we can look at inferring the
> root namespace automatic if not in the xml code.
> This would make writing xml snippets a bit easier.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)