Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAX-RS is needed on the classpath but not included #15

Open
loicmathieu opened this issue Jan 15, 2021 · 0 comments
Open

JAX-RS is needed on the classpath but not included #15

loicmathieu opened this issue Jan 15, 2021 · 0 comments

Comments

@loicmathieu
Copy link

JAX-RS is needed on the classpath due to its usage inside the OpenTracingInterceptor

But it is declared as provided, so if an application don't already use it it needs to add the dependecy.

Reading the actual code, I have no idea why you skip all methods annotated with @Path, but if it's really needed, the code should be refactored in a way to not mandate JAX-RS on the classpath at runtime.

Note that the library can also be declared as compile instead of provided, this will fix the issue but add one dependency to the classpath of all applications using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant