You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/12/18 14:21:52 UTC

[bigtop] branch master updated: BIGTOP-3598. Bump HBase to 2.4.8. (#830)

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

iwasakims 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 cbe5656  BIGTOP-3598. Bump HBase to 2.4.8. (#830)
cbe5656 is described below

commit cbe565600b852f295ead1ec11972d96ab18b090a
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Sat Dec 18 23:21:43 2021 +0900

    BIGTOP-3598. Bump HBase to 2.4.8. (#830)
---
 .../common/hbase/patch0-exclude-spotbugs-annotations.diff | 15 ---------------
 bigtop.bom                                                |  2 +-
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/bigtop-packages/src/common/hbase/patch0-exclude-spotbugs-annotations.diff b/bigtop-packages/src/common/hbase/patch0-exclude-spotbugs-annotations.diff
deleted file mode 100644
index 6ba0bd1..0000000
--- a/bigtop-packages/src/common/hbase/patch0-exclude-spotbugs-annotations.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/pom.xml b/pom.xml
-index c585d6fc9c..2fffe22e1b 100755
---- a/pom.xml
-+++ b/pom.xml
-@@ -1869,6 +1869,10 @@
-             <groupId>io.netty</groupId>
-             <artifactId>netty</artifactId>
-           </exclusion>
-+          <exclusion>
-+            <groupId>com.github.spotbugs</groupId>
-+            <artifactId>spotbugs-annotations</artifactId>
-+          </exclusion>
-         </exclusions>
-       </dependency>
-       <dependency>
diff --git a/bigtop.bom b/bigtop.bom
index 24ff076..85f2820 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -155,7 +155,7 @@ bigtop {
     'hbase' {
       name    = 'hbase'
       relNotes = 'Apache HBase'
-      version { base = '2.2.6'; pkg = base; release = 1 }
+      version { base = '2.4.8'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "${name}-${version.base}-src.tar.gz" }
       url     { download_path = "/$name/${version.base}/"