v5.2.0
Highlights
- Add
stopped
field to executor data. In database, REST API and nFlow Explorer. Requires database migration. - Support Azure AD authentication in Explorer (see
nflow-explorer/src/config.js
for configuration options)
Details
- Travis CI no longer runs tests with Oracle JDK 10. Only oraclejdk8 and openjdk11 are currently running Travis CI tests.
- Upgraded Spring to version 5.1.2.RELEASE
- Explorer displays a link in the header based on
returnUrl
andreturnUrlLabel
parameters in the Explorer opening URL - nflow-netty's StartNflow interface changed to match nflow-jetty's
- Automatic refresh for workflow instance page in Explorer
- Downgrade org.reclections:reflections to 0.9.10 due to excessive logging in nflow-jetty startup when using 0.9.11