This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 0ffe71d930d724e3d6875af551f81a4a36ff2e18 Author: Croway <federico.mariani.1...@gmail.com> AuthorDate: Tue Sep 2 10:22:55 2025 +0200 Update swiftMx schema --- .../src/test/resources/routes/SwiftMxDataFormatTest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components-starter/camel-swift-starter/src/test/resources/routes/SwiftMxDataFormatTest.xml b/components-starter/camel-swift-starter/src/test/resources/routes/SwiftMxDataFormatTest.xml index cfd1f5ed766..5d80fa4978f 100644 --- a/components-starter/camel-swift-starter/src/test/resources/routes/SwiftMxDataFormatTest.xml +++ b/components-starter/camel-swift-starter/src/test/resources/routes/SwiftMxDataFormatTest.xml @@ -24,7 +24,7 @@ <route> <from uri="direct:unmarshalFull"/> <unmarshal> - <swiftMx writeInJson="false" readMessageId="urn:swift:xsd:xsys.011.001.02" readConfigRef="readConfig" /> + <swiftMx writeInJson="false" readMessageId="urn:swift:xsd:xsys.011.001.02" readConfig="readConfig" /> </unmarshal> <to uri="mock:unmarshalFull"/> </route> @@ -38,7 +38,7 @@ <route> <from uri="direct:marshalFull"/> <marshal> - <swiftMx writeConfigRef="writeConfig"/> + <swiftMx writeConfig="writeConfig"/> </marshal> <to uri="mock:marshalFull"/> </route>