[
https://issues.apache.org/jira/browse/HBASE-22258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Hentschel resolved HBASE-22258.
-----------------------------------
Resolution: Fixed
Hadoop Flags: Incompatible change
Fix Version/s: 3.0.0
Release Note:
Removed the methods in VisibilityClient, which were deprecated by HBASE-13620.
- addLabel(Configuration, String), use addLabel(Connection,String) instead.
- addLabels(Configuration, String[]), use addLabels(Connection,String[])
instead.
- setAuths(Configuration, String[], String), use
setAuths(Connection,String[],String) instead.
- getAuths(Configuration, String), use getAuths(Connection,String) instead.
- listLabels(Configuration, String), use listLabels(Connection,String) instead.
- clearAuths(Configuration, String[], String), use
clearAuths(Connection,String[],String) instead.
> Remove deprecated VisibilityClient methods
> ------------------------------------------
>
> Key: HBASE-22258
> URL: https://issues.apache.org/jira/browse/HBASE-22258
> Project: HBase
> Issue Type: Task
> Components: Client
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Trivial
> Fix For: 3.0.0
>
>
> Some methods in VisibilityClient were deprecated back in 2.0.0 and should be
> removed in 3.0.0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)