[
https://issues.apache.org/jira/browse/HTRACE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colin Patrick McCabe updated HTRACE-16:
---------------------------------------
Affects Version/s: 3.1.0
Target Version/s: 3.1.0
Component/s: build
api
> Remove guava dependency for htrace-core
> ---------------------------------------
>
> Key: HTRACE-16
> URL: https://issues.apache.org/jira/browse/HTRACE-16
> Project: HTrace
> Issue Type: Improvement
> Components: api, build
> Affects Versions: 3.1.0
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Fix For: 3.1.0
>
> Attachments: HTRACE-16.001.patch, HTRACE-16.001b.patch
>
>
> htrace-core currently depends on Guava. It seems like there are a few Guava
> types exposed in public interfaces too. This is unfortunate because Guava
> has a history of making non-backwards compatible changes without changing the
> namespace of the library. So we could end up locked to a specific (old)
> version of Guava due to this. It also interacts poorly with the shading
> we're doing. We should just remove guava as a depdency so we don't have to
> worry about this issue in the future.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)