You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:53:29 UTC

[GitHub] [beam] damccorm opened a new issue, #20649: Enable strict dependency analysis on all Java modules

damccorm opened a new issue, #20649:
URL: https://github.com/apache/beam/issues/20649

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org