-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version cannot be determined on fat-jar #188
Labels
bug
Something isn't working
Comments
tobiasschaefer
changed the title
CamundaBpmVersion empty with fat-jar / Telemetry is broken
Telemetry Reporter fails on fat-jar
Feb 9, 2021
tobiasschaefer
changed the title
Telemetry Reporter fails on fat-jar
Version missing on fat-jar
Feb 9, 2021
tobiasschaefer
changed the title
Version missing on fat-jar
Version cannot be determined on fat-jar
Feb 9, 2021
tobiasschaefer
added a commit
to tobiasschaefer/micronaut-camunda-bpm
that referenced
this issue
Feb 21, 2021
…missing version information.
tobiasschaefer
added a commit
to tobiasschaefer/micronaut-camunda-bpm
that referenced
this issue
Feb 21, 2021
…missing version information. Also remove term "BPM".
tobiasschaefer
added a commit
to tobiasschaefer/micronaut-camunda-bpm
that referenced
this issue
Feb 21, 2021
…missing version information. Also remove term "BPM".
tobiasschaefer
added a commit
to tobiasschaefer/micronaut-camunda-bpm
that referenced
this issue
Mar 17, 2021
… Instead use "./gradlew dockerBuild -p micronaut-camunda-bpm-example"
tobiasschaefer
added a commit
to tobiasschaefer/micronaut-camunda-bpm
that referenced
this issue
Mar 17, 2021
… Instead use "./gradlew dockerBuild -p micronaut-camunda-bpm-example"
martisaw
pushed a commit
that referenced
this issue
Mar 18, 2021
…lew dockerBuild -p micronaut-camunda-bpm-example"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
doesn't output the version:
INFO i.n.m.c.b.f.ProcessEngineFactory - Camunda BPM version:
This is also problematic because the telemetry data will be rejected by the Camunda telemetry endpoint if the version is missing. Therefore we currently need to disable the Telemetry Reporter in this case.
This also applies to Docker which uses the fat-jar:
Note:
camunda.bpm.generic-properties.properties.initialize-telemetry
is explicitly set to trueThe text was updated successfully, but these errors were encountered: