Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deactivate Quarkus telemetry causing stacktrace
Browse files Browse the repository at this point in the history
Users won't have the possibility to answer to the question and we need
to keep it opt-in

fixes devfile/api#1611

Signed-off-by: Aurélien Pupier <[email protected]>
apupier committed Jul 24, 2024
1 parent 683aaad commit 09f7578
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions stacks/java-quarkus/1.3.0/devfile.yaml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ commands:
- id: dev-run
exec:
component: tools
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true'
hotReloadCapable: true
group:
kind: run
@@ -59,7 +59,7 @@ commands:
- id: dev-debug
exec:
component: tools
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}'
hotReloadCapable: true
group:
kind: debug
4 changes: 2 additions & 2 deletions stacks/java-quarkus/1.3.1/devfile.yaml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ commands:
- id: dev-run
exec:
component: tools
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true'
hotReloadCapable: true
group:
kind: run
@@ -58,7 +58,7 @@ commands:
- id: dev-debug
exec:
component: tools
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}'
hotReloadCapable: true
group:
kind: debug
4 changes: 2 additions & 2 deletions stacks/java-quarkus/1.4.0/devfile.yaml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ commands:
- id: dev-run
exec:
component: tools
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true'
hotReloadCapable: true
group:
kind: run
@@ -60,7 +60,7 @@ commands:
- id: dev-debug
exec:
component: tools
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}'
hotReloadCapable: true
group:
kind: debug
4 changes: 2 additions & 2 deletions stacks/java-quarkus/1.4.1/devfile.yaml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ commands:
- id: dev-run
exec:
component: tools
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true'
hotReloadCapable: true
group:
kind: run
@@ -59,7 +59,7 @@ commands:
- id: dev-debug
exec:
component: tools
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}'
hotReloadCapable: true
group:
kind: debug
4 changes: 2 additions & 2 deletions stacks/java-quarkus/1.5.0/devfile.yaml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ commands:
- id: dev-run
exec:
component: tools
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true'
hotReloadCapable: true
group:
kind: run
@@ -59,7 +59,7 @@ commands:
- id: dev-debug
exec:
component: tools
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}'
hotReloadCapable: true
group:
kind: debug

0 comments on commit 09f7578

Please sign in to comment.