This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a change to branch 2.26.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard f24606b101 Revert "Update Dependabot target branch to 2.26.x and
restrict upgrades to PATCH level"
discard 940e0892ad Update Dependabot target branch to 2.26.x and restrict
upgrades to PATCH level
omit c1ad2a66cc Update the `project.build.outputTimestamp` property
add 39517e0656 Fix stack trace rendering for exceptions with identity
malfunction (#4133)
add b655e6ab84 Fix resource leaks in `ConfigurationSource` when loading
via URL (#4127)
add bd750d58b7 Fix `DatePatternConverter` locale parsing when timezone is
omitted (#4130)
add c123c465be Improve logging for `LinkageError` scenarios involving the
LMAX Disruptor library (#4124)
add 833366fbd0 Fix changelog issue and PR references for Disruptor
initialization error logging (#2250, #4124, #4134)
add d3f25ac2ee Fix `createOnDemand` for Rolling File Appender (#4072)
add 8a79525cf3 Fix KafkaAppender reporting error after successful retry
(#4125)
add 3944353b0d Fix encoding of `MSGID` and `SD-ID` fields of
`StructuredDataMessage` to XML (#4136)
add 69d6641e41 add patch release/2.26.1 liked commits and moved changelog
the release/2.26.1 folder
add 6c2d9318d6 Set version to `2.26.1`
add 5755541edf Update the `project.build.outputTimestamp` property
add e320257b70 Release changelog for version `2.26.1`
add 0592cffd0b fix version in `pom.xml`
add df1c7537ef tidy up changelogs
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f24606b101)
\
N -- N -- N refs/heads/2.26.x (df1c7537ef)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../log4j/message/StructuredDataMessageTest.java | 58 +++++++++++++
.../log4j/message/StructuredDataMessage.java | 20 ++++-
.../src/test/java/foo/TestFriendlyException.java | 76 +++++++++++++++--
.../core/appender/mom/kafka/KafkaAppenderTest.java | 53 ++++++++++--
.../RollingFileManagerCreateOnDemandTest.java | 72 +++++++++++++++++
.../log4j/core/async/DisruptorUtilTest.java | 63 +++++++++++++++
.../log4j/core/config/ConfigurationSourceTest.java | 94 ++++++++++++++++++++++
.../core/appender/mom/kafka/KafkaAppender.java | 20 +++--
.../core/appender/rolling/RollingFileManager.java | 27 ++++---
.../logging/log4j/core/async/DisruptorUtil.java | 10 ++-
.../log4j/core/config/ConfigurationSource.java | 51 +++++++-----
.../logging/log4j/core/impl/ThrowableProxy.java | 14 +++-
.../core/pattern/ThrowableStackTraceRenderer.java | 16 ++--
pom.xml | 10 +--
.../{2.25.2 => 2.26.1}/.release-notes.adoc.ftl | 2 +-
src/changelog/{2.23.0 => 2.26.1}/.release.xml | 2 +-
...006_Fix_RollingFileAppender_createOnDemand.xml} | 8 +-
...tePatternConverter_locale_without_timezone.xml} | 4 +-
.../fix-StructuredDataMessage-XML-encoding.xml} | 4 +-
...ce-detection-for-exceptions-with-colliding.xml} | 5 +-
.../fix-log-disruptor-initialization-errors.xml} | 5 +-
.../fix_configuration_source_url_leak.xml} | 3 +-
.../fix_kafka_appender_retry_error_reporting.xml} | 6 +-
.../modules/ROOT/pages/manual/pattern-layout.adoc | 12 ++-
24 files changed, 542 insertions(+), 93 deletions(-)
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManagerCreateOnDemandTest.java
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/DisruptorUtilTest.java
copy src/changelog/{2.25.2 => 2.26.1}/.release-notes.adoc.ftl (92%)
copy src/changelog/{2.23.0 => 2.26.1}/.release.xml (95%)
copy
src/changelog/{2.25.1/3787_jakarta-web_relax_the_import_package_constraints.xml
=> 2.26.1/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml} (50%)
copy src/changelog/{2.26.0/fix_RollingRandomAccessFileManager_writeHeader.xml
=> 2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml}
(59%)
copy src/changelog/{2.25.2/3852-default-target.xml =>
2.26.1/fix-StructuredDataMessage-XML-encoding.xml} (69%)
copy
src/changelog/{2.25.1/3787_jakarta-web_relax_the_import_package_constraints.xml
=> 2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml}
(55%)
copy src/changelog/{2.26.0/3176_validate_scripts_in_ScriptsPlugin.xml =>
2.26.1/fix-log-disruptor-initialization-errors.xml} (59%)
copy src/changelog/{2.18.0/Fix_minor_typo_792.xml =>
2.26.1/fix_configuration_source_url_leak.xml} (59%)
copy src/changelog/{2.24.0/update_github_codeql_action.xml =>
2.26.1/fix_kafka_appender_retry_error_reporting.xml} (67%)