-
Notifications
You must be signed in to change notification settings - Fork 5
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
Move away from Akka HTTP in favor of some more lightweight library #27
Comments
Change DelphiCli.scala based on suggestion oracle/graal#370 |
Using GraalVM-1.0.0-rc10 for |
|
Using environmental variable
|
|
Default delphi client results
|
Native delphi cli results
|
I've looked through the current codebase regarding this issue. While it does look resolved, ie Akka HTTP has been replaced by
delphi-cli/src/main/scala/de/upb/cs/swt/delphi/cli/DelphiCLI.scala Lines 32 to 40 in 593288e
|
I think we can safely remove unused dependencies from |
Is your feature request related to a problem? Please describe.
The use of Akka HTTP currently prevents us of compiling the CLI down to native code using GraalVM. Despite the fact that the CLI currently works fine, it could be much faster which helps in automating query tasks.
Describe the solution you'd like
Use a light weight http client that can be used in a GraalVM build.
Describe alternatives you've considered
none
Additional context
none
The text was updated successfully, but these errors were encountered: