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/deployer.adoc b/modules/ROOT/pages/deployer.adoc index 9f06cbfa..4f7ab1d0 100644 --- a/modules/ROOT/pages/deployer.adoc +++ b/modules/ROOT/pages/deployer.adoc @@ -237,7 +237,7 @@ The following artifacts are used with **implicit policies**. It means that you d === Caveats * `FAIL` policy implies that the deployment stops right after the failure meaning that subsequent elements of the deployment are not deployed at all. -* Prior to deploying a Business Data Model, xref:{bonitaDocVersion}@bonita::pause-and-resume-bpm-services.adoc[the Bonita tenant is paused]. So a downtime of the tenant occurs. The tenant is resumed after the deployment of the BDM. +* Prior to deploying a Business Data Model, xref:{bonitaDocVersion}@bonita:runtime:platform-maintenance-mode.adoc[the Bonita tenant is paused]. So a downtime of the tenant occurs. The tenant is resumed after the deployment of the BDM. * REST API extension authorizations are not configured as part of the deployment process. They have to be configured while provisioning the Bonita platform. [#preconfigured_deployment_policies] 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.