This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 8c3738ff9 BIGTOP-4001. Bump HBase to 2.4.17. (#1174)
8c3738ff9 is described below
commit 8c3738ff9c589ab61f5ccfb11e74c54cece22f1b
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed Sep 6 17:15:30 2023 +0900
BIGTOP-4001. Bump HBase to 2.4.17. (#1174)
(cherry picked from commit c5a28b5afb48b5acec406e7957a336b74651998c)
---
.../src/common/hbase/patch1-relocate-okhttp.diff | 21 ---------------------
bigtop.bom | 2 +-
2 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/bigtop-packages/src/common/hbase/patch1-relocate-okhttp.diff
b/bigtop-packages/src/common/hbase/patch1-relocate-okhttp.diff
deleted file mode 100644
index 5bff3b02c..000000000
--- a/bigtop-packages/src/common/hbase/patch1-relocate-okhttp.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
-index 5a08deb5e9..aad19ff744 100644
---- a/hbase-shaded/pom.xml
-+++ b/hbase-shaded/pom.xml
-@@ -408,6 +408,16 @@
- <shadedPattern>${shaded.prefix}.net.</shadedPattern>
- </relocation>
-
-+ <!-- okhttp -->
-+ <relocation>
-+ <pattern>okhttp3.</pattern>
-+ <shadedPattern>${shaded.prefix}.okhttp3.</shadedPattern>
-+ </relocation>
-+ <relocation>
-+ <pattern>kotlin.</pattern>
-+ <shadedPattern>${shaded.prefix}.kotlin.</shadedPattern>
-+ </relocation>
-+
- </relocations>
- <transformers>
- <!-- Need to filter out some extraneous license files.
diff --git a/bigtop.bom b/bigtop.bom
index de312bae1..98e8dce88 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -162,7 +162,7 @@ bigtop {
name = 'hbase'
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
relNotes = 'Apache HBase'
- version { base = '2.4.13'; pkg = base; release = 2 }
+ version { base = '2.4.17'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
url { download_path = "/$name/${version.base}/"