Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1, 1.5.0, 2.3.0
-
None
-
Incompatible change
-
Description
Came up in 1.5.0RC2 checking that we broke API on ByteBufferUtils during HBASE-20716 by removing a method.
The whole class looks like internal utility stuff. Not sure why it's IA.Public; has been since we started labeling the API.
This ticket tracks clean up
1) Make it IA.Private in master/3.0
2) Mark it deprecated with an explanation that it'll be Private in 3.0 on branch-2 and branch-1
3) Add back in the missing method for branches prior to master/3.0