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

nflow is not compatible with Spring Boot 3 #595

Closed cvasii closed 1 year ago

cvasii commented 1 year ago

nflow is not compatible with Spring Boot 3, because of the beans adnotated with javax.inject.Named (e.g. io.nflow.engine.internal.dao.MaintenanceDao). javax.inject.Named. is not available after upgrading to Spring Boot 3.

cvasii commented 1 year ago

One quick fix could be replacing javax.inject.Named with spring's specific annotations.

efonsell commented 1 year ago

Fixed in 9.0.0