Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50400][BUILD] Upgrade log4j2 to 2.24.2
### What changes were proposed in this pull request? The pr aims to upgrade log4j2 from `2.24.1` to `2.24.2`. ### Why are the changes needed? - The full release notes: https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.24.2 - This release fixes a critical bug in Log4j API initialization code, which can cause LogManager.getLogger() to return null under certain conditions. See apache/logging-log4j2#3143 for details. Fix key removal issues in Thread Context (apache/logging-log4j2#3048) Use hard references to Loggers in LoggerRegistry. (apache/logging-log4j2#3143) Fix ArrayIndexOutOfBoundsException in JSON Template Layout truncated exception resolver (apache/logging-log4j2#3216) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48945 from panbingkun/SPARK-50400. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information