-
Notifications
You must be signed in to change notification settings - Fork 28
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
NoClassDefFoundError: io/opentelemetry/semconv/HttpAttributes #1232
Comments
Hi @yvespp Out of curiosity, if you add that dependency to your project, does it solve the issue? |
Hi @baywet
as a dependency we get a ClassNotFoundException in the QuarkusClassLoader... I think we just have to wait until Quarkus is up to date and I will close this... |
Thanks for sharing your findings. |
Which version of Quarkus are you using? |
Currently we are using Quarkus 3.7.3.
I tried updating microsoft-kiota-abstractions to 1.1.4 but is still throws the same |
I think that this bug report is valid, and they are pointing it out in the Readme:
We should remove those |
Thanks for fixing it so fast! |
Thanks for the feedback 🎉 |
Hi
Yesterday I updated the msgraph-sdk-java from v6.5.1 to v6.6.0, which updates kiota from 1.1.2 to 1.1.4.
Since then I get the following exception:
It runs inside Quarkus in a Scheduler. Do you have any hints on how I could fix this?
Maybe it's related to this change? a191db9
The text was updated successfully, but these errors were encountered: