snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

RESTEasy Reactive - deploy failure when using opentracing #239

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

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)) {


https://github.com/quarkusio/quarkus/issues/13981


$upstream:13981$