Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Review dependencies in common #50

Closed
2 tasks
Tracked by #1
mike-audi opened this issue Sep 6, 2023 · 0 comments · Fixed by #61
Closed
2 tasks
Tracked by #1

Review dependencies in common #50

mike-audi opened this issue Sep 6, 2023 · 0 comments · Fixed by #61
Assignees
Labels
fix Iterations on existing features or infrastructure.

Comments

@mike-audi
Copy link
Contributor

The common lib is very large (> 50MB) because it includes a bunch of dependencies for its helper functions. Since lambdas require fat jars, this can quickly cause bloat and performance issues.

We should

  • remove any and all unnecessary dependencies
  • investigate not including all dependencies and push this responsibility on to the children
@mike-audi mike-audi self-assigned this Sep 6, 2023
@mike-audi mike-audi added the fix Iterations on existing features or infrastructure. label Sep 6, 2023
@mike-audi mike-audi linked a pull request Sep 19, 2023 that will close this issue
mike-audi added a commit that referenced this issue Sep 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant