Skip to content

Commit a1f09d1

Browse files
committed
HBASE-28321 Addendum change deprecation cycle
1 parent 14cb496 commit a1f09d1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/security/SecurityInfo.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ public SecurityInfo(Kind tokenKind, String... serverPrincipal) {
9797
* Although this class is IA.Private, we leak this class in
9898
* {@code SaslClientAuthenticationProvider}, so need to align with the deprecation cycle for that
9999
* class.
100-
* @deprecated Since 2.5.8 and 2.6.0, will be removed in 4.0.0. Use {@link #getServerPrincipals()}
101-
* instead.
100+
* @deprecated Since 2.6.0, will be removed in 4.0.0. Use {@link #getServerPrincipals()} instead.
102101
*/
103102
@Deprecated
104103
public String getServerPrincipal() {

hbase-client/src/main/java/org/apache/hadoop/hbase/security/provider/SaslClientAuthenticationProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public interface SaslClientAuthenticationProvider extends SaslAuthenticationProv
4747

4848
/**
4949
* Creates the SASL client instance for this authentication method.
50-
* @deprecated Since 2.5.8 and 2.6.0. In our own code will not call this method any more,
51-
* customized authentication method should implement
50+
* @deprecated Since 2.6.0. In our own code will not call this method any more, customized
51+
* authentication method should implement
5252
* {@link #createClient(Configuration, InetAddress, String, Token, boolean, Map)}
5353
* instead. Will be removed in 4.0.0.
5454
*/

0 commit comments

Comments
 (0)