Migration notes
This page explains the changes required to migrate to the stated version of the Sign-Off Module.
Migrate to 2.1.0
Upgrading from version 2.0.0.
The Sign-Off Module is using ActivePivot 5.8.14-jdk8 and 5.8.14-jdk11 together with ActiveUI 4.3.7. For new features and fixes included in these releases, please see the ActiveUI documentation and ActiveUI Migration Notes, and the release notes for ActivePivot.
Configuration files
Files Modified
File | Modification | Details | Description |
---|---|---|---|
application.yml | Added | sign-off.export.signal-retries.nb-retries
|
Number of retries attempted when an ActivitiOptimisticLockingException is thrown when an Activiti signal event is received. |
application.yml | Added | sign-off.export.signal-retries.retry-delay-in-milliseconds=500
|
Delay between two retries when an ActivitiOptimisticLockingException is thrown when an Activiti signal event is received |
Other Changes
The signoff-intf folder containing the interface classes between the sign-off module and the application server has been added to the project. It was omitted in the 2.0.0 release.