ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.68k stars 753 forks source link

Hello-World Ballerina Program Generating an 8.5MB Jar #18747

Open lafernando opened 5 years ago

lafernando commented 5 years ago

$subject. It seem to pack a few unwanted dependencies there as well. For example, Antlr/HTTP libs etc...

warunalakshitha commented 5 years ago

These were added to support config passing and the observability by default. ex. org.ballerinalang.toml.antlr4.TomlParser used by config module and com.squareup.okhttp3 for supporting default observability requirements. We will review the current dependencies in ballerina runtime again.

mohanvive commented 3 years ago

This issue is still valid.