[
https://issues.apache.org/jira/browse/HBASE-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267532#comment-15267532
]
Enis Soztutar commented on HBASE-15749:
---------------------------------------
Client-side, we already have shaded jars. I don't understand what this issue is
proposing.
Server-side I don't think we should do shading for coprocessors. It is the
coprocessor who has to adopt to us, not the other way around. If a coprocessor
implementation wants to depend on a different guava, they can do their own
shading.
> Shade guava dependency
> ----------------------
>
> Key: HBASE-15749
> URL: https://issues.apache.org/jira/browse/HBASE-15749
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
>
> HBase codebase uses Guava library extensively.
> There have been JIRAs such as HBASE-14963 which tried to make compatibility
> story around Guava better.
> Long term fix, as suggested over in HBASE-14963, is to shade Guava dependency.
> Future use of Guava in HBase would be more secure once shading is done.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)