You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Quarkus 3.6.0 quarkus-smallrye-opentracing is no longer a core extension. quarkus-full-microprofile depends on it and thus fails with Quarkus >= 3.6.0 (as observed in #223)
#224 disabled quarkus-full-microprofile based tests for Quarkus >= 3.6.0, which comes with the big drawback that we are no longer running 3 important tests.
One potential issue I see with that is that our test will then depend on a quarkiverse dependency which I expect to be tricky when testing Quarkus main.
Since I am not familiar with the code nor with the testing goals of it I will leave that to @Karm. Perhaps we can completely replace it or drop the smallrye-opentracing dependency.
I will create a patch. This is IMHO connected to MicroProfile specification that is getting rid of a one monitoring API in favor of another, i.e. we get rid of Jaeger things in favor of OpenTelemetry for good.
We will need .patch so as older Qurkus versions keep working and we can have the same app. Given the simplicity of the app, I think it's still more manageable than having a separate test app in apps dir.
Starting with Quarkus 3.6.0
quarkus-smallrye-opentracing
is no longer a core extension.quarkus-full-microprofile
depends on it and thus fails with Quarkus >= 3.6.0 (as observed in #223)#224 disabled quarkus-full-microprofile based tests for Quarkus >= 3.6.0, which comes with the big drawback that we are no longer running 3 important tests.
@jerboaa suggested in #223 (comment):
The text was updated successfully, but these errors were encountered: