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
Describe the bug
Build fails with IllegalStateException when using opentracing and a rest method which accepts a List of Strings Expected behavior
Build should work Actual behavior
Build fails when adding:
Describe the bug
Build fails with IllegalStateException when using opentracing and a rest method which accepts a List of Strings
Expected behavior
Build should work
Actual behavior
Build fails when adding:
io.quarkus
quarkus-smallrye-opentracing
To Reproduce
git clone https://github.com/bcluap/quarkus-examples.git
cd quarkus-examples/resteasy-reactive
mvn clean test
Additional context
I believe line 29 of DynamicFeatureResourceInfo should be:
if (!parameterTypes[i].getName().equals(resourceMethod.getParameters()[i].declaredType)) {
The text was updated successfully, but these errors were encountered: