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

fix: setup ServiceLoader for the HTTP client #99

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

loicmathieu
Copy link
Member

ServiceLoader didn't work cross classloader, se we need to configure it in the plugin as Micronaut libs comes from the application classloader not the plugin one.

Fixes #98

ServiceLoader didn't work cross classloader, se we need to configure it in the plugin as Micronaut libs comes from the application classloader not the plugin one.
@tchiotludo tchiotludo merged commit df8b28a into master Feb 7, 2024
1 check passed
@tchiotludo tchiotludo deleted the fix/http-client branch February 7, 2024 12:52
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

Successfully merging this pull request may close these issues.

Download and Request tasks throw "No HttpClientFactory present on classpath, cannot create client"
2 participants