This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch LOG4J2-3502
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 6e3e4cf2b0 LOG4J2-3502 Add JMPS support to JTL.
add 058e3a8ca9 LOG4J2-3432 - SizeBasedTriggeringPolicy would fail to
rename files properly when integer pattern contained a leading zero.
add f7de364546 LOG4J2-3502 Add JMPS support to JTL.
add a05591651c LOG4J2-3502 Replace deprecated plugin builders.
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 (6e3e4cf2b0)
\
N -- N -- N refs/heads/LOG4J2-3502 (a05591651c)
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:
.../rolling/RollingAppenderSizeMaxWidthTest.java | 159 +++++++++++++++++++++
...ing2.xml => log4j-rolling-size-max-width-1.xml} | 23 ++-
...ing2.xml => log4j-rolling-size-max-width-2.xml} | 23 ++-
...ing2.xml => log4j-rolling-size-max-width-3.xml} | 23 ++-
...ing4.xml => log4j-rolling-size-max-width-4.xml} | 27 ++--
.../appender/rolling/AbstractRolloverStrategy.java | 2 +-
.../appender/rolling/DefaultRolloverStrategy.java | 2 +
.../core/appender/rolling/PatternProcessor.java | 8 ++
.../layout/template/json/JsonTemplateLayout.java | 25 +---
src/changes/changes.xml | 3 +
10 files changed, 216 insertions(+), 79 deletions(-)
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderSizeMaxWidthTest.java
copy log4j-core-test/src/test/resources/{log4j-rolling2.xml =>
log4j-rolling-size-max-width-1.xml} (69%)
copy log4j-core-test/src/test/resources/{log4j-rolling2.xml =>
log4j-rolling-size-max-width-2.xml} (69%)
copy log4j-core-test/src/test/resources/{log4j-rolling2.xml =>
log4j-rolling-size-max-width-3.xml} (69%)
copy log4j-core-test/src/test/resources/{log4j-rolling4.xml =>
log4j-rolling-size-max-width-4.xml} (67%)