Navigation :
test ../../ test overview.html
Overview
test ../../ test release.html
Release and migration notes
test ../../ test release/release-notes.html
- Changelog
test ../../ test release/migrate-4.1.html
- Migration notes 4.1
test ../../ test release/previous-migration.html
-
Previous migration notes
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
Migration notes 4.0
This page explains the changes required to migrate to the stated version
of the Atoti Sign-Off API.
Migrate to 4.0.1
Parameter name retention through Maven build
The Maven compiler plugin configuration has been updated to enable parameter name retention. This fixes an issue introduced by the upgrade to Spring 6.2.0.
No migration steps are required when using the library.
Migrate to 4.0.0
Upgrading from version 3.0.0, see the Atoti Sign-Off API 4.0.0 Release Notes .
Upgrade to Spring Boot 3.2
The library has been upgraded to Spring Boot 3.2.
Upgrade to Common Parent POM and Common Dependencies BOM 2.0.0
The library has been upgraded to Common Parent POM and Common Dependencies BOM 2.0.0.
To use the library, please import it as:
<dependency>
<groupId> com.activeviam.apps</groupId>
<artifactId> signoff-ext</artifactId>
<version> 4.0.0</version>
</dependency>