Enable strict dependency analysis on all Java modules
Open
fn-execution
improvement
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
This is an IWYU analysis. If the module is using its transitive deps without depending on them, or if it has direct dependencies it doesn't use, the build fails. The work involves adding dependencies or adding exclusion rules (example: https://github.com/wfhartford/gradle-dependency-analyze#configurations). Even if they just add exclusions across the board, it will be a big win because it will prevent new violations.
Imported from Jira [BEAM-10961](https://issues.apache.org/jira/browse/BEAM-10961). Original Jira may contain additional context.
Reported by: shehzaadn.
Contributor guide
Assessment
This issue has not been assessed yet.