[
https://issues.apache.org/jira/browse/BEAM-8654?focusedWorklogId=344541&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-344541
]
ASF GitHub Bot logged work on BEAM-8654:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Nov/19 20:03
Start Date: 15/Nov/19 20:03
Worklog Time Spent: 10m
Work Description: suztomo commented on issue #10127: [BEAM-8654] Fixes
resolutionStrategy's interference with dependency check
URL: https://github.com/apache/beam/pull/10127#issuecomment-554508028
R: @yifanzou
It successfully created
https://issues.apache.org/jira/projects/BEAM/issues/BEAM-8691 for
bigtable-client-core (and many other JIRA tickets 8674 - 8728)
Although somehow the email "Beam Dependency Check Report (2019-11-15)" still
missing the artifact, submitting this PR as a small incremental change.
----------------------------------------------------------------
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: 344541)
Time Spent: 1h 20m (was: 1h 10m)
> [Java] beam_Dependency_Check's not getting correct report from Gradle
> dependencyUpdates
> ---------------------------------------------------------------------------------------
>
> Key: BEAM-8654
> URL: https://issues.apache.org/jira/browse/BEAM-8654
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Tomo Suzuki
> Assignee: Tomo Suzuki
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Cont. of https://issues.apache.org/jira/browse/BEAM-8621
> https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_Dependency_Check/234/consoleFull
> says
> {noformat}
> 18:20:07 > Task :dependencyUpdates
> ...
> 18:23:12 The following dependencies are using the latest release version:
> ...
> 18:23:12 - com.google.cloud.bigdataoss:util:1.9.16
> 18:23:12 - com.google.cloud.bigtable:bigtable-client-core:1.8.0
> {noformat}
> But they are not the latest release.
> *
> https://search.maven.org/artifact/com.google.cloud.bigdataoss/util/2.0.0/jar
> *
> https://search.maven.org/artifact/com.google.cloud.bigtable/bigtable-client-core/1.12.1/jar
> Why does Gradle think they're the latest release?
> It seems that " -Drevision=release" flag plays some role here. Without the
> flag, Gradle reports these artifacts are not the latest.
> https://gist.github.com/suztomo/1460f2be48025c8ea764e86a2c6e39a8
> Even with the flag, it should report the following
> {noformat}
> The following dependencies have later release versions:
> - com.google.cloud.bigtable:bigtable-client-core [1.8.0 -> 1.12.1]
> https://cloud.google.com/bigtable/
> {noformat}
> https://gist.github.com/suztomo/13473e6b9765c0e96c22aeffab18ef66
--
This message was sent by Atlassian Jira
(v8.3.4#803005)