Closed snowdrop-bot closed 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:
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$
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:
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$