Migration notes 4.0

This page explains the changes required to migrate to the stated version of the Atoti Adjustments Services 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

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>adjustments-services</artifactId>
    <version>4.0.0</version>
</dependency>