This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new d41d5c1e2dd HBASE-29701 Update README.txt in hbase-protocol-shaded
(#7443)
d41d5c1e2dd is described below
commit d41d5c1e2ddb7b3515e3484f363ca0a0a4a27bd3
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Nov 6 19:19:59 2025 +0100
HBASE-29701 Update README.txt in hbase-protocol-shaded (#7443)
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Nihal Jain <[email protected]>
---
hbase-protocol-shaded/README.txt | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/hbase-protocol-shaded/README.txt b/hbase-protocol-shaded/README.txt
index 88596e0e8e2..96e82fabf5d 100644
--- a/hbase-protocol-shaded/README.txt
+++ b/hbase-protocol-shaded/README.txt
@@ -1,9 +1,9 @@
-This module has proto files used by core. These protos
-overlap with protos that are used by coprocessor endpoints
-(CPEP) in the module hbase-protocol. So core versions have
-a different name, the generated classes are relocated
--- i.e. shaded -- to a new location; they are moved from
-org.apache.hadoop.hbase.* to org.apache.hadoop.hbase.shaded.
+This module has proto files used by core.
+For historical reasons and to signify that the generated classes are using
+the relocated hbase-thirdparty protobuf-java library the generated classes are
in
+the org.apache.hadoop.hbase.shaded.protobuf.generated.* package, instead of
the old
+org.apache.hadoop.hbase.protobuf.generated.* package, which is not used at all
by
+Hbase 3 and later versions.
proto files layout:
protobuf/client - client to server messages, client rpc service and protos,
used in hbase-client exclusively;