[ https://issues.apache.org/jira/browse/BEAM-8691?focusedWorklogId=381176&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-381176 ]
ASF GitHub Bot logged work on BEAM-8691: ---------------------------------------- Author: ASF GitHub Bot Created on: 03/Feb/20 20:11 Start Date: 03/Feb/20 20:11 Worklog Time Spent: 10m Work Description: suztomo commented on pull request #10714: [BEAM-8691] bigtable-client-core dependency upgrade URL: https://github.com/apache/beam/pull/10714#discussion_r374230141 ########## File path: sdks/java/io/google-cloud-platform/build.gradle ########## @@ -41,9 +41,14 @@ dependencies { compile library.java.google_auth_library_credentials compile library.java.google_auth_library_oauth2_http compile library.java.google_cloud_bigquery_storage - compile library.java.google_cloud_bigtable_client_core + compile(library.java.google_cloud_bigtable_client_core) { Review comment: These exclusions are for Maven's version range constraint. The dependency was transitively requesting `io.grpc:grpc-core:jar:[1.26.0,1.26.0]`, while another dependency requests `io.grpc:grpc-core:jar:[1.25.0,1.25.0]`. This version range conflict would fail the build before Maven's dependency mediation (that would choose the closest one) happens. Detail in https://issues.apache.org/jira/browse/BEAM-8691?focusedCommentId=17025456&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17025456 ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 381176) Time Spent: 7.5h (was: 7h 20m) > Beam Dependency Update Request: com.google.cloud.bigtable:bigtable-client-core > ------------------------------------------------------------------------------ > > Key: BEAM-8691 > URL: https://issues.apache.org/jira/browse/BEAM-8691 > Project: Beam > Issue Type: Sub-task > Components: dependencies > Reporter: Beam JIRA Bot > Assignee: Tomo Suzuki > Priority: Major > Time Spent: 7.5h > Remaining Estimate: 0h > > ------------------------- 2019-11-15 19:39:51.523448 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2019-11-19 21:05:43.901882 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2019-12-02 12:11:30.163557 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2019-12-09 12:10:37.979355 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2019-12-23 12:10:39.422837 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2019-12-30 14:06:11.312353 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2020-01-06 12:09:45.627449 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2020-01-13 12:09:23.823869 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2020-01-20 12:09:00.213436 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.12.1 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2020-01-27 12:10:06.151868 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.13.0 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. > ------------------------- 2020-02-03 12:11:14.922551 > ------------------------- > Please consider upgrading the dependency > com.google.cloud.bigtable:bigtable-client-core. > The current version is 1.8.0. The latest version is 1.13.0 > cc: > Please refer to [Beam Dependency Guide > |https://beam.apache.org/contribute/dependencies/]for more information. > Do Not Modify The Description Above. -- This message was sent by Atlassian Jira (v8.3.4#803005)