Преглед на файлове

Update Bonita Platform and Update Tool versions (#2659)

abirembaut преди 1 месец
родител
ревизия
cd472d427a
променени са 1 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. 8 2
      bonita/content.md

+ 8 - 2
bonita/content.md

@@ -184,13 +184,19 @@ These variables are used in conjunction to define how Bonita should access the [
 
 
 `BIZ_DB_PASS` default value is businesspass.
 `BIZ_DB_PASS` default value is businesspass.
 
 
+### PRO_GRADE
+
+**Since 2025.2-u3**
+
+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).
+
 ## Logger configuration
 ## Logger configuration
 
 
 **Since 2022.1**
 **Since 2022.1**
 
 
 The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
 The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
 
 
-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)
+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)
 
 
 Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
 Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
 
 
@@ -284,7 +290,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
 -	Launch the new container pointing towards the copy of the database.
 -	Launch the new container pointing towards the copy of the database.
 
 
 	```console
 	```console
-	$ 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
+	$ 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
 	```
 	```
 
 
 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).
 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).