-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Conflicting open telemetry and flyway dependencies #45130
Labels
Milestone
Comments
/cc @cristhiank (flyway), @gastaldi (flyway), @geoand (flyway), @gsmet (flyway) |
It's vaguely similar, but fixing either issue would not solve the other. For this issue, I have opened #45136 but I don't really have a way to check if it does not break the Flyway extension in some obscure way |
gsmet
added a commit
that referenced
this issue
Dec 17, 2024
Break build cycle between OTel, logging and Flyway
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Dec 18, 2024
Fixes: quarkusio#45130 (cherry picked from commit 327341c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hi, I found that if I have open telemetry and flyway dependencies in one project and set
quarkus.otel.logs.enabled=true
during build I got:If I remove
implementation("io.quarkus:quarkus-flyway")
orimplementation("io.quarkus:quarkus-opentelemetry")
everything works fineExpected behavior
No response
Actual behavior
No response
How to Reproduce?
https://github.com/DawidStuzynski/open-telemetry-flyway-problem
clone this repo, run in terminal
./gradlew assemble
, ifquarkus.otel.logs.enabled=true
orquarkus.otel.metrics.enabled=true
is removed everything works fineOutput of
uname -a
orver
Darwin Dawids-MacBook-Pro.local 24.0.0 Darwin Kernel Version 24.0.0:
Output of
java -version
openjdk version "21.0.1" 2023-10-17 OpenJDK Runtime Environment GraalVM CE 21.0.1+12.1 (build 21.0.1+12-jvmci-23.1-b19) OpenJDK 64-Bit Server VM GraalVM CE 21.0.1+12.1 (build 21.0.1+12-jvmci-23.1-b19, mixed mode, sharing)
Quarkus version or git rev
3.17.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.9
Additional information
No response
The text was updated successfully, but these errors were encountered: