Closed fmisir closed 2 years ago
@fmisir thanks for reporting this issue! I have opened a new one in the new eclipse repository: https://github.com/eclipse-digitaltwin/aas4j/issues/27 I will close this one as the fix and any additional work will happen there.
Using the AASX XML generator with
jackson-dataformat-xml
versions **2.13.*** results in invalid XML.The deepest child elements are not prefixed. Here is the generated XML with version
jackson-dataformat-xml 2.13.3
Here is the generated XML with version
jackson-dataformat-xml 2.12.7
:We detected this issue after an upgrade of Spring Boot that depends on Jackson 2.13.3.