You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Shehzaad Nakhoda (Jira)" <ji...@apache.org> on 2020/09/24 10:55:00 UTC

[jira] [Updated] (BEAM-10961) Enable strict dependency analysis on all Java modules

     [ https://issues.apache.org/jira/browse/BEAM-10961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shehzaad Nakhoda updated BEAM-10961:
------------------------------------
    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 ([https://github.com/wfhartford/gradle-dependency-analyze#configurations|example). Even if they just add exclusions across the board, it will be a big win because it will prevent new violations.


> Enable strict dependency analysis on all Java modules 
> ------------------------------------------------------
>
>                 Key: BEAM-10961
>                 URL: https://issues.apache.org/jira/browse/BEAM-10961
>             Project: Beam
>          Issue Type: Improvement
>          Components: java-fn-execution
>            Reporter: Shehzaad Nakhoda
>            Assignee: Shehzaad Nakhoda
>            Priority: P2
>
> 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 ([https://github.com/wfhartford/gradle-dependency-analyze#configurations|example). Even if they just add exclusions across the board, it will be a big win because it will prevent new violations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)