This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a change to branch feat/2.x/xinclude-opt-in
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
omit aa28d249f4 Merge remote-tracking branch 'apache/2.x' into
feat/2.x/xinclude-opt-in
omit f1137c906d Start configurations in `ConfigurationFactoryUnitTest` to
release file handles
omit b750506446 Simplify XInclude enablement
omit b6fe46a92e fix: add reference to PR
omit ab09d5f22c Make XInclude processing in XML configurations opt-in
omit f79a1db447 Fix formatting
omit 9b3d763c1b Add a test for nested XInclude resolution
omit f55fbd9d7d fix: add reference to PR
omit 3dce0bc553 Revamp XML configuration testing and documentation
add 466f98f471 Catch `LinkageError` in
`ThrowableExtendedStackTraceRenderer#loadClass` (#4028) (#4049)
add d1f9355a55 Fix startup delay and direct write file naming in
CronTriggeringPolicy (#4226)
add 184f59a8b0 Add a test for nested XInclude resolution
add c54b87fc3c Make XInclude processing in XML configurations opt-in
add bf6845bd0a fix: add reference to PR
add a4360eee5e Simplify XInclude enablement
add 0af8f2e7b4 Start configurations in `ConfigurationFactoryUnitTest` to
release file handles
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 (aa28d249f4)
\
N -- N -- N refs/heads/feat/2.x/xinclude-opt-in (0af8f2e7b4)
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:
.../src/test/java/foo/TestFriendlyException.java | 74 +++++++++++++++-------
.../appender/rolling/CronTriggeringPolicyTest.java | 38 +++++++++++
.../XmlConfigurationConstructHierarchyTest.java | 2 +-
.../ExtendedThrowablePatternConverterTest.java | 3 +
.../pattern/RootThrowablePatternConverterTest.java | 3 +
.../pattern/ThrowablePatternConverterTest.java | 3 +
.../log4j/core/util/CronExpressionTest.java | 23 +++++++
.../appender/rolling/CronTriggeringPolicy.java | 5 +-
.../rolling/DirectWriteRolloverStrategy.java | 2 -
.../ThrowableExtendedStackTraceRenderer.java | 2 +-
.../logging/log4j/core/util/CronExpression.java | 3 +
...rror_in_ThrowableExtendedStackTraceRenderer.xml | 10 +++
...=> fix_cron_triggering_policy_slow_startup.xml} | 5 +-
13 files changed, 142 insertions(+), 31 deletions(-)
create mode 100644
src/changelog/.2.x.x/4049_fix_catch_LinkageError_in_ThrowableExtendedStackTraceRenderer.xml
copy src/changelog/.2.x.x/{3926_revamp_list_appender.xml =>
fix_cron_triggering_policy_slow_startup.xml} (62%)