kestra-io / plugin-fs

https://kestra.io/plugins/plugin-fs/
Apache License 2.0
5 stars 7 forks source link

fix: setup ServiceLoader for the HTTP client #99

Closed loicmathieu closed 7 months ago

loicmathieu commented 7 months ago

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