Skip to content

Commit

Permalink
fix(builder): add removal note for latest Bonita version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Nov 14, 2023
1 parent 87ac48a commit ebd0dc3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion modules/ROOT/pages/builder.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/deployer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/requirements-and-compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ebd0dc3

Please sign in to comment.