This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.rat-apache-rat-plugin-0.14
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 2710e8be79 Bump apache-rat-plugin from 0.13 to 0.14
add df5a68541b Update to Flume 1.10.0
add ab1528ba7a LOG4J2-3536 - Upgrade the Flume Appender to Flume 1.10.0
add a8b40ca25b Bump jna from 4.5.2 to 5.11.0
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 604341fdda Revert pdf plugin verison back to 1.2
add 16a121b2ee Bump apache-rat-plugin from 0.13 to 0.14
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 (2710e8be79)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.rat-apache-rat-plugin-0.14 (16a121b2ee)
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 +-
log4j-flume-ng/pom.xml | 13 +-
.../flume/appender/FlumeEmbeddedAgentTest.java | 34 +++--
.../flume/appender/FlumeEmbeddedAppenderTest.java | 35 +++--
.../appender/FlumePersistentAppenderTest.java | 33 ++--
.../log4j/flume/appender/FlumePersistentPerf.java | 34 +++--
pom.xml | 20 ++-
src/changes/changes.xml | 12 ++
src/site/custom/project-info-report.properties | 6 +-
src/site/xdoc/manual/layouts.xml.vm | 15 +-
15 files changed, 456 insertions(+), 81 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%)