This is a vote to release the Apache Log4j `2.24.2`.
Website: https://logging.staged.apache.org/log4j/2.24.2/index.html
GitHub: https://github.com/apache/logging-log4j2
Commit: e65538dc75b52fd2f3e49d4ab5d7b40b376abb89
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j/2.24.2
Nexus:
https://repository.apache.org/content/repositories/orgapachelogging-1308
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
Review kit:
https://logging.apache.org/logging-parent/release-review-instructions.html
Please download, test, and cast your votes on this mailing list.
[ ] +1, release the artifacts
[ ] -1, don't release, because...
This vote is open for 72 hours and will pass unless getting a
net negative vote count. All votes are welcome and we encourage
everyone to test the release, but only the Logging Services PMC
votes are officially counted. At least 3 +1 votes and more
positive than negative votes are required.
== Release Notes
This release fixes a critical bug in Log4j API initialization code,
which can
cause `LogManager.getLogger()` to return `null` under certain conditions.
See #3143[1] for details.
[1] https://github.com/apache/logging-log4j2/issues/3143
=== Fixed
* Fix key removal issues in Thread Context (#3048)
* Use hard references to ``Logger``s in `LoggerRegistry`. (#3143)
* Fix `ArrayIndexOutOfBoundsException` in JSON Template Layout truncated
exception resolver (#3216)