-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.3.0-alpha3
-
None
The SpinProcessEngine plugin always registers the Json and Xml serializer in its lookupSpinSerializers() method.
This isn't good because not every project has to depend on camunda-spin-dataformat-xml-dom and camunda-spin-dataformat-json-jackson.
Therefore the plugin should use the DataFormat class to check what is present and register the serializers accordingly.