Skip to content

Untangle & update Google deps [PROD-397, BA-6155]#5565

Merged
aednichols merged 11 commits intodevelopfrom
aen_deps_update
Jul 9, 2020
Merged

Untangle & update Google deps [PROD-397, BA-6155]#5565
aednichols merged 11 commits intodevelopfrom
aen_deps_update

Conversation

@aednichols
Copy link
Copy Markdown
Collaborator

We previously tied some versions together that no longer seem to be released in lockstep.

  • google-cloud-storage and google-cloud-bigquery received google-cloud-core versions.
  • google-oauth-client received google-api-client versions.

Changes:

  • "com.google.cloud" % "google-cloud-storage"
    • Previously 1.61.0, January 2019
    • Now 1.111.1, July 2020
    • Latest google-cloud-core is 1.93.6 which is a nonexistent version for google-cloud-storage
  • "com.google.cloud" % "google-cloud-bigquery"
    • Previously 1.61.0, January 2019
    • Now 1.116.3, June 2020
    • Latest google-cloud-core is 1.93.6 which is a nonexistent version for google-cloud-bigquery
  • "com.google.oauth-client" % "google-oauth-client"
    • Previously 1.28.0, January 2019
    • Now 1.31.0, June 2020
    • Latest google-api-client version is 1.30.9 which is a nonexistent version for google-oauth-client

@aednichols
Copy link
Copy Markdown
Collaborator Author

aednichols commented Jul 7, 2020

Note: this does not currently build because BatchRequest [0] is deprecated in GcsBatchFlow [1]

[0] com.google.api.client.googleapis.batch.BatchRequest#BatchRequest
[1] https://github.com/broadinstitute/cromwell/blob/develop/engine/src/main/scala/cromwell/engine/io/gcs/GcsBatchFlow.scala#L51

Comment thread engine/src/main/scala/cromwell/engine/io/gcs/GcsBatchFlow.scala Outdated
@aednichols aednichols changed the title Untangle & update Google deps [no JIRA] Untangle & update Google deps [PROD-397, BA-6155] Jul 8, 2020
@lchabot-sm lchabot-sm requested a review from cjllanwarne July 9, 2020 14:33
@aednichols aednichols merged commit 6a151fd into develop Jul 9, 2020
@aednichols aednichols deleted the aen_deps_update branch July 9, 2020 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants