-
Notifications
You must be signed in to change notification settings - Fork 324
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
Remove akka dependencies from runtime
project
#8222
Comments
Pavel Marek reports a new STANDUP for today (2024-02-02): Progress: - Started to look into how to remove the akka dependencies from various places under
|
Pavel Marek reports a new STANDUP for today (2024-02-08): Progress: - Seems like I am almost done with the migration to JDK HTTP client and virtual thread executor.
|
Pavel Marek reports a new STANDUP for today (2024-02-09): Progress: -
|
Pavel Marek reports a new STANDUP for yesterday (2024-02-12): Progress: - Creating tests and implementing task progress
|
Pavel Marek reports a new 🔴 DELAY for today (2024-02-15): Summary: There is 10 days delay in implementation of the Remove akka dependencies from Will probably have to refactor that PR to use Apache HttpClient instead of pure JDK. Delay Cause: Issue with native image build on Windows, also, peers don't like the custom usage of JDK |
Pavel Marek reports a new STANDUP for today (2024-02-15): Progress: - native image build of launcher is failing on Windows, but works on Linux.
|
Pavel Marek reports a new STANDUP for today (2024-02-16): Progress: - Still cannot figure out the native image build failure on Windows.
|
Pavel Marek reports a new STANDUP for today (2024-02-19): Progress: - The build failure on the Windows was caused by the cmd line being too long.
|
runtime
project, and thusruntime.jar
fat jar, transitively contains akka dependencies, for example fromruntime
-->downloader
-->akka
. We should remove akka fromdownloader
and implement the downloading by some simple http component from JDK (or Scala's standard library).akka
is unnecessarily heavy-weight, it comprises of a lot of classes that are loaded just because of few simple HTTP requests.Tasks
The text was updated successfully, but these errors were encountered: