This release contains several small fixes and some dependency updates.
Changed
Improve performance of CloseableThreadContext#closeMap() (#2296)
Fixed
Fix handling of LoggerContextAware lookups (#2309)
Fix NPE in PatternProcessor for a UNIX_MILLIS pattern (#2346)
Fix that parameterized message formatting doesn't throw an exception when there are insufficient number of parameters (#2343)
Fix StatusLogger log level filtering when debug mode is enabled (#2337)
Add log4j2.StatusLogger.dateFormatZone system property to set the time-zone StatusLogger uses to format java.time.Instant. Without this, formatting patterns accessing to time-zone-specific fields (e.g., year-of-era) cause failures. (#2322)
Fix StatusLogger to correctly read log4j2.StatusLogger.properties resource (#2354)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps org.apache.logging.log4j:log4j-bom from 2.19.0 to 2.23.1.
Release notes
Sourced from org.apache.logging.log4j:log4j-bom's releases.
... (truncated)
Commits
fea2a71
Update theproject.build.outputTimestamp
propertya0e24d1
Update release notes07ab0ce
Release changelogd48454c
Arrange changelog entries989ce78
Set version to2.23.1
a4a8e99
FixStatusLogger
to correctly readlog4j2.StatusLogger.properties
(#2354)054a4f7
Fix NPE inPatternProcessor
for theUNIX
pattern0eb232f
Don't fail on insufficient parameters inParameterFormatter
(#2337, #2343)32075af
Updateorg.eclipse.angus:jakarta.mail
to version2.0.3
(#2349)eb8bc2f
Updatejakarta.mail:jakarta.mail-api
to version2.1.3
(#2348)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show