This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/2.x/com.github.luben-zstd-jni-1.5.6-3
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 81f94d40a4 Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3
add 74d393b58e Close stale issues
add 0f2c608cef Add workflow to automatically set `waiting-for-maintainer`
add d189e8dc6a Fix formatting
add a151dd1491 Switch to SHA1
add 27e802d1eb Apply suggestions from code review
add 9a04f35d1e Add `days-before-stale`
add 3efd59e493 Fix handling of `log4j2.messageFactory` and
`log4j2.flowMessageFactory` properties (#2505)
add f37af11c0f Improve name/description of SLF4J-related modules (#1462)
add feaf12326d Replace some `DateTimeFormatter#toString()` with
`#formatTo(StringBuilder)` (#2515)
add cc876ae7c6 Switch to `main` branch of reusable workflows
add 5a0262db12 Improve `log4j-api` description (#1474)
add 650569a94d Fix Spotless failures
add f4da84f800 Improve `log4j-core` description (#1475)
add 3236a0c736 Switch to `fix/macos-java8`
add 3c6f75234b Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3
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 (81f94d40a4)
\
N -- N -- N
refs/heads/dependabot/maven/2.x/com.github.luben-zstd-jni-1.5.6-3 (3c6f75234b)
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.yaml | 4 +-
.../{codeql-analysis.yaml => close-stale.yaml} | 37 +++++-----
.github/workflows/labeler.yaml | 46 ++++++++++++
log4j-api/pom.xml | 12 ++-
.../logging/log4j/message/ParameterFormatter.java | 2 +-
.../apache/logging/log4j/spi/AbstractLogger.java | 66 +++++++++--------
.../apache/logging/log4j/status/StatusData.java | 8 +-
.../LoggerMessageFactoryCustomizationTest.java | 71 ++++++++++++++++++
...oggerMessageFactoryDefaultsTlaDisabledTest.java | 41 +++++++++++
...LoggerMessageFactoryDefaultsTlaEnabledTest.java | 41 +++++++++++
log4j-core/pom.xml | 8 +-
.../java/org/apache/logging/log4j/core/Logger.java | 85 ++++++++++++++++++++--
log4j-slf4j-impl/pom.xml | 12 ++-
log4j-slf4j2-impl/pom.xml | 12 ++-
log4j-to-slf4j/pom.xml | 12 ++-
.../2379_fix_message_factory_properties.xml} | 6 +-
...dly.xml => 2515_datetimeformatter_formatto.xml} | 4 +-
17 files changed, 388 insertions(+), 79 deletions(-)
copy .github/workflows/{codeql-analysis.yaml => close-stale.yaml} (51%)
create mode 100644 .github/workflows/labeler.yaml
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/LoggerMessageFactoryCustomizationTest.java
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/LoggerMessageFactoryDefaultsTlaDisabledTest.java
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/LoggerMessageFactoryDefaultsTlaEnabledTest.java
copy
src/changelog/{2.8.2/LOG4J2-1838_Add_support_for_appending_common_suffix_to_each_line_of_exte.xml
=> .2.x.x/2379_fix_message_factory_properties.xml} (64%)
copy src/changelog/.2.x.x/{1539_graalvm_friendly.xml =>
2515_datetimeformatter_formatto.xml} (53%)