From e612a18d9217f856a0e57a552abd836eda59e8df Mon Sep 17 00:00:00 2001 From: Tom Cools Date: Thu, 16 Apr 2026 18:35:08 +0200 Subject: [PATCH] docs: quarkus versioning notice --- .../ROOT/pages/integration/integration.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/modules/ROOT/pages/integration/integration.adoc b/docs/src/modules/ROOT/pages/integration/integration.adoc index e50b166727..fadcc52ca8 100644 --- a/docs/src/modules/ROOT/pages/integration/integration.adoc +++ b/docs/src/modules/ROOT/pages/integration/integration.adoc @@ -275,6 +275,21 @@ To use Timefold Solver with Quarkus, read the xref:quickstart/quarkus/quarkus-qu If you are starting a new project, visit the https://code.quarkus.io/[code.quarkus.io] and select the _Timefold AI constraint solver_ extension before generating your application. +[#integrationWithQuarkusVersionPolicy] +=== Supported Quarkus versions + +The following version policy applies: + +- **On the solver `main` line:** +Timefold Solver targets the **latest Quarkus release** and the **latest Quarkus LTS release**. +Support for the latest LTS is provided on a **best-effort basis**. +When Quarkus releases a new major version (v4), Timefold Solver will follow. + +- **On the solver `1.x` line:** +Timefold Solver `1.x` targets the **latest Quarkus LTS release**. +When a new LTS is released for Quarkus v3, Timefold Solver 1.x will upgrade to it. +**Quarkus v4 will not be supported on the 1.x line.** + [#integrationWithQuarkusProperties] === Available configuration properties