-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.3.0-alpha3
-
Component/s: engine
-
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.