adoroszlai opened a new pull request, #3773: URL: https://github.com/apache/ozone/pull/3773
## What changes were proposed in this pull request? Log4j 1.x is EOL. This PR proposes to replace it with Reload4j, which is a drop-in replacement with security updates. https://issues.apache.org/jira/browse/HDDS-7251 ## How was this patch tested? Built locally. Only Log4j 2 present in distribution: ``` $ ls -1 hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/share/ozone/lib/*log4j* hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/share/ozone/lib/log4j-api-2.17.1.jar hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/share/ozone/lib/log4j-core-2.17.1.jar ``` Verified no Log4j or Reload4j classes are present in shaded FS jars. Full CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/3101263414 (last commit only changed NOTICE, this run is for the previous commit) https://github.com/adoroszlai/hadoop-ozone/actions/runs/3103286435 (pending) -- 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]
