Migration notes 3.0.0

This page explains the changes required to migrate to the stated version of the Atoti Adjustments Services API.

Migrate to 3.0.0

Dependency to the Sign-off API library

The dependency to the Sign-off API library has been removed.

Introduction of adjustments functionality

The adjustments interfaces and services previously contained in the Sign-off API library are now part of the Adjustments Services library.

Upgrade to Java 17

The library has been upgraded to Java 17, and all dependencies have been upgraded to match either Atoti Server dependencies or Spring dependencies.

Upgrade to Common Parent POM and Common Dependencies BOM 1.2.0

The library has been upgraded to Common Parent POM and Common Dependencies BOM 1.2.0. This has changed the top level group ID to com.activeviam.apps.

To use the library, please import it as:

<dependency>
    <groupId>com.activeviam.apps</groupId>
    <artifactId>adjustments-services</artifactId>
    <version>3.0.0</version>
</dependency>