[
https://issues.apache.org/jira/browse/GOBBLIN-1808?focusedWorklogId=856285&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-856285
]
ASF GitHub Bot logged work on GOBBLIN-1808:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/23 23:40
Start Date: 11/Apr/23 23:40
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #3669:
URL: https://github.com/apache/gobblin/pull/3669#discussion_r1163427541
##########
gobblin-modules/gobblin-elasticsearch-deps/build.gradle:
##########
@@ -33,7 +33,7 @@ tasks.remove(tasks.uploadShadow)
dependencies {
compile "org.elasticsearch.client:transport:5.6.8"
compile "org.elasticsearch.client:elasticsearch-rest-high-level-client:5.6.8"
- compile "com.google.guava:guava:18.0"
+ compile "com.google.guava:guava:20.0"
Review Comment:
why does this module define complete coordinate of dependency here, why not
```compile externalDependency guava```
Issue Time Tracking
-------------------
Worklog Id: (was: 856285)
Time Spent: 1h 10m (was: 1h)
> Bump Guava to version 20.0.0
> ----------------------------
>
> Key: GOBBLIN-1808
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1808
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-core
> Affects Versions: 0.16.0
> Reporter: William Lo
> Assignee: Abhishek Tiwari
> Priority: Major
> Fix For: 0.16.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Gobblin depends on an ancient version of Guava, 15.0.0.
> This version of Guava was released in 2013 and is running into compatibility
> issues with many modern dependencies.
> We should gradually work on upgrading Guava to a recent version, but for now
> will try version 20.0.0 (released Oct 2016 which is still old) but the main
> concern for large version bumps is to avoid compatibility issues with other
> old Gobblin dependencies (Hive/Hadoop)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)