You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Version 2.24.1 has a critical bug that causes null loggers to be returned during GC runs (see release notes).
2.24.x was a "major" minor release and we have still some outstanding bugs reported against it. In the meantime I would recommend 2.23.1 as a safe stop.
The reason will be displayed to describe this comment to others. Learn more.
hey @ppkarwasz
Thanks for the pointers and for the suggestion! Log4j here is used only in tests to help make some log assertions. So far, it was working fine with the 2.24.1, and we only noticed that problem referenced in the commit message when upgraded to 2.24.2
Hence, I think we could probably keep the tests running against this 2.24 series, and if we spot any other issues with the future 2.24.3 (or any other future version, for that matter 😃), we'll try reporting them back to you.
74f2c45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marko-bekhta,
Version
2.24.1
has a critical bug that causesnull
loggers to be returned during GC runs (see release notes).2.24.x
was a "major" minor release and we have still some outstanding bugs reported against it. In the meantime I would recommend2.23.1
as a safe stop.74f2c45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @ppkarwasz
Thanks for the pointers and for the suggestion! Log4j here is used only in tests to help make some log assertions. So far, it was working fine with the
2.24.1
, and we only noticed that problem referenced in the commit message when upgraded to2.24.2
Hence, I think we could probably keep the tests running against this
2.24
series, and if we spot any other issues with the future 2.24.3 (or any other future version, for that matter 😃), we'll try reporting them back to you.