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/25 13:00:38 UTC

[bigtop] branch master updated: BIGTOP-3624: Bump alluxio's log4j dependencies to 2.17.0 (#847)

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 a7671a9  BIGTOP-3624: Bump alluxio's log4j dependencies to 2.17.0 (#847)
a7671a9 is described below

commit a7671a933f780f9dfab84a46f2b62161392f13f0
Author: Luca Toscano <el...@users.noreply.github.com>
AuthorDate: Sat Dec 25 14:00:33 2021 +0100

    BIGTOP-3624: Bump alluxio's log4j dependencies to 2.17.0 (#847)
---
 .../src/common/alluxio/patch1-BIGTOP-3634-log4j.diff        | 13 +++++++++++++
 bigtop.bom                                                  |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/alluxio/patch1-BIGTOP-3634-log4j.diff b/bigtop-packages/src/common/alluxio/patch1-BIGTOP-3634-log4j.diff
new file mode 100644
index 0000000..04528d3
--- /dev/null
+++ b/bigtop-packages/src/common/alluxio/patch1-BIGTOP-3634-log4j.diff
@@ -0,0 +1,13 @@
+diff --git a/pom.xml b/pom.xml
+index 5392c1b91e1..9dc04086324 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -150,7 +150,7 @@
+     <jersey.version>2.29.1</jersey.version>
+     <jetty.version>9.4.31.v20200723</jetty.version>
+     <junit.version>4.13</junit.version>
+-    <log4j.version>2.13.3</log4j.version>
++    <log4j.version>2.17.0</log4j.version>
+     <maven.version>3.3.9</maven.version>
+     <metrics.version>4.1.11</metrics.version>
+     <orc.version>1.6.3</orc.version>
diff --git a/bigtop.bom b/bigtop.bom
index 58626e8..b514689 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -282,7 +282,7 @@ bigtop {
       name    = "alluxio"
       pkg     = "alluxio"
       relNotes = "Alluxio: a memory-centric distributed file system"
-      version { base = '2.4.1'; pkg = base; release = 1 }
+      version { base = '2.4.1'; pkg = base; release = 2 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "v${version.base}.tar.gz" }
       url     { site = "https://github.com/Alluxio/alluxio/archive"