dbtsai commented on pull request #34895: URL: https://github.com/apache/spark/pull/34895#issuecomment-994317445
We can block the transitive dependencies on log4j 1.x, and replace it with log4j 1.2 bridge so the dependencies can use the same v1 api but v2 runtime. Hope this will work. > You can block the transitive dependencies on log4j 1.x but then, what does that code link against? that's the problem. Some kind of log4j 1.x -> something else shim? those exist but then, not for operations that configure the logging. And we do try to configure third party library logging. We could try to just jettison all that. But those are the next 2 problems you're going to hit. -- 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]
