Sean Busbey created HBASE-21240:
-----------------------------------
Summary: Use the "guava beta checker" plugin for error-prone to
keep us off of @Beta stuff
Key: HBASE-21240
URL: https://issues.apache.org/jira/browse/HBASE-21240
Project: HBase
Issue Type: Improvement
Components: dependencies
Reporter: Sean Busbey
Assignee: Mike Drob
The Guava folks publish an Error Prone plugin to call attention to when stuff
that's annotated with @Beta gets used. As background, those things are a no-no
because the project gives no promises about deprecating before removal.
plugin:
https://github.com/google/guava-beta-checker
We'll probably have to do some hijinks due to guava being in hbase-third-party?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)