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 2023/09/17 08:40:56 UTC

[logging-log4j2] branch dependabot/maven/2.x/com.datastax.cassandra-cassandra-driver-core-3.11.5 updated (7d0e696ed4 -> 48af1d8fa2)

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

github-bot pushed a change to branch dependabot/maven/2.x/com.datastax.cassandra-cassandra-driver-core-3.11.5
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard 7d0e696ed4 Bump com.datastax.cassandra:cassandra-driver-core from 3.11.4 to 3.11.5
     add 05cefd2320 Bump org.elasticsearch.client:elasticsearch-rest-high-level-client (#1767)
     add f68d7cabb3 Add a default location for @LoggerContextSource
     add 37cca23c19 Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 (#1781)
     add 6983e119f1 Extend `ListStatusListener` logging range
     add 78233104b4 Add more logging for `JeroMqAppenderTest` on Windows
     add 2dd687fadc Switch Syslog servers to ephemeral ports
     add b77d0951e1 Modernize Syslog tests
     add 9fc9250882 Restore `log4j-core-test` API methods
     add 05afc5856c Fix Log4j 1.2 bridge syslog tests
     add 3b990f4c3a Wait for HANDSHAKE_PROTOCOL before logging
     add 08d3e46cad Improve cleanup of @TempLoggingDir
     add 6e7be064ea Bump github/codeql-action from 2.21.5 to 2.21.6 (#1789)
     add 4b16380abf Add instance field and parameter support to @TempLoggingDir
     add 83be5f2b12 Order @TempLoggingDir before context instantiation
     add 59f88190fc Issue #1550: remove multiple `isFiltered` invocations
     add 453dc02d8f Modernize tests related to `AbstractAsyncThreadContextTestBase`
     add c782423107 Freezes the context map in `createMemento()`
     add ff1d79997a Recreate frozen thread context data lazily
     add d604082094 Bump github/codeql-action from 2.21.6 to 2.21.7 (#1792)
     add d9760bc356 Add timeout to async test
     add 6f72becfd2 Bump actions/checkout from 3.6.0 to 4.0.0 (#1757)
     add 48af1d8fa2 Bump com.datastax.cassandra:cassandra-driver-core from 3.11.4 to 3.11.5

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   (7d0e696ed4)
            \
             N -- N -- N   refs/heads/dependabot/maven/2.x/com.datastax.cassandra-cassandra-driver-core-3.11.5 (48af1d8fa2)

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:
 .github/workflows/build.yml                        |   4 +-
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/log4j-kafka-test.yml             |   2 +-
 .github/workflows/scorecards-analysis.yml          |   4 +-
 .../config/SyslogAppenderConfigurationTest.java    |  29 ++++-
 .../apache/log4j/config/SyslogAppenderTest.java    |  42 +++----
 .../log4j1-syslog-protocol-default.properties      |   2 +-
 .../log4j1-syslog-protocol-tcp.properties          |   2 +-
 .../test/resources/log4j1-syslog-protocol-tcp.xml  |   2 +-
 .../log4j1-syslog-protocol-udp.properties          |   2 +-
 .../test/resources/log4j1-syslog-protocol-udp.xml  |   2 +-
 log4j-1.2-api/src/test/resources/log4j1-syslog.xml |   2 +-
 .../log4j/test/junit/StatusLoggerExtension.java    |  28 ++++-
 .../logging/log4j/test/junit/TempLoggingDir.java   |   5 +-
 .../log4j/test/junit/TempLoggingDirectory.java     |  97 +++++++++++++++--
 .../log4j/test/junit/TempLoggingDirectoryTest.java |  48 ++++++++
 .../core/test/junit/LoggerContextResolver.java     |  11 +-
 .../log4j/core/test/junit/LoggerContextSource.java |   9 +-
 .../log4j/core/test/net/mock/MockSyslogServer.java |  24 ++--
 .../test/net/mock/MockSyslogServerFactory.java     |  14 ++-
 .../core/test/net/mock/MockTcpSyslogServer.java    |  56 ++++++----
 .../core/test/net/mock/MockTlsSyslogServer.java    |  30 +++--
 .../core/test/net/mock/MockUdpSyslogServer.java    |  28 +++--
 .../appender/SyslogAppenderCustomLayoutTest.java   |  14 ++-
 .../log4j/core/appender/SyslogAppenderTest.java    |  76 +++++++------
 .../core/appender/SyslogAppenderTestBase.java      |  11 +-
 .../log4j/core/appender/TlsSyslogAppenderTest.java |  41 +++----
 .../appender/mom/jeromq/JeroMqAppenderTest.java    |  28 ++++-
 .../async/AbstractAsyncThreadContextTestBase.java  | 121 +++++++++++----------
 .../log4j/core/async/AsyncLoggerConfigTest.java    |  43 +++++++-
 .../AsyncLoggerThreadContextCopyOnWriteTest.java   |  43 --------
 .../async/AsyncLoggerThreadContextDefaultTest.java |  43 --------
 .../AsyncLoggerThreadContextGarbageFreeTest.java   |  43 --------
 .../core/async/AsyncLoggerThreadContextTest.java   |  58 +++++-----
 ...java => AsyncThreadContextCopyOnWriteTest.java} |  20 +++-
 ...est.java => AsyncThreadContextDefaultTest.java} |  20 +++-
 ...java => AsyncThreadContextGarbageFreeTest.java} |  20 +++-
 .../log4j/core/config/LoggerConfigTest.java        |  34 +++++-
 .../AsyncLoggerConfigThreadContextTest.xml         |  10 +-
 .../resources/AsyncLoggerThreadContextTest.xml     |   6 +-
 .../log4j/core/async/AsyncLoggerConfig.java        |  35 +++---
 .../log4j/core/async/RingBufferLogEvent.java       |  26 ++++-
 .../core/async/RingBufferLogEventTranslator.java   |   6 +-
 .../logging/log4j/core/config/LoggerConfig.java    |  17 ++-
 .../log4j/core/impl/ThreadContextDataInjector.java |   2 +-
 pom.xml                                            |   4 +-
 ...ma.xml => 1550_multiple_filter_invocations.xml} |   6 +-
 .../1786_fix_async_context_data_loss.xml}          |   6 +-
 48 files changed, 713 insertions(+), 469 deletions(-)
 create mode 100644 log4j-api-test/src/test/java/org/apache/logging/log4j/test/junit/TempLoggingDirectoryTest.java
 delete mode 100644 log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerThreadContextCopyOnWriteTest.java
 delete mode 100644 log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerThreadContextDefaultTest.java
 delete mode 100644 log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerThreadContextGarbageFreeTest.java
 rename log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/{AsyncLoggerConfigThreadContextDefaultTest.java => AsyncThreadContextCopyOnWriteTest.java} (67%)
 rename log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/{AsyncLoggerConfigThreadContextGarbageFreeTest.java => AsyncThreadContextDefaultTest.java} (67%)
 rename log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/{AsyncLoggerConfigThreadContextCopyOnWriteTest.java => AsyncThreadContextGarbageFreeTest.java} (67%)
 copy src/changelog/.2.x.x/{LOG4J2-170_Improve_XML_schema.xml => 1550_multiple_filter_invocations.xml} (84%)
 copy src/changelog/{2.20.0/1197_preserve_location.xml => .2.x.x/1786_fix_async_context_data_loss.xml} (84%)