From 8e7e1efb82f03aa53b2af8d151e9972ef634607a Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Tue, 14 Nov 2023 16:36:43 +0100 Subject: [PATCH] fix(builder): add removal note for latest Bonita version. --- antora.yml | 2 +- modules/ROOT/pages/builder.adoc | 6 +++++- modules/ROOT/pages/requirements-and-compatibility.adoc | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index bcd24e66..d0ac0f43 100644 --- a/antora.yml +++ b/antora.yml @@ -4,7 +4,7 @@ version: '4.0' asciidoc: attributes: bcdVersion: '4.0.0' # latest available maintenance version - bonitaDocVersion: '2023.1' + bonitaDocVersion: '2023.2' testToolkitVersion: '1.0' # General site configuration page-editable: true diff --git a/modules/ROOT/pages/builder.adoc b/modules/ROOT/pages/builder.adoc index ca85212a..9dd33294 100644 --- a/modules/ROOT/pages/builder.adoc +++ b/modules/ROOT/pages/builder.adoc @@ -3,9 +3,13 @@ :page-aliases: livingapp_build.adoc, livingapp_manage_configuration.adoc +IMPORTANT: *Builder is not supported for Bonita project designed with Bonita Studio 2023.2 and above*. In those versions, a Bonita project can be built xref:{bonitaDocVersion}@bonita:build-run:build-application.adoc[using Maven]. + This page describes how to build Bonita Application projects from the command line. -IMPORTANT: First make sure your maven installation is configured to access xref:{bonitaDocVersion}@bonita:software-extensibility:bonita-repository-access.adoc[Bonita Artifact Repository] ! +== Prerequisites + +First make sure your maven installation is configured to access xref:{bonitaDocVersion}@bonita:software-extensibility:bonita-repository-access.adoc[Bonita Artifact Repository] ! [#install] == Builder installation guide diff --git a/modules/ROOT/pages/requirements-and-compatibility.adoc b/modules/ROOT/pages/requirements-and-compatibility.adoc index 8f606d46..f0d245df 100644 --- a/modules/ROOT/pages/requirements-and-compatibility.adoc +++ b/modules/ROOT/pages/requirements-and-compatibility.adoc @@ -36,13 +36,15 @@ The bonita-la-builder versions follow the Bonita engine versions. Example: to build a 2023.1 (8.0.0) bonita project, you have to use the 8.0.0 version of the bonita-la-builder. +IMPORTANT: *Builder is not supported for Bonita project designed with Bonita Studio 2023.2 and above*. In those versions, a Bonita project can be built xref:{bonitaDocVersion}@bonita:build-run:build-application.adoc[using Maven]. + === Bonita LA Deployer The following table shows which bonita-la-deployer CLI versions support specific Bonita releases. + |=== | bonita-la-deployer version | Bonita release -| 1.0.x | 2021.2.x, 2022.1.x, 2022.2.x, 2023.1.x +| 1.0.x | 2021.2.x, 2022.1.x, 2022.2.x, 2023.1.x, 2023.2.x |=== WARNING: If a Bonita release is not listed in the previous table, then it is not supported by the BCD offer.