You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2022/01/22 19:47:04 UTC

[logging-log4j2] branch dependabot/maven/com.h2database-h2-2.1.210 updated (abed0a7 -> 3a430be)

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

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


 discard abed0a7  Bump h2 from 1.4.200 to 2.1.210
     add 737f37b  Not a useless Javadoc comment.
     add 93b6668  Fix Javsdocs.
     add 3151d64  Log4j 1.2 bridge creates a SocketAppender instead of a SyslogAppender.
     add 518f454  Reuse constant.
     add 834f212  Reuse constants.
     add 9f1cfe3  Fix NPE in test teardown when something when wrong on set up.
     add 3a430be  Bump h2 from 1.4.200 to 2.1.210

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   (abed0a7)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.h2database-h2-2.1.210 (3a430be)

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:
 .../org/apache/log4j/builders/AbstractBuilder.java |  6 ++-
 .../builders/appender/SyslogAppenderBuilder.java   |  8 ++--
 .../log4j/config/PropertiesConfiguration.java      | 51 ++++++++++------------
 .../config/SyslogAppenderConfigurationTest.java    | 26 ++++++++---
 .../log4j1-syslog-protocol-default.properties      |  3 +-
 .../log4j1-syslog-protocol-tcp.properties          |  3 +-
 .../log4j1-syslog-protocol-udp.properties          |  3 +-
 .../log4j/message/BasicThreadInformation.java      | 12 ++---
 .../logging/log4j/message/ThreadDumpMessage.java   |  6 ++-
 .../log4j/core/appender/SyslogAppender.java        |  2 +-
 .../logging/log4j/core/impl/ThrowableProxy.java    |  3 +-
 .../logging/log4j/core/layout/GelfLayout.java      | 25 ++++++-----
 .../logging/log4j/core/layout/SyslogLayout.java    |  2 +-
 .../core/message/ExtendedThreadInformation.java    | 18 ++++----
 .../log4j/core/net/AbstractSocketManager.java      | 21 ++++++++-
 .../core/pattern/EncodingPatternConverter.java     | 15 ++++---
 .../apache/logging/dumbster/smtp/SmtpMessage.java  |  8 ++--
 .../appender/db/jpa/AbstractJpaAppenderTest.java   |  9 ++--
 src/changes/changes.xml                            |  3 ++
 19 files changed, 133 insertions(+), 91 deletions(-)