Closed
Description
The size of the exploded Boot LS JAR is getting larger with every release due to many OpenRewrite libs chained to one another via the runtime scope dependencies.
There are libs such as rewrite-csharp
, rewrite-kotlin
, rewrite-jenkins
that hardly have any use in the STS context.
Most of these libs are pulled via rewrite-staticanalysis
which goes via rewrite-spring
directly or rewrite-migrate-java
.