This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch xmlio in repository https://gitbox.apache.org/repos/asf/camel.git
commit d5ed5cb46b4ca653285266dadf7132f2c9515d30 Author: Claus Ibsen <[email protected]> AuthorDate: Wed May 14 16:31:38 2025 +0200 CAMEL-22064: camel-xml-io - Generate XSD schema --- .../camel-jbang-core/src/main/resources/templates/xml.tmpl | 6 +++--- dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.camel.xml | 6 +++--- dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.xml | 6 +++--- .../camel-jbang-it/src/test/resources/jbang/it/helloName.xml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/xml.tmpl b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/xml.tmpl index 7c59aa7a5c4..1893bed176e 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/xml.tmpl +++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/xml.tmpl @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://camel.apache.org/schema/spring" + xmlns="http://camel.apache.org/schema/xml-io" xsi:schemaLocation=" - http://camel.apache.org/schema/spring - https://camel.apache.org/schema/spring/camel-spring.xsd"> + http://camel.apache.org/schema/xml-io + https://camel.apache.org/schema/xml-io/camel-xml-io.xsd"> <route> <from uri="timer:xml?period=1000"/> diff --git a/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.camel.xml b/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.camel.xml index a229f1a01a9..58555bab33f 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.camel.xml +++ b/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.camel.xml @@ -20,10 +20,10 @@ <!-- camel-k: language=xml --> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://camel.apache.org/schema/spring" + xmlns="http://camel.apache.org/schema/xml-io" xsi:schemaLocation=" - http://camel.apache.org/schema/spring - https://camel.apache.org/schema/spring/camel-spring.xsd"> + http://camel.apache.org/schema/xml-io + https://camel.apache.org/schema/xml-io/camel-xml-io.xsd"> <!-- Write your routes here, for example: --> <route id="xml"> diff --git a/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.xml b/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.xml index a229f1a01a9..58555bab33f 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.xml +++ b/dsl/camel-jbang/camel-jbang-core/src/test/resources/hi.xml @@ -20,10 +20,10 @@ <!-- camel-k: language=xml --> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://camel.apache.org/schema/spring" + xmlns="http://camel.apache.org/schema/xml-io" xsi:schemaLocation=" - http://camel.apache.org/schema/spring - https://camel.apache.org/schema/spring/camel-spring.xsd"> + http://camel.apache.org/schema/xml-io + https://camel.apache.org/schema/xml-io/camel-xml-io.xsd"> <!-- Write your routes here, for example: --> <route id="xml"> diff --git a/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/helloName.xml b/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/helloName.xml index b223903bd5a..fe9f26f8322 100644 --- a/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/helloName.xml +++ b/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/helloName.xml @@ -18,10 +18,10 @@ --> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://camel.apache.org/schema/spring" + xmlns="http://camel.apache.org/schema/xml-io" xsi:schemaLocation=" - http://camel.apache.org/schema/spring - https://camel.apache.org/schema/spring/camel-spring.xsd"> + http://camel.apache.org/schema/xml-io + https://camel.apache.org/schema/xml-io/camel-xml-io.xsd"> <route id="xml"> <from uri="timer:xml?period={{time:1000}}"/>
