Migration notes 4.1

This page explains the changes required to migrate to the stated version of the Atoti Sign-Off API.

Migrate to 4.1.0

Upgrade to Java 21

Java 21 is now required to compile and use the library.

Upgrade to Common Parent POM and Common Dependencies BOM 2.0.1

The library has been upgraded to Common Parent POM and Common Dependencies BOM 2.0.1.

To use the library, please import it as:

<dependency>
    <groupId>com.activeviam.apps</groupId>
    <artifactId>signoff-ext</artifactId>
    <version>4.1.0</version>
</dependency>

Changed method in ISignOffRestService

The method String approve(SignOffProcessInstanceExportDTO) has been changed to String updateState(SignOffProcessInstanceExportDTO) in ISignOffRestService.