You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
Having no dependencies makes scalaj-http really appealing for use with graal. But there is one hiccup because scalaj has a single use of reflections[0]. If there was a way to remove this use of reflections then this could easily be built into a graal binary. Alternatively, there is a work around of having a reflectconfig that looks like
I'm not sure if there's any interest in making this library easier to use with graal but I figured I should share the work around in case it is valuable to anyone else.