[
https://issues.apache.org/jira/browse/BEAM-10961?focusedWorklogId=532520&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-532520
]
ASF GitHub Bot logged work on BEAM-10961:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jan/21 14:42
Start Date: 07/Jan/21 14:42
Worklog Time Spent: 10m
Work Description: sonam-vend commented on a change in pull request #13685:
URL: https://github.com/apache/beam/pull/13685#discussion_r553369874
##########
File path: sdks/java/container/license_scripts/dep_urls_java.yaml
##########
@@ -48,5 +48,5 @@ paranamer:
'2.7':
license:
"https://raw.githubusercontent.com/paul-hammant/paranamer/master/LICENSE.txt"
xz:
- '1.8':
- license:
"https://git.tukaani.org/?p=xz-java.git;a=blob_plain;f=COPYING;h=c1d404dc7a6f06a0437bf1055fedaa4a4c89d728;hb=HEAD"
+ '1.5':
+ license:
"https://git.tukaani.org/?p=xz-java.git;a=blob;f=COPYING;h=c1d404dc7a6f06a0437bf1055fedaa4a4c89d728;hb=9f1f97a26f090ffec6568c004a38c6534aa82b94"
Review comment:
For sdks:java:container:pullLicenses task to succeed, i had to downgrade
xz licence version from 1.8 to 1.5 as suggested by the build scan
https://scans.gradle.com/s/2tv254pmdrzxq/console-log?task=:sdks:java:container:pullLicenses
----------------------------------------------------------------
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: 532520)
Time Spent: 36h 40m (was: 36.5h)
> 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: 36h 40m
> 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)