Skip to content

2.24.2

Latest
Compare
Choose a tag to compare
@ppkarwasz ppkarwasz released this 21 Nov 22:53
· 159 commits to 2.x since this release
e65538d

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 for details.

Fixed

  • Fix key removal issues in Thread Context (#3048)
  • Use hard references to Loggers in LoggerRegistry. (#3143)
  • Fix ArrayIndexOutOfBoundsException in JSON Template Layout truncated exception resolver (#3216)