-
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
App with quarkus-opentelemetry-exporter-jaeger fails to compile into native #25143
Labels
Milestone
Comments
/cc @radcortez |
#25158 should take care of it |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Apr 26, 2022
rsvoboda
added a commit
to rsvoboda/beefy-scenarios
that referenced
this issue
Apr 26, 2022
This reverts commit dabebde. quarkusio/quarkus#25143 is fixed now in Quarkus main
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Apr 27, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 5, 2022
Fixes: quarkusio#25143 (cherry picked from commit 822ae5f)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 5, 2022
Fixes: quarkusio#25143 (cherry picked from commit 822ae5f)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
App with quarkus-opentelemetry-exporter-jaeger fails to compile into native
https://github.com/quarkusio/quarkus/blob/main/extensions/opentelemetry/opentelemetry-exporter-jaeger/runtime/src/main/java/io/quarkus/opentelemetry/exporter/jaeger/runtime/JaegerSubstitutions.java
CC @radcortez
Expected behavior
Application compiles
Actual behavior
Application does not compile
How to Reproduce?
io.quarkus:quarkus-opentelemetry-exporter-jaeger
mvn clean verify -Dnative
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
GraalVM 22.0 Java17
Quarkus version or git rev
Quarkus main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: