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

Detect OpenFeign, Retrofit or OkHttp on classpath and use those instead #19

Open
iamareebjamal opened this issue Dec 28, 2017 · 2 comments

Comments

@iamareebjamal
Copy link

OpenFeign or Retrofit are generally included to create REST API consumers along with OkHttp3 which has a better performance and API than HttpUrlConnection

@Raudius
Copy link
Owner

Raudius commented Dec 29, 2017

I am not too sure how I would go about doing this. How can I detect these on the classpath without including them as a dependency?

@iamareebjamal
Copy link
Author

These won't be transitive dependencies. And would be provided by the developer when including the library. This can be taken later on as its just an enhancement

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

2 participants