WrenSecurity / wrenidm

Community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy.
https://wrensecurity.org/
Other
40 stars 19 forks source link

Should we switch from Activiti to Flowable #85

Closed pavelhoral closed 9 months ago

pavelhoral commented 3 years ago

I would like to start discussion on the topic of switching from Activiti to Flowable. Seems like the OSS world favours the latter.

We need to research the following:

pavelhoral commented 3 years ago

Adding one issue I've just discovered:

Our version of Activiti has Maven profile for JDK 11 that adds few dependencies which break IdM on Java 8. This means that when building on JDK 11you get build that is broken on JDK 8 even though our target version is JDK 8.

karelmaxa commented 9 months ago

Migration to the Flowable engine has been performed in https://github.com/WrenSecurity/wrenidm/pull/172.