From dd595f44ffac873284b9eb41f0911bfa5dd9defc Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Fri, 6 Mar 2026 17:43:42 +0800 Subject: [PATCH] HBASE-29971 Upgrade to hbase-thirdparty 4.1.13 --- .../hadoop/hbase/ipc/ServerRpcConnection.java | 6 +++ pom.xml | 37 +++++++++---------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcConnection.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcConnection.java index aaea74d5933f..6a7da430efdb 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcConnection.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcConnection.java @@ -849,9 +849,15 @@ public int read(int offset, ByteBuffer out) { return len; } + @Override + public long readLong(int offset) { + return this.buf.getLong(offset); + } + @Override public int size() { return this.length; } + } } diff --git a/pom.xml b/pom.xml index f0e197958e4d..55f9d15b2fc2 100644 --- a/pom.xml +++ b/pom.xml @@ -877,7 +877,7 @@ in the dependencyManagement section as it could still lead to different versions of netty modules and cause trouble if we only rely on transitive dependencies. --> - 4.1.123.Final + 4.1.131.Final 0.15.0 0.15.0 @@ -897,8 +897,7 @@ Note that the version of jackson-[annotations,core,databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in hbase-thirdparty. --> - 2.19.2 - 2.19.2 + 2.21.1 2.3.1 4.0.1 2.1.1 @@ -918,7 +917,7 @@ Version of protobuf that hbase uses internally (we shade our pb) Must match what is out in hbase-thirdparty include. --> - 4.31.1 + 4.34.0 0.6.1 thrift 0.14.1 @@ -975,7 +974,7 @@ databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in hbase-thirdparty. --> - 4.1.12 + 4.1.13 @@ -1599,21 +1598,6 @@ joni ${joni.version} - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.databind.version} - javax.servlet @@ -1899,8 +1883,21 @@ pom import + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + + thirdparty + https://repository.apache.org/content/repositories/orgapachehbase-1597/ + +