Skip to content

Commit cd472d4

Browse files
authored
Update Bonita Platform and Update Tool versions (#2659)
1 parent d1f40cd commit cd472d4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

bonita/content.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,19 @@ These variables are used in conjunction to define how Bonita should access the [
184184

185185
`BIZ_DB_PASS` default value is businesspass.
186186

187+
### PRO_GRADE
188+
189+
**Since 2025.2-u3**
190+
191+
This optional environment variable is used to enable/disable the [Java Security Policy](https://documentation.bonitasoft.com/bonita/latest/security/java-security-policy) (using ProGrade). The default value is *true*, which activates the security policy protecting against malicious Groovy script execution. Set to *false* to disable the security policy (not recommended).
192+
187193
## Logger configuration
188194

189195
**Since 2022.1**
190196

191197
The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
192198

193-
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/docker/files/log4j2/log4j2-appenders.xml)
199+
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.5/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.5/docker/files/log4j2/log4j2-appenders.xml)
194200

195201
Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
196202

@@ -284,7 +290,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
284290
- Launch the new container pointing towards the copy of the database.
285291

286292
```console
287-
$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 %%IMAGE%%:2025.2-u3
293+
$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 %%IMAGE%%:2025.2-u5
288294
```
289295

290296
For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/latest/version-update/migrate-from-an-earlier-version-of-bonita).

0 commit comments

Comments
 (0)