Navigation :
test ../../ test release.html
Release and migration notes
test ../../ test release/release-notes.html
- Changelog
test ../../ test release/migrate-4.2.html
- Migration notes 4.2
test ../../ test release/previous-migration.html
-
Previous migration notes
test ../../ test release/previous-migration/migrate-4.1.html
-- Migration notes 4.1
test ../../ test release/previous-migration/migrate-4.0.html
-- Migration notes 4.0
test ../../ test release/previous-migration/migrate-3.0.0.html
-- Migration notes 3.0.0
test ../../ test release/previous-migration/migrate-2.1.0.html
-- Migration notes 2.1.0
test ../../ test release/previous-migration/migrate-2.0.0.html
-- Migration notes 2.0.0
test ../../ test release/previous-migration/migrate-1.5.0.html
-- Migration notes 1.5.0
test ../../ test release/previous-migration/migrate-1.4.0.html
-- Migration notes 1.4.0
test ../../ test release/previous-migration/migrate-1.3.0.html
-- Migration notes 1.3.0
test ../../ test release/previous-migration/migrate-1.2.0.html
-- Migration notes 1.2.0
test ../../ test release/previous-migration/migrate-1.1.0.html
-- Migration notes 1.1.0
test ../../ test release/previous-migration/migrate-1.0.0.html
-- Migration notes 1.0.0
test ../../ test getting-started.html
Getting started
test ../../ test properties.html
Properties
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
.