From d54c364e081957a60226bf0865fa882f0cc1b058 Mon Sep 17 00:00:00 2001 From: Pankaj Kumar Date: Sun, 18 Aug 2024 11:20:26 +0530 Subject: [PATCH 1/2] HBASE-28793 Update hbase-thirdparty to 4.1.8 --- hbase-examples/pom.xml | 2 +- .../hadoop/hbase/IntegrationTestsDriver.java | 2 +- hbase-protocol-shaded/pom.xml | 2 +- .../hbase/util/compaction/MajorCompactor.java | 2 +- .../quotas/TestSpaceQuotasWithSnapshots.java | 4 ++-- pom.xml | 17 ++++++++++++----- 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 4b4a8f3b55bb..00a66cfcc9c2 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -33,7 +33,7 @@ - 4.26.1 + 4.27.3 diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java index 3b590493a9fd..dcc2e3234da4 100644 --- a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java +++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java @@ -77,7 +77,7 @@ protected void addOptions() { @Override protected void processOptions(CommandLine cmd) { - String testFilterString = cmd.getOptionValue(SHORT_REGEX_ARG, null); + String testFilterString = cmd.getOptionValue(SHORT_REGEX_ARG); if (testFilterString != null) { intTestFilter.setPattern(testFilterString); } diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 2c73844b7c02..cdacdeebb0f9 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -34,7 +34,7 @@ - 4.26.1 + 4.27.3 3.10.6.Final - 4.1.108.Final + 4.1.112.Final 0.15.0 0.15.0 @@ -852,8 +852,8 @@ 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.17.0 - 2.17.0 + 2.17.2 + 2.17.2 2.3.1 3.1.0 2.1.1 @@ -894,7 +894,7 @@ --> 8.29 3.1.0 - 2.26.1 + 2.28.0 2.4.2 1.0.0 1.8 @@ -926,7 +926,7 @@ databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in hbase-thirdparty. --> - 4.1.7 + 4.1.8 0.8.8 @@ -1844,6 +1844,13 @@ test + + + staging + staging + https://repository.apache.org/content/repositories/orgapachehbase-1555 + +