💾 Archived View for gemini.bortzmeyer.org › fosdem › event-11341.gmi captured on 2022-04-29 at 01:32:21. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
César Soto Valero
Type devroom
Starts on day 2 (2021-02-07) at 10:45 (Brussels time, UTC+1) in room Dependency (duration 00:45)
Matrix room #dependency:fosdem.org
The talk introduces DepClean, an open-source tool that we developed to automatically determine the presence of bloated dependencies in Maven artifacts. DepClean performs a deep static analysis of the dependency network and suggests direct and transitive dependencies to be removed or excluded. Given an application and its build file, DepClean collects the complete dependency tree (the list of dependencies declared in the pom.xml, as well as the transitive dependencies) and analyzes the bytecode of the artifact and all its dependencies to determine the presence of bloated dependencies. DepClean also generates a clean variant of the build file in which bloated dependencies are removed.