This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 264e15ed8a4 HBASE-29701 Update README.txt in hbase-protocol-shaded
(#7444)
264e15ed8a4 is described below
commit 264e15ed8a4b007feb60bd37110a488f18ca8166
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Nov 6 19:22:28 2025 +0100
HBASE-29701 Update README.txt in hbase-protocol-shaded (#7444)
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Nihal Jain <[email protected]>
(cherry picked from commit 144cd012890f2ad5276039a798f5ee366a85134d)
---
hbase-protocol-shaded/README.txt | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/hbase-protocol-shaded/README.txt b/hbase-protocol-shaded/README.txt
index b0030fac215..eb5aaebfcd0 100644
--- a/hbase-protocol-shaded/README.txt
+++ b/hbase-protocol-shaded/README.txt
@@ -1,6 +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.
+(CPEP) in the module hbase-protocol. To make sure that the
+core versions have a different names, these classes are
+using a different package;
+they are in
+org.apache.hadoop.hbase.shaded.protobuf.generated.*
+, while the hbase-protocol classes are in
+org.apache.hadoop.hbase.protobuf.generated.*.