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

github-bot pushed a change to branch dependabot/maven/org.yaml-snakeyaml-2.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


    omit 1fec22f  Bump snakeyaml from 1.33 to 2.0
     add b00fcfd  Bump kubernetes-client-bom from 6.4.1 to 6.5.0 (#13)
     add 7af852e  Add asynchronous logger example
     add dc2d771  Bump spotless-maven-plugin from 2.34.0 to 2.35.0 (#14)
     add 94b50af  Bump snakeyaml from 1.33 to 2.0

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   (1fec22f)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.yaml-snakeyaml-2.0 
(94b50af)

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-samples-asynclogger/.gitignore               |   1 +
 log4j-samples-asynclogger/README.adoc              | 227 +++++++++++++++++++++
 log4j-samples-asynclogger/pom.xml                  | 120 +++++++++++
 .../log4j/samples/async/Log4J2AsyncLogger.java     |  54 +++++
 .../samples/async/Log4J2AsyncLoggerException.java  |  22 +-
 .../src/main/resources/log4j2.xml                  |  45 ++++
 pom.xml                                            |   5 +-
 7 files changed, 465 insertions(+), 9 deletions(-)
 create mode 100644 log4j-samples-asynclogger/.gitignore
 create mode 100644 log4j-samples-asynclogger/README.adoc
 create mode 100644 log4j-samples-asynclogger/pom.xml
 create mode 100644 
log4j-samples-asynclogger/src/main/java/org/apache/logging/log4j/samples/async/Log4J2AsyncLogger.java
 copy 
log4j-samples-configuration/src/test/java/org/apache/logging/log4j/samples/configuration/CustomConfigurationTest.java
 => 
log4j-samples-asynclogger/src/main/java/org/apache/logging/log4j/samples/async/Log4J2AsyncLoggerException.java
 (61%)
 create mode 100644 log4j-samples-asynclogger/src/main/resources/log4j2.xml

Reply via email to