Migration notes 4.1

This page explains the changes required to migrate to the stated version of the Atoti Adjustments Services 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>adjustments-services</artifactId>
    <version>4.1.0</version>
</dependency>