Michal Petrov
Michal Petrov
@bstansberry I assume a link from that section to this one will do?
@tadamski could I get a review? I'm planning to update the rest of the connector subsystems too.
@bstansberry could I get someone to look this over?
@tadamski I assumed making changes to schema requires a version bump no matter what but if not then this can be a fix for 7.1, I don't think there's anything...
@bstansberry the issue with the test files is that only one is getting validated against xsd (hence why this didn't pop up before) I've filed [WFCORE-6812](https://issues.redhat.com/browse/WFCORE-6812) for that. Otherwise I...
added the EumValidator and rebased
@darranl I've split the fix and refactor into separate commits
alright, undid the model version change and changed the commit message
@bstansberry done
@yersan The goal is to validate multiple files against a single schema, yes. I'm assuming the expected usage was to do ``` protected String getSubsystemXml() throws IOException { return getSubsystemXml(List.of("a.xml",...