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
Remove @Primary annotation from nflowRestObjectMapper in RestConfiguration to allow overriding default mapper. Spring Boot applications may need to define the mapper explicitly now.
Remove
@Primary
annotation fromnflowRestObjectMapper
inRestConfiguration
to allow overriding default mapper. Spring Boot applications may need to define the mapper explicitly now.Fixes #567