enso/tools/legal-review
Hubert Plociniczak d6d370925a
Removing dependencies to speed up startup (#10249)
Reducing the number of dependencies. Explicit `cats` are almost gone (present in `cli`). `enumeration` is completely gone.  `cats` is also still included implicitly via `io.circe` but that's a different kind of beast.
Also, really removed `jackson` from dependencies by fixing the dependency on `http-test-helper`.

# Important Notes
In a number of places importing all cats implicits could be simply replaced with a single or two method calls. Not to mention that this will reduce compilation times due to reduced implicit search space.

One example of how the changes affect performance (not only startup):

Before:
![Screenshot from 2024-06-11 12-05-24](https://github.com/enso-org/enso/assets/292128/a1a772a9-635d-4a16-a543-e2fd2124a22c)
Now:
![Screenshot from 2024-06-11 14-27-47](https://github.com/enso-org/enso/assets/292128/b17c7fcc-9a6d-48b9-8200-60708354ee03)
(frequently executed)

![Screenshot from 2024-06-12 12-46-34](https://github.com/enso-org/enso/assets/292128/31bc4dfd-4edc-45c9-9c5d-13e3472089b9)
Also appears to be gone.

This PR is by no means finished. The purge will continue in follow up PRs.
2024-06-12 18:15:36 +00:00
..
AWS Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
Base Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
Database Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
engine Removing dependencies to speed up startup (#10249) 2024-06-12 18:15:36 +00:00
Google_Api Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
Image Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
launcher Removing dependencies to speed up startup (#10249) 2024-06-12 18:15:36 +00:00
license-texts Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
project-manager Removing dependencies to speed up startup (#10249) 2024-06-12 18:15:36 +00:00
Snowflake Snowflake Connectivity (#9435) 2024-03-20 10:06:12 +00:00
Table Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00