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 cbf1fab28fe2e18d923aea89dec40ac7cf2d7188 Author: Claus Ibsen <[email protected]> AuthorDate: Thu May 15 10:06:03 2025 +0200 CAMEL-22064: camel-xml-io - Generate XSD schema --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc index 3e2ff88efb1..5809585d644 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc @@ -122,6 +122,13 @@ from the `petstore-v3.json` openapi specification file. When using code-first with Rest DSL and are specifying security constraints, then `bearer` in YAML and XML DSL has been renamed to `bearerToken` to be aligned with Java DSL. +==== XML-IO DSL + +The `camel-xml-io` now has its own XSD Schema using the namespace: `http://camel.apache.org/schema/xml-io`. +This means that when using `camel-xml-io` to dump route models, then they now use `http://camel.apache.org/schema/xml-io` instead of `http://camel.apache.org/schema/spring`. + +It is also recommended to migrate your XML-IO XML files to use the new namespace instead of the legacy Spring XSD. + === camel-as2 Add options allowing the addition of an `Authorization` header for Basic or Bearer authentication to client and
