This is an automated email from the ASF dual-hosted git repository.

guyuqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new c5a28b5af BIGTOP-4001. Bump HBase to 2.4.17. (#1174)
c5a28b5af is described below

commit c5a28b5afb48b5acec406e7957a336b74651998c
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed Sep 6 17:15:30 2023 +0900

    BIGTOP-4001. Bump HBase to 2.4.17. (#1174)
---
 .../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 e8d4705b7..54462ad60 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}/"

Reply via email to