NitorCreations / nflow

Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.
203 stars 39 forks source link

Remove primary annotation from rest object mapper #593

Closed efonsell closed 1 year ago

efonsell commented 1 year ago

Remove @Primary annotation from nflowRestObjectMapper in RestConfiguration to allow overriding default mapper. Spring Boot applications may need to define the mapper explicitly now.

Fixes #567