License |
License |
---|---|
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-noop-htrace |
Last Version | Last Version4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase Drop-in noop HTrace replacement
Implmeents the HTrace APIs with noops and nonsense aimed at a) removing CVE flagged transitive
dependencies and b) favoring the JIT optimizing it away.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hbase-noop-htrace-4.1.1.pom | |
hbase-noop-htrace-4.1.1.jar | 32 KB |
hbase-noop-htrace-4.1.1-sources.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-noop-htrace/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-noop-htrace</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-noop-htrace/
implementation 'org.apache.hbase.thirdparty:hbase-noop-htrace:4.1.1'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-noop-htrace/
implementation ("org.apache.hbase.thirdparty:hbase-noop-htrace:4.1.1")
'org.apache.hbase.thirdparty:hbase-noop-htrace:jar:4.1.1'
<dependency org="org.apache.hbase.thirdparty" name="hbase-noop-htrace" rev="4.1.1">
<artifact name="hbase-noop-htrace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-noop-htrace', version='4.1.1')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-noop-htrace" % "4.1.1"
[org.apache.hbase.thirdparty/hbase-noop-htrace "4.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.apache.hbase : hbase-shaded-testing-util | jar | 2.4.8 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |