opentracing-contrib/java-jaxrs

Fix broken auto-discovery tests

pavolloffay opened this issue · 1 comments

Auto discovery tests are broken. The test is reported as successful but it was not executed.

I would like to migrate it from swarm to something else e.g. wildfly? The other question is do we want to keep this test? It was useful when we didn't integrate with servlet filter now filter has to be added manually.

Correction the auto-discovery works the filter is discovered and added by container due to @WebFilter annotation.