This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/main by this push:
     new e43b86e9 kie-kogito-images-1744: Disable question about collecting 
Quarkus analytics (#1745)
e43b86e9 is described below

commit e43b86e9a74641d3c49e3e519c2f3d531af1f6fb
Author: Walter Medvedeo <[email protected]>
AuthorDate: Thu Feb 22 18:38:42 2024 +0100

    kie-kogito-images-1744: Disable question about collecting Quarkus analytics 
(#1745)
---
 modules/kogito-swf/devmode/runtime/common/added/run-app-devmode.sh | 1 +
 modules/kogito-swf/devmode/runtime/community/module.yaml           | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/modules/kogito-swf/devmode/runtime/common/added/run-app-devmode.sh 
b/modules/kogito-swf/devmode/runtime/common/added/run-app-devmode.sh
index d929b29a..ba8edc65 100755
--- a/modules/kogito-swf/devmode/runtime/common/added/run-app-devmode.sh
+++ b/modules/kogito-swf/devmode/runtime/common/added/run-app-devmode.sh
@@ -48,4 +48,5 @@ fi
     -DskipTests \
     -Dquarkus.http.host=0.0.0.0 \
     -Dquarkus.test.continuous-testing=${QUARKUS_CONTINUOUS_TESTING:-disabled} \
+    -Dquarkus.analytics.disabled=${QUARKUS_ANALYTICS_DISABLED:true} \
     clean compile quarkus:dev
\ No newline at end of file
diff --git a/modules/kogito-swf/devmode/runtime/community/module.yaml 
b/modules/kogito-swf/devmode/runtime/community/module.yaml
index aa0662c6..ca49e2dc 100644
--- a/modules/kogito-swf/devmode/runtime/community/module.yaml
+++ b/modules/kogito-swf/devmode/runtime/community/module.yaml
@@ -34,6 +34,9 @@ envs:
   - name: QUARKUS_CONTINUOUS_TESTING
     description: Whether to enable Quarkus continous testing on DevMode or 
not. Default to "disabled".
     value: "disabled"
+  - name: QUARKUS_ANALYTICS_DISABLED
+    description: Whether to disable the Quarkus analytics data collecting on 
DevMode or not. Default to "true".
+    value: "true"
   - name: KOGITO_CODEGEN_PROCESS_FAILONERROR
     description: Boolean flag that will prevent Dev Mode to crash if the 
provided workflow is wrong.
     value: "false"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to