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
Refactor thread info handling to improve null safety.
Updated `getStackTraceElement` to return null instead of a placeholder when stack trace is empty. Added null checks to ensure safety when accessing class name and method name, and replaced string comparisons with null-safe constants.
$ Please enter the commit message for your changes. Lines starting
$ with '$' will be kept; you may remove them yourself if you want to.
$ An empty message aborts the commit.
$
$ Date: Mon May 12 07:03:30 2025 +0200
$
$ On branch 2.x
$ Your branch is up to date with 'origin/2.x'.
$
$ Changes to be committed:
$ modified: log4j-core/src/main/java/org/apache/logging/log4j/core/message/ExtendedThreadInformation.java
$
0 commit comments