This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/springVersion-5.3.21
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard fc1c1af667 Bump springVersion from 5.3.20 to 5.3.21
     add 35e3525d6d Bump h2 from 2.1.212 to 2.1.214
     add f70802305a LOG4J2-3538 Added support for 24 colors in highlighting 
(#933)
     add 38ba5a46cf LOG4J2-3537 Fixes problem with wrong ANSI escape code for 
bright colors (#935)
     add 358a346e99 Bump docker-maven-plugin from 0.40.0 to 0.40.1 (#925)
     add 8a1bfd5628 Bump jetty-util from 9.4.46.v20220331 to 9.4.47.v20220610
     add 8a18112a27 Bump jetty-util from 9.4.47.v20220610 to 9.4.48.v20220622
     add 161c07664c LOG4J2-3339 - DirectWriteRolloverStrategy should use the 
current time when creating files
     add 826738d986 Bump springVersion from 5.3.20 to 5.3.21

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   (fc1c1af667)
            \
             N -- N -- N   refs/heads/dependabot/maven/springVersion-5.3.21 
(826738d986)

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/DirectWriteRolloverStrategy.java       |   2 +
 .../core/appender/rolling/RollingFileManager.java  |   2 +
 .../logging/log4j/core/pattern/AnsiEscape.java     | 168 ++++++++++++++++++++-
 .../rolling/RollingAppenderDirectCronTest.java     | 119 +++++++++++++++
 .../log4j/core/pattern/HighlightConverterTest.java |  34 ++++-
 ...ling-cron.xml => log4j-rolling-direct-cron.xml} |  10 +-
 pom.xml                                            |   6 +-
 src/changes/changes.xml                            |   9 ++
 src/site/xdoc/manual/layouts.xml.vm                |  15 +-
 9 files changed, 346 insertions(+), 19 deletions(-)
 create mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDirectCronTest.java
 copy log4j-core/src/test/resources/{log4j-rolling-cron.xml => 
log4j-rolling-direct-cron.xml} (80%)

Reply via email to