From 5cd49dcc78a859d302201db333e36fa8659754bd Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Mon, 19 Feb 2024 17:36:24 +0100 Subject: [PATCH 1/3] HBASE-28379 Upgrade thirdparty dep to 4.1.6 Also bump maven-shade-plugin version to support jackson upgrade and JDK21 bytecode class version 65 --- hbase-examples/pom.xml | 2 +- hbase-protocol-shaded/pom.xml | 2 +- hbase-shaded/pom.xml | 2 +- pom.xml | 16 +++++++++++++--- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 5a7d8f957da0..731d9ae1df64 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -33,7 +33,7 @@ - 3.24.3 + 3.25.2 diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index b2d9f79bbd08..39ecccc0015d 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -34,7 +34,7 @@ - 3.24.3 + 3.25.2 + 2.16.1 + 2.16.1 2.3.1 3.1.0 2.1.1 @@ -909,7 +913,13 @@ 1.1.10.4 1.9 1.5.5-2 - 4.1.5 + + 4.1.6-28374-d2c399f-SNAPSHOT 0.8.8 From 19d2593f81a7ac439880742fefdda8e62886b82b Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Tue, 27 Feb 2024 16:19:22 +0100 Subject: [PATCH 2/3] Switch to staged RC0 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd34be238255..294a228ac69e 100644 --- a/pom.xml +++ b/pom.xml @@ -919,7 +919,7 @@ databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in hbase-thirdparty. --> - 4.1.6-28374-d2c399f-SNAPSHOT + 4.1.6 0.8.8 @@ -1834,6 +1834,13 @@ test + + + staging + staging + https://repository.apache.org/content/repositories/orgapachehbase-1533/ + +