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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/main/dependencies-aeb07620c3
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard 4532cc4794 Bump asciidoctor-kroki from 0.18.1 to 1.0.1 in the 
dependencies group
     add a47b2b1f7f [main] Add `@Required` and validation to 
`StringMatchFilter` `text` attribute (#3158 port) (#4153)
     add c4c75fdf97 [main] Warn when `@PluginBuilderAttribute` field lacks 
public setter (#3195 port) (#4156)
     add 2393b395fc Bump asciidoctor-kroki in the dependencies group across 1 
directory

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   (4532cc4794)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/main/dependencies-aeb07620c3 (2393b395fc)

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/core/filter/StringMatchFilterTest.java   | 126 +++++++++++++++++++++
 ...3.xml => log4j2-stringmatchfilter-3153-nok.xml} |  11 +-
 ...st.xml => log4j2-stringmatchfilter-3153-ok.xml} |   9 +-
 .../log4j/core/filter/StringMatchFilter.java       |  53 +++++++--
 .../logging/log4j/core/layout/Rfc5424Layout.java   |   5 +
 .../core/net/SocketPerformancePreferences.java     |   3 +
 .../logging/log4j/jdbc/appender/JdbcAppender.java  |   6 +-
 .../log4j/plugin/processor/PluginProcessor.java    |  78 +++++++++++++
 .../processor/PluginProcessorPublicSetterTest.java | 106 +++++++++++++++++
 .../FakePluginPublicSetter.java}                   |  32 ++++--
 10 files changed, 393 insertions(+), 36 deletions(-)
 create mode 100644 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/filter/StringMatchFilterTest.java
 copy log4j-core-test/src/test/resources/{log4j2-1573.xml => 
log4j2-stringmatchfilter-3153-nok.xml} (79%)
 copy 
log4j-core-test/src/test/resources/{org/apache/logging/log4j/core/config/xml/XmlConfigurationPropsTest.xml
 => log4j2-stringmatchfilter-3153-ok.xml} (83%)
 create mode 100644 
log4j-plugin-processor/src/test/java/org/apache/logging/log4j/plugin/processor/PluginProcessorPublicSetterTest.java
 copy log4j-plugin-processor/src/test/resources/{example/FakePlugin.java => 
setter-test/FakePluginPublicSetter.java} (56%)

Reply via email to