You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2022/05/02 06:40:29 UTC

[tez] branch branch-0.9 updated: TEZ-4405: Replace log4j 1.x with reload4j (#200) (D M Murali Krishna Reddy reviewed by Laszlo Bodor)

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

abstractdog pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new b02addbd3 TEZ-4405: Replace log4j 1.x with reload4j (#200) (D M Murali Krishna Reddy reviewed by Laszlo Bodor)
b02addbd3 is described below

commit b02addbd3064671efce63acc3342866b2940b177
Author: Murali Krishna <mu...@gmail.com>
AuthorDate: Mon May 2 12:09:54 2022 +0530

    TEZ-4405: Replace log4j 1.x with reload4j (#200) (D M Murali Krishna Reddy reviewed by Laszlo Bodor)
---
 pom.xml                              | 2 +-
 tez-common/pom.xml                   | 2 +-
 tez-ext-service-tests/pom.xml        | 2 +-
 tez-plugins/tez-aux-services/pom.xml | 2 +-
 tez-runtime-internals/pom.xml        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a76bfbb9..42dfbf750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
+        <artifactId>slf4j-reload4j</artifactId>
         <version>${slf4j.version}</version>
       </dependency>
       <dependency>
diff --git a/tez-common/pom.xml b/tez-common/pom.xml
index 76fdfb894..e5a50811b 100644
--- a/tez-common/pom.xml
+++ b/tez-common/pom.xml
@@ -27,7 +27,7 @@
   <dependencies>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml
index d16127bc6..858077a2d 100644
--- a/tez-ext-service-tests/pom.xml
+++ b/tez-ext-service-tests/pom.xml
@@ -36,7 +36,7 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
diff --git a/tez-plugins/tez-aux-services/pom.xml b/tez-plugins/tez-aux-services/pom.xml
index 5b71436a9..554e9bb0e 100644
--- a/tez-plugins/tez-aux-services/pom.xml
+++ b/tez-plugins/tez-aux-services/pom.xml
@@ -207,7 +207,7 @@
               <minimizeJar>true</minimizeJar>
               <artifactSet>
                 <excludes>
-                  <exclude>log4j:log4j</exclude>
+                  <exclude>ch.qos.reload4j:reload4j</exclude>
                   <exclude>org.slf4j:*</exclude>
                 </excludes>
               </artifactSet>
diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml
index 4f4cd6e2d..6965ec9c6 100644
--- a/tez-runtime-internals/pom.xml
+++ b/tez-runtime-internals/pom.xml
@@ -76,7 +76,7 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
     </dependency>
   </dependencies>