-
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
JAR build doesn't work after upgrade to 3.16.4 -> 3.17.3 #44937
Comments
/cc @geoand (jib,kotlin) |
Please attach a sample application that works in Thanks! |
I think this is probably the key part to be able to create a reproducer:
You end up initializing the interceptor that uses OpenTelemetry at static init which is not possible anymore. So I would focus on that to create a reproducer, and ideally explain what you're trying to achieve with this so we can maybe provide other ways to achieve it. |
I found it, I have also added Here is the code that broke the build
after removing the @WithSpan it works fine :) sorry |
We would still very much like to see the sample application that behaves like you say. |
Describe the bug
Hey, after updating to the quarkus 3.17.2 from 3.16.4 Im getting this startup error.
used dependencies:
Expected behavior
Builds and runs fine
Actual behavior
Crashes on startup
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
java version "21.0.3" 2024-04-16 LTS Java(TM) SE Runtime Environment (build 21.0.3+7-LTS-152) Java HotSpot(TM) 64-Bit Server VM (build 21.0.3+7-LTS-152, mixed mode, sharing)
Quarkus version or git rev
3.17.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.11.1
Additional information
No response
The text was updated successfully, but these errors were encountered: