[
https://issues.apache.org/jira/browse/GOBBLIN-1808?focusedWorklogId=855916&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-855916
]
ASF GitHub Bot logged work on GOBBLIN-1808:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/23 16:51
Start Date: 10/Apr/23 16:51
Worklog Time Spent: 10m
Work Description: phet commented on code in PR #3669:
URL: https://github.com/apache/gobblin/pull/3669#discussion_r1161890560
##########
gradle/scripts/dependencyDefinitions.gradle:
##########
@@ -49,8 +49,9 @@ ext.externalDependency = [
"commonsPool": "org.apache.commons:commons-pool2:2.4.2",
"datanucleusCore": "org.datanucleus:datanucleus-core:3.2.10",
"datanucleusRdbms": "org.datanucleus:datanucleus-rdbms:3.2.9",
+ "errorProne": "com.google.errorprone:error_prone_annotations:2.0.15",
Review Comment:
did I miss it? I would have expected to see a new/adjusted import in this
PR to bring in (e.g. annotations) from this new package.
Issue Time Tracking
-------------------
Worklog Id: (was: 855916)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)