I'm currently having issues with upgrading from Camunda DMN 7.13.0 to 7.15.0. There is existing logic in my project which "merges" decision table content, which in fact adds new rules to an already existing DMN config.
When I upgrade the version I run into an issue that like this:
ValidationException: DOM document is not valid
Invalid content was found starting with element 'n0:rule'. One of '{"http://www.omg.org/spec/DMN/20151101/dmn.xsd":rule}' is expected.
Any idea how to solve this issue? Did anything change within the Camunda DMN library that i missed?