Aurélien Pupier created CAMEL-20008: ---------------------------------------
Summary: Java 21 - Test failures related to XML Tokenizer Key: CAMEL-20008 URL: https://issues.apache.org/jira/browse/CAMEL-20008 Project: Camel Issue Type: Sub-task Reporter: Aurélien Pupier Fix For: 4.2.0 several error of this kind: {noformat} mismatch [0] ==> expected: <<child some_attr='a' anotherAttr='a' xmlns='' xmlns:c='urn:c' xmlns:g='urn:g'></child>> but was: <<child some_attr='a' anotherAttr='a' xmlns='' xmlns:g='urn:g' xmlns:c='urn:c'></child>> {noformat} --> it sounds like the order of attributes is not the same. But is it a real problem, Isn't the semantic kept and just that we need to improve the test assertion? -- This message was sent by Atlassian Jira (v8.20.10#820010)