For migration tips, see the Migration Notes.
For details about versioning, see the Versioning Policy
6.2.0-M1
2026-06-15Summary
The main changes in the 6.2 are:- Upgrade to Java 25
- Upgrade to Spring Boot 4: this includes among others an upgrade to Spring 7 and Jackson 3
- Switch to SLF4J for logging
Java upgrade
The new baseline is Java 25, thus benefiting from all the changes and improvements in the JDK.Spring upgrade
The new baseline is Spring 7 and Spring Boot 4, as Spring Boot 3 open source support is ending in June 2026. With the Spring upgrade, Jackson is also upgraded to version 3.SLF4J
SLF4J is the Java logging facade de facto standard. Atoti was still using JUL (java.util.logging) for its logging, thus requiring to useorg.slf4j:jul-to-slf4j for projects that wanted to use a different logging framework (logback, log4j, jcl, …).
Now this is no longer needed to get the Atoti Server logs, however third-party dependencies might still emit logs through JUL, and for those this dependency is still needed.
In the case you want your logging to be handled by JUL, you should add a runtime dependency to org.slf4j:slf4j-jdk14.
Check SLF4J documentation for redirecting to your preferred logging framework.
Other changes
Supported database version changes
The baseline for the database versions supported in DirectQuery has changed.- ClickHouse 26.03
- Databricks Runtime: 17.3
- MSSQL Server 2019