Registry / networking / hbase-shaded-miscellaneous

hbase-shaded-miscellaneous

JSON →
library4.1.13javamavenunverified

Shaded jar containing relocated dependencies for Apache HBase, bundling miscellaneous third-party libraries to avoid classpath conflicts.

<dependency> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-shaded-miscellaneous</artifactId> <version>4.1.13</version> </dependency>
INSTALL
IMPORT
SIG · HBASE-SHADED-MISCE
H
hbase-shaded-miscellaneous
networkingjavav4.1.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ByteBuf
org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf

Shows using a Netty ByteBuf from the HBase shaded jar.

import org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf; import org.apache.hbase.thirdparty.io.netty.buffer.Unpooled; public class HBaseShadedExample { public static void main(String[] args) { ByteBuf buf = Unpooled.buffer(10); System.out.println("Created shaded ByteBuf"); } }
Debug
Known issues
gotchaAll classes are relocated under org.apache.hbase.thirdparty; do not use original library imports directly.
fix
Use the relocated package paths (e.g., org.apache.hbase.thirdparty.io.netty instead of io.netty).
affects: all
Upgrade
Version history
4.1.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
hbase-shaded-miscellaneous — mvn dependency:get hbase-shaded-miscellaneous · libregistry