Istvan Toth created HBASE-28726: ----------------------------------- Summary: Revert REST protobuf package to org.apache.hadoop.hbase.shaded.rest Key: HBASE-28726 URL: https://issues.apache.org/jira/browse/HBASE-28726 Project: HBase Issue Type: Bug Components: REST Reporter: Istvan Toth
In Hbase 3+, the package name of the REST messages has been renamed to org.apache.hadoop.hbase.shaded.rest from org.apache.hadoop.hbase.rest These definitions are only used by REST, and have nothing to do with standard HBase RPC communication. I propose reverting the package name. We may also want to move the protobuf definitions back to the hbase-rest module. -- This message was sent by Atlassian Jira (v8.20.10#820010)