vaijosh opened a new issue, #3016: URL: https://github.com/apache/hugegraph/issues/3016
### Feature Description (功能描述) Currently, HugeGraph uses a custom hbase-shaded-endpoint for HBase connectivity. To align with the official Apache HBase ecosystem and simplify dependency management, we need to upgrade the HBase latest stable version 2.6.5 and use the standard official artifacts instead of custom hbase-shaded-endpoint **Proposed Changes** - Upgrade HBase version: Move to the latest stable HBase 2.x version. - Replace Dependencies: * Remove: com.baidu.hugegraph:hbase-shaded-endpoint (or current internal group) - Add: org.apache.hbase:hbase-shaded-client - Add: org.apache.hbase:hbase-endpoint **Impact** Better long-term support, security patches from the official HBase project, and reduced maintenance overhead for custom shaded jars. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
