martin-g commented on code in PR #37844:
URL: https://github.com/apache/spark/pull/37844#discussion_r966812989


##########
pom.xml:
##########
@@ -112,7 +112,7 @@
     <maven.version>3.8.6</maven.version>
     <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
-    <slf4j.version>1.7.36</slf4j.version>
+    <slf4j.version>2.0.0</slf4j.version>
     <log4j.version>2.18.0</log4j.version>

Review Comment:
   Log4j 2.18.0 does not support SLF4J 2.x. See 
https://github.com/apache/logging-log4j2/commits/968371c7a88ceb1c1ce15b70e3a5a08b49be7169/log4j-slf4j20-impl/pom.xml?browsing_rename_history=true&new_path=log4j-slf4j2-impl/pom.xml&original_branch=release-2.x
   I think you will have to wait for LOG4J 2.19.
   
   Slf4j 1.x uses static binding, whilst SLF4J 2.x uses ServiceLoader.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to