[
https://issues.apache.org/jira/browse/BEAM-10961?focusedWorklogId=555027&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-555027
]
ASF GitHub Bot logged work on BEAM-10961:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Feb/21 01:44
Start Date: 20/Feb/21 01:44
Worklog Time Spent: 10m
Work Description: shehzaadn-vd commented on a change in pull request
#13686:
URL: https://github.com/apache/beam/pull/13686#discussion_r579569392
##########
File path: sdks/java/extensions/schemaio-expansion-service/build.gradle
##########
@@ -31,11 +31,15 @@ applyJavaNature(
dependencies {
compile project(path: ":sdks:java:expansion-service")
+ permitUnusedDeclared project(path: ":sdks:java:expansion-service")
compile project(":sdks:java:io:jdbc")
+ permitUnusedDeclared project(":sdks:java:io:jdbc")
compile library.java.postgres
+ permitUnusedDeclared library.java.postgres
+ compile project(path: ":model:pipeline", configuration: "shadow")
+ compile project(path: ":sdks:java:core", configuration: "shadow")
+ compile library.java.vendored_grpc_1_26_0
+ compile library.java.vendored_guava_26_0_jre
testCompile library.java.junit
- testCompile library.java.powermock_mockito
testCompile library.java.mockito_core
- // TODO(BEAM-10632): remove this dependency
- testCompile "org.checkerframework:checker-qual:3.10.0"
Review comment:
This introduced by @kennknowles back in Oct. Since then we've moved the
checker-qual dependency into BeamModulePlugin. Checking if it's ok to remove it
from here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 555027)
Time Spent: 124.5h (was: 124h 20m)
> 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
> Time Spent: 124.5h
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)